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

Can i write a filter that pulls all Spikes that are linked to Incidents?

Spike is one issue type, Incidents are another issue type

I want to make a filter of all Spikes that are linked to Incidents (Project = XX and Type = YY).

I think I know of one way to do it, which is make a new link type that is specific of the Spike-Incident relationship, and then filter on the presence of that linktype, but I don't want to do that because its too specific and our linktypes aren't used with discipline. So I want to be able to pull all spikes that "are linked to" an incident. 

 

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Utkarsh Agarwal _Nagarro_
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.
Jan 12, 2022

Hi @Meghan O_Lone ,

You can search for the issue types and query if the issueLinkType is not empty. Something like:

issueLinkType is not EMPTY and type in ( "Spike", "Incident") and project = XX

Kind Regards
Utkarsh

ok so its more like I want to see all spikes which are linked to incidents (and not spikes that are not linked to incidents, or linked to ONLY an improvement, or bug, etc.)

 

So i think the one you sent would pull all spikes AND incidents that are linked to ANYTHING. 


I feel like what I want might not be possible?

thank you for your response btw :) !

TAGS
AUG Leaders

Atlassian Community Events