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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi, you need to follow the format as it is laid out in
"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.
Views
Replies
Total Likes
Hi, you need to follow the format as it is laid out in
"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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies