Add Resolveables collection to issue report | Community
Skip to main content
ElizaBarryGuild
Level 2
April 24, 2025
Solved

Add Resolveables collection to issue report

  • April 24, 2025
  • 1 reply
  • 290 views

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

 

Best answer by skyehansen

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-collections-report

 

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

1 reply

skyehansen
Community Advisor
skyehansenCommunity AdvisorAccepted solution
April 25, 2025

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-collections-report

 

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