I have a project that contains an issue type called "model" and has linked risks and blockers issue types (not sub tasks) I want to see a list of all models and only the risks and blockers linked to those models. Is there a way to do that without using link type? we have a ton of link types for automation purposes.
Native JQL does not allow you to do nested queries, like show me all models and linked issues to those. You would need an app like Scriptrunner or JQL tricks, I have used both of these apps in the past to get a similar list. If you search the Marketplace there might be other apps that can also provide you with that information.
@Mikael Sandberg I agree. I have a number of plugins but including scriptrunner but i can only seem to pull issues by link type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have Scriptrunner this query should return the list:
issueFunction in linkedIssuesOf("issuetype in (risks, blockers)")
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.