Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.

Jira Integration Report - Is there a way to list the Jira URL within a Workfront report

Avatar

Level 3
Hello All, Is it possible to create a TASK or ISSUE report and display the URL of the linked Jira-Task? Are there any field details we could describe in a report to list any Jira Activity? Kind regards, - Joe Joe Salas Logitech International SA
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Level 5
Hi Joe. I'm the product manager of Workfront's integration with Jira. You can easily create the report, here's how: Create a new task or issue report in Workfront, and make sure this line is included in the text mode of the report: objectIntegrations:integrationType=JIRA Add a new column to your report. Switch to text mode for that column and paste the following: displayname=Jira Link listedlimiter= listmethod=nested(objectIntegrations).lists textmode=true type=iterate valueexpression={URL} valueformat=HTML If you want to get the Jira ticket ID instead of a link, use this: displayname=Jira ID listedlimiter= listmethod=nested(objectIntegrations).lists textmode=true type=iterate valueexpression={linkedObjectID} valueformat=text Hope this helps 🙂 EDIT: fixed the incorrect code for getting Jira IDs. Hayk Falakyan Workfront

Avatar

Level 3
This works great thank you! What is the value expression for Reference Number{}? Best regards, - Joe Joe Salas Logitech International SA

Avatar

Level 5
Do you mean Jira object ID? Here's the code (I've also edited it in my previous post): displayname=Jira ID listedlimiter= listmethod=nested(objectIntegrations).lists textmode=true type=iterate valueexpression={linkedObjectID} valueformat=text Let me know if it works for you! Hayk Falakyan Workfront

Avatar

Level 2

Sorry to revive this thread but have the same question and the above isn't working