Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Searching linked issues that do not have any story types linked

Scott Federman January 17, 2024

I could use some help identifying a way to identify issues types bug and tests that do not have any stories in the linked issues. 

There may be other issue types linked but I want to see specifically if there are no stories. 

Any help here would be greatly appreciated.

1 answer

0 votes
Santino Lucca Castrataro
Contributor
January 17, 2024

Hi @Scott Federman! I would the Lookup Issues function with a JQL like this one: 

issue in linkedIssues(“{{triggerIssue.key}}”, "link type here") AND issuetype != "Story".

Let me know if you need more help!

Santino Lucca Castrataro
Contributor
January 17, 2024

Or you can use it as a filtre in an IF I think!

Scott Federman January 17, 2024

that would work i think if i was only looking at the relationship within one issue. I am looking to find this count across many issues across multiple projects.

Santino Lucca Castrataro
Contributor
January 18, 2024

Did you try the hasLinks() function? It will detect every issue that has an issue linked and you can concatenate that with AND issuetype != "Story".

Suggest an answer

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

Atlassian Community Events