Currently there is no way for my team to look at a group of tasks in a view or filter and see what tasks have jira tickets linked and what that jira ticket number is. They have to open up the individual tasks to see if the link is there.
Hi Jean. You can have a Task/Issue report that will show only the items linked to Jira. To do so, create a task or issue report in Workfront, and make sure this line is included in the text mode of the report: objectIntegrations:integrationType=JIRA
Edit your report (any task or issue report will do, no matter the filters) and add a new column.
Switch to text mode for that column and copy-paste the following: displayname=Jira ID listedlimiter=<p> listmethod=nested(objectIntegrations).lists textmode=true type=iterate valueexpression={linkedObjectID} valueformat=text
If you want to get the link to Jira ticket, use this instead:
displayname=Jira Link listedlimiter=<p> listmethod=nested(objectIntegrations).lists textmode=true type=iterate valueexpression={URL} valueformat=HTML