How to include resolved issue reference in a project report?? | Community
Skip to main content
Level 3
September 23, 2021
Solved

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

  • September 23, 2021
  • 2 replies
  • 1338 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by RichardHu2

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

2 replies

Kundanism
Level 10
September 23, 2021

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.

Level 3
September 23, 2021

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

RichardHu2AuthorAccepted solution
Level 3
September 29, 2021

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

kynabaker16
Adobe Employee
Adobe Employee
September 29, 2021

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