I want to know how I can adapt the JQL to find issue, where currently my Jira structure is
epic>task>subtask.
Previously, to get subtask under certain epic, I use query like:
epic link in (epic name) and type in (subtask)
But after epic link is removed, all are changed to parent. However, the parent for subtask is not the epic but the task.
So if I want to find the same query as above it will be very complicated, it became:
parent in (all tasks id in the epic) and type in (subtask)
It is complicated if I have many tasks under one epic.
How to adjust/improve the said query to be easier after the recent adjustment of "epic link" removal?
Hi @irianto.p.b
Welcome to community!
For this use case, if the epic is ABC-123, try the JQL -> parentEpic = "ABC-123"
It works! thanks a lot for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.