Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Provide Jira ticket link information for use in Views and Filters

Avatar

Level 4

6/29/18

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.

5 Comments

Avatar

Level 5

1/14/19

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

I hope this help.

Avatar

Level 5

2/20/19

Hi Jean,

Sure, here's how:

  1. Edit your report (any task or issue report will do, no matter the filters) and add a new column.
  2. 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

  3. 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