Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi
I'm trying to create a custom column in an issue report where the name of the issue only appears if the issue sits in a particular project, does anyone have any ideas on the code needed?
Thanks
Chris
Hi Chris,
The following would do it:
textmode=true valueexpression=IF({projectID}="INSERT-PROJECT-ID-HERE",{name},"") valuefield=name valueformat=HTML
What this expression is saying is, If the project ID of the issue is X, then output the name, otherwise output nothing.
Hope that helps.
Best Regards,
Rich.
Thank you so much Rich, this worked perfectly!!
Views
Likes
Replies