내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

4 답변 개

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

정확한 답변 작성자:
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!