Hi.
New time jira user here.
Im looking to create an issue view that will populate the name of subtask parent (story) issue. This will be helpful for exporting to CSV to create a pivot in excel
All help gladly appreciated.
Hello,
If you are using script runner plugin, I believe there is a jql function called parentsOf. You can use it like this:
issueFunction in parentsOf("project = test")
Hope this helps.
Regards.
Hi Andrew,
I’m not sure I am following you completely here but let’s get the discussion started.
Are you wanting an issue search that returns all sub-tasks and have a column that conveys the parent summary? If so that isn’t achievable directly to the best of my knowledge. However they may be an alternative solution if inunderstand your end goal better.
if you mean so,etching else entirely please LMK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.