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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,545
Community Members
 
Community Events
184
Community Groups

I want to display a specific issueLinkType on my Jira dashboard in the rich filter results.

Susan Gardella
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 04, 2023

I'd like to display issueLinkType = 'is cloned by' in the rich filter results dashboard, the Views.   I can see all linked issues but I just want this specific issue type.  How can I filter to this one type?

1 answer

0 votes
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.
Apr 04, 2023

Hello @Susan Gardella 

Welcome to the Atlassian community.

You could change the underlying Rich Filter that is used by the gadget so that it selects only those issues.

You could change the Working Query defined in that instance of the gadget to constrain the results.

If you share with us the details of your Rich Filter we might be able to provide more specific guidance.

Susan Gardella
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 07, 2023

The Query doesn't allow for an empty value for issueLinkType - it is usually there but not always and I don't want to limit the results.  I tried adding issueLinkType = "is cloned by" OR issueLinkType = empty but that doesn't work.

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.
Apr 10, 2023

That is correct functionality. EMPTY works only with fields that support IS and IS NOT. Issue Link Type doesn't support IS or IS NOT.

Issue Link Type is applied when an issue link exists. If there is no issue link, then the Issue Link Type criteria has nothing to compare to. 

It sounds like you want to be able to have a query that finds both issues that have links of a particular type and issues that have no links at all. Is that correct?

Jira JQL doesn't provide a native function for  finding issue that have no issue links. Do you happen to have any third party apps that extend JQL functionality, or are you open to acquiring such an app?

Suggest an answer

Log in or Sign up to answer