We have a report showing all open subtasks and we would like to show the JIRA number and subtask # in a separate column.
It currently reads "JIRA-63 / JIRA-73 sometext....."
Thanks!
Hi Belinda,
You may use issue properties to see issue key and issue parent key in separate columns.
In Measures >> Calculated members >> Issue properties, you can find a measure "Issue parent key".
To get "Issue Key" you may define new measure and use this formula to get issue properties:
[Issue].CurrentHierarchyMember.get('DISPLAY_KEY')
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.