Is there a way to filter the results displayed in one column in a search result?

Daniel Wells August 30, 2022

I'm working on a complex project with lots of interdepencies and related issues, I would like to create a filter that shows user needs and only the epics that depend on them.

 

I use the following in the JQL term: issueFunction in linkedIssuesOf("Type = Epic", "is based on") this shows the user needs, but in the links column, I see every linked issue.  I would like to display only the links where the link type is "based on" that user need, and not display the others.

 

Eg: epic1, epic3 and epic4 as all "based on" user need1, while epic2 and epic5 are related to it.  I would like to see a column that only displays epic1, epic3 and epic4

 

Related to this, I would also like to split links by type (epics and tests)

 

Is this possible?

1 answer

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 30, 2022

Hello @Daniel Wells 

Welcome to the community.

There is not a native feature to filter the Links output in Advanced Issue Search.

Daniel Wells August 31, 2022

Thanks Trudy

Suggest an answer

Log in or Sign up to answer