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?
Can you please explain further, what actually you want.
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?
It looks like you're new here. Sign in or register to get started.