HI,
I am looking for a JQL that produces a list of all linked issues. So far I only found a way to get that per issue not for the entire project.
It could also be described as "show a list of all dependencies from other projects".
Hi Georg,
Try this query and see if it gives you want you want.
project = ABC AND issueLinkType is not empty
this produces all the issues that have linked issues... I need the linked issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just add that as a column in your query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the issues are linked, they will already show in the Plans. But you need to use the specific Issue Link that the Plans use. The default is Blocks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
unfortunately many customised "blockers" are used... I guess I need to ask for ScriptRunner...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if an issue in my project has a dependency from another issue in my project it is shown. I am looking for the dependencies from other projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
They should still show up when you run the query above - assuming you have access to see issues in those other projects.
When you run the query and add the Linked Issues column to the query - do you see them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to our Community.
You may try:
issueLinkType = "is blocked by"
Hope it helps & thanks,
YY哥
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that gives me all the issues that have a linked issue but I need the linked issue itself
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it. As far as I know, we could add Linked issue field to the Issue Search list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - just as @YY Brother shows you. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
correct, but I need the issues to use in Plans for showing dependencies so I can plan my issues accordingly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, the dependency management in Jira Plan requires us to import multiple projects into a Plan. If we've already built the blocked by links between those jira projects, I think you could see what you expect in the left sidebar of Dependencies. Please just try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Georg Isenbuerger
For such functionality you need third party add-ons like scriptrunner or others. Do you know if you have it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.