You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
Is there anyway to retrieve all the JIRAs linked with tickets in a certain status, like 'Escalated'?
Hi @Satoshi Yamada,
Welcome to the Community!
I think more information about what you are looking for might be required here. But as a starting point.
if you search for:
status = "Escalated" AND linkedIssue in (LinkedIssues("JIRA-1234"))
that will provide you with a list of all issues linked to JIRA-1234 that are in the 'Escalated' status. I'm not 100% sure if this is what you are looking for, but it should give you a starting point.
-Jimmy
adding a bit here...
you can find all issues that are in a given status that are linked to other issues, e.g.
issueLinkType is not empty and status = Escalated
you cannot (OOTB) find all issues that have links where the status of the linked issues is Escalated. You can do this w/ apps like Scriptrunner, Power scripts, etc.
for example this isn't possible - issueLinkType is not empty and LinkedIssuestatus = Escalated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jimmy Seddon @Jack
Thanks for your comments.
> you cannot (OOTB) find all issues that have links where the status of the linked issues is Escalated.
This is actually what I want to do. I'll look into Scriptrunner and Power scripts.
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.