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: 

How to query issues with subtask

JUN CHANGHEE
January 9, 2020

We,re managing SR using JIRA issue

Each SR issue has subtasks

I'd like to query SR and SR's subtasks informations together.

Is it possible using JQL?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Anton_Ermolaev
Contributor
January 20, 2020

SR is Service Request? In this case:

- parent issue task key is SR-1

- child issue sub-task SRS-1 and SRS-2

For this example to filter the parent task and its subtasks the request will be something like: 

parent = SR-1 or key=SR-1

 

if that is not the answer you expected, as Muhammad wrote in a previous comment: Can you please explain further, what actually you want?

0 votes
Muhammad Ramzan_Atlassian Certified Master_
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 Champions.
January 11, 2020

Can you please explain further, what actually you want.