Forums

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

Find Subtasks with parent that has a set fixversion

Federico Quiroz Trujillo August 18, 2020

Hello,

I am looking to locate all subtasks with a particular summary that are the child of a User Story that has a set fixversion (subtasks do not have fixversion assigned and current internal processes wont let assign fixversion to subtasks)

So basically, for Stories inside fixversion ABC, i need to sort out all Subtasks with summary XYZ.

Is there any way to do this WITHOUT any add-ons? (not an admin)

Thanks a lot!

1 answer

1 accepted

0 votes
Answer accepted
Kirkie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2020

Short answer is No. Not currently.

Add-Ons provide the functionality to suquery, so finding subtasks of certain parents (those parents being determined by JQL)

such as:

issueFunction in subtasksOf("project = XXX AND issuetype = Task AND status = Closed")

 

Without add-ons the closest thing you can do requires you to refer to the exact parent issues (it  won't find them for you) such as:

parent in (XXX-6536), where XXX-6536 is the key of the parent whose subtasks you want to analyze.

Federico Quiroz Trujillo August 18, 2020

That´s too bad.. I am able to do that search through smart values when I set up automations.. but I need to generate a report this time with that info...

Anyways, thanks a lot for your quick response!

David Welch
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!
September 15, 2021

Just a massive failure on Jira's part.  Not able to subquery?  That's requirement #2 in the planning stage, IMO.

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events