Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Trying to do a filter for all Features and all the issues linked to them.

Rachel Frechette April 15, 2024

I need to have a list of all Features that have all their linked issues listed under them.

I have my filter to grab all the Features.

"Team Name" =BEES AND  cf[37500] = "PI 2024" AND type = Feature ORDER BY summary ASC

I just don't know how to get the issues that are all linked to these.

I can't use any plugins. 

Can anyone please help me?

1 answer

1 accepted

4 votes
Answer accepted
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 15, 2024

Hi @Rachel Frechette 

If you can't user any plugins that make things complicated since OOTB there is no easy option to pass results of the filter and use this as a base for checking something else .. 

Finding linked issues itself of course is possible but only when you pass individual tickets keys for example we have linkedissue() or linkedissues() functions with below syntax 

linkedissue = issueKey 

e.g.

linkedissue = FEATURE-567

or 

linkedIssues(issueKey) 
linkedIssues(issueKey,CaseSensitiveLinkType)
linkedIssues(issueKey,CaseSensitiveLinkType, CaseSensitiveLinkType)

e.g. 

issue in linkedIssues(FEATURE-567)

issue in linkedIssues(FEATURE-567,"is duplicated by", "is blocked by")

but as you see we cannot make this triggered by list of all features (you have to pass exactly issue key) 

That definitively would be useful. There is an similar open suggestion that you can watch and vote 

https://jira.atlassian.com/browse/JRASERVER-18679

Rachel Frechette April 15, 2024

Hi @Mirek 

Thank you so much for your feedback. I was afraid of that. We have 14 Features with multiple Stories linked to each of them.

I appreciate you.

Thanks.

Like Mirek likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events