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.
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!
Or you can use it as a filtre in an IF I think!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.