Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Add Resolveables collection to issue report

Avatar

Level 2

Hello! I am trying to add the list found under "This Resolves" in an issue onto an issue report.

 

Example:

I have two issues that are essentially asking for the same thing, and both appear on my prioritization report. I want to filter out one issue, but still show that it is being resolved by another issue.

Issue A - Brand Sharepoint Site (I want to keep this one because it has better information)

Issue B - Creative Files Sharepoint 

 

I went to Issue A and added Issue B in the "This Resolves" section under Issue relationships.

However, the default columns available in the issue report shows the resolving issue (issue A) on Issue B's line

 

I was pretty sure from the developer docs that the "collection" I'm looking for is just called "resolvables" but it doesn't work.

 

I tried the below, and the column is just blank. what am I doing wrong?

valueformat=HTML
textmode=true
type=iterate
listdelimiter=<p>
displayname=Column Name
listmethod=nested(resolvable).lists
valuefield=collection object field

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi, you need to follow the format as it is laid out in 

https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/text-mode/reference-col...

 

"collection object name" and "collection object field" are both placeholders that would need to be replaced by real things.

 

Your listmethod line needs to include a collection object name that is plural, not singular, so I would put in "resolvables" rather than what you have, which is more of a single resolvable.

 

Your valuefield should have also changed to something -- some sort of field on the resolvable object. I recommend going with name to start with until you decide what you want.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi, you need to follow the format as it is laid out in 

https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/text-mode/reference-col...

 

"collection object name" and "collection object field" are both placeholders that would need to be replaced by real things.

 

Your listmethod line needs to include a collection object name that is plural, not singular, so I would put in "resolvables" rather than what you have, which is more of a single resolvable.

 

Your valuefield should have also changed to something -- some sort of field on the resolvable object. I recommend going with name to start with until you decide what you want.