hy there,
I need for a report a list of issues in specific sprints with the additional info of the parent story of each issue
I can find this information only in the issue mask -> Activity - Links Hierarchy - and filter the issue to "Story".
But I can't find a field or colum for that for showing in a report.. is there any possibility?
thanks a lot,
liz
If the issues you are primarily working with are subtasks, and you are looking to search for their parent issues via JQL, you will find that natively JIRA does not allow you to search for the parents of these subtask easily.
However with the use of the scriptrunner plugin, you can gain a number of other JQL functions one of which is the parentsOf() function. With that you could create a new JQL search such as
parentsOf(Sprint="ABC") OR Sprint="ABC"
This would return all the issues in Sprint ABC and all the parent issues that have at least one child issue in that same sprint.
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.