Hi,
I have a bunch of Stories in my project, and each of them are linked (breaks into) into 2 different issue types: Audio and Video. ex: Some of my Stories have 4 audio linked issues and 2 Video linked issues
I'm trying to find a way to search for all my Stories where ALL of the Audio linked issues are resolved. If one of the audio linked issue is not resolved, i dont want the Story to appear in the result.
I tried some advanced issuefunction, but couldnt get the result i want.
thanks in advance!
You may want to look at JQL Tricks if you are using JIRA Server. We use it to find issues that are blocked by issues that are currently not in an active sprint.
project = X AND issue in linkedIssuesInQuery("project = X AND issue in hasLinks(\"is blocked by\") AND sprint in openSprints() AND status not in (\"Awaiting Test\", Closed, Done)", "is blocked by")
If you are using JIRA Cloud, you may want to look at ScriptRunner for JIRA, it has a function similar to JQL Tricks that allows you to search for specific link types.
Thanks, but i dont want to buy that plugin for now.
Is there any other 'free' alternative?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the late reply. The short answer is no.
I do believe there is a feature request for it, but cannot find it at the moment.
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.