is your hierarchy initiative -> Epic -> StandardIssueType -> Subtask?
if yes, you can try below query (assuming ABC-1 is your initiative)
project = ABC and issue in portfolioChildIssuesOf("ABC-1") or issue in (ABC-1)
if not, can you share the issue hierarchy in your project?
Hi JR85,
Try JQL: issue in linkedIssues(Ticket ID) and issuetype is not Initiative
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.