I'm terrible with text mode. Does anybody know what I would use to get a column in an issue report to display the latest update from the issue's resolving project? Is that even possible?
Solved! Go to Solution.
It has to be done through text mode, as the only field in the standard report builder would be Resolve Project > Late Note ID. Here is the column you can add to your Issue Report to show the last update on the resolving project:
valuefield=resolveProject:lastNote:noteText
querysort=resolveProject:lastNote:noteText
valueformat=HTML
displayname=Last Update on Project
Feel free to rename your column by changing the displayname=Last Update on Project
It has to be done through text mode, as the only field in the standard report builder would be Resolve Project > Late Note ID. Here is the column you can add to your Issue Report to show the last update on the resolving project:
valuefield=resolveProject:lastNote:noteText
querysort=resolveProject:lastNote:noteText
valueformat=HTML
displayname=Last Update on Project
Feel free to rename your column by changing the displayname=Last Update on Project
Worked perfectly! Thank you!!!
Views
Replies
Total Likes