Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to include resolved issue reference in a project report??

Avatar

Level 4

Hi, I am trying to include a column in a project report which shows the reference number of the Issue resolved by a project space.

I can show the name of the issue using 'Converted Action name', but I can't see an equivalent field for the reference number of the issue.

I suspect i may need a bit of text mode ... can anyone help??

Many thanks

Richard

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

WF Support came through with a bit of text mode to solve my issue. I'm sharing in case someone else finds useful.

displayname=Resolvable Action Ref Number

listdelimiter=<p>

listmethod=nested(resolvables).lists

textmode=true

type=iterate

valuefield=referenceNumber

valueformat=HTML

View solution in original post

4 Replies

Avatar

Level 10

hi @Richard Hughes‚

may be you are asking for similar kind to add as a column in project report;

displayname=Resolved By Request

istdelimiter=<br>

listmethod=nested(resolvables).lists

textmode=true

type=iterate

valuefield=name

valueformat=HTML

Mvh

Kundan.

Avatar

Level 4

Hi thanks Kundan for responding,

I'm afraid this just pulls through the name of the converted issue and not the issue reference number. I can already get this using the field 'Converted Action name'.

Kind regards

Richard

Avatar

Correct answer by
Level 4

WF Support came through with a bit of text mode to solve my issue. I'm sharing in case someone else finds useful.

displayname=Resolvable Action Ref Number

listdelimiter=<p>

listmethod=nested(resolvables).lists

textmode=true

type=iterate

valuefield=referenceNumber

valueformat=HTML

Avatar

Employee

I'm so glad you were able to get the help you needed. Thank you so much for sharing for future users as well!