The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Subtasks not listing under parent with fixVersion option

InnocentSpirit
Contributor
February 24, 2016

JIRA Gurus,

How come subtasks are not displayed when I use:

project = <Project> AND fixVersion = <Version> AND Sprint = <Sprint#> ORDER BY Rank ASC.

subtasks are listed under their parents only when I remove the fixversion. 

What am I doing wrong?

Thanks in advance for any help.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Phill Fox
Community Champion
February 24, 2016

Your query requires your subtasks to also have the fixVersion completed in order for it to work.

You would need to use one of the plugins to extend the functionality of JQL to allow you to query the values of the parent issue.

InnocentSpirit
Contributor
February 24, 2016

Thanks Phil - will include fixVersion to the subtasks and check. 

What plugin were you referring to specifically? Any pointers would be appreciated!

Regards

0 votes
Jan Shelton
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!
January 13, 2017

I created a filter like InnocentSprint did and it worked fine without the fixVersion.