I think I might be looking for a 'filter'...
I need to filter and return all the sub-tasks in a particular story under a particular project
I can filter for PROJECT and STORY just fine.
Trying to filter to see the sub-tasks from a particular story which is under a particular project is not so easy....
help...???
I think this should suit your needs:
parent = STORY-1
^ This will return all the sub-tasks which exist under a story.
Or you can use:
linkedIssue = STORY-1
^ This will return all sub-tasks and the story itself. You can change STORY-1 to EPIC-1 to return all stories / sub-tasks in an Epic.
There's no need to search via project also as you're only searching for one specific parent.
Let us know if there is more to your query though and I'd be happy to advise :)
Ste
This worked! Now where do I find the full schema for JIRA, keywords, etc. So I don't have to ask easy questions again. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find more information on advanced searching and JQL functions, fields, etc on this help page (see the sub-pages on the right-hand side)
Ste
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.