Create filter with specific initiative and linked issues for Kanban

JR85 January 27, 2025

Used this query in my JQL

issue in linkedIssues(Ticket ID)

 

but I also want to see the ticket itself (Initiative)

2 answers

0 votes
Vishal Biyani
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.
January 27, 2025

@JR85 

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?

0 votes
Cristian0791
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.
January 27, 2025

Hi JR85,

 

Try JQL: issue in linkedIssues(Ticket ID) and issuetype is not Initiative

Suggest an answer

Log in or Sign up to answer