Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

sub-task in a story in a project

James_Thomas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2020

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...???

 

1 answer

1 accepted

0 votes
Answer accepted
Ste Wright
Community Champion
April 11, 2020

Hi @James_Thomas

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

James_Thomas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 12, 2020

This worked! Now where do I find the full schema for JIRA, keywords, etc. So I don't have to ask easy questions again. :) 

Ste Wright
Community Champion
April 12, 2020

Hi @James_Thomas 

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

Suggest an answer

Log in or Sign up to answer