I have a Project with many issue and this issue have some issues linked reason "is blocking by"..
So I wolud like to know, how can I to make a "quick filter" JQL that allow me to see all the issue with thats issuelinked...
it´s possible??
PD: Mi Jira is JiraCloud.
best regards.
@Isaias Salazar Torrealba Please refer below Atlassian documentation on Advanced Searching JQL functions available out of the box in JIRA Cloud. For your case, you can use the function "linkedIssues()", as mentioned in this document:
Trying to use the linkedIssues() function i get an error saying that i have no permission to view it. And the page says that it should be used like "linkedIssues()" but the advanced search says i need an operator as well, like "linkedIssues in ("param","param")"
Which is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just ran into the same permissions error and found that the proper syntax is "issue" (singular) instead of "issues" plural e.g. issue in linkedIssues(ABC-123)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Isaias Salazar Torrealba, welcome to the Community. You will need an addon app, e.g. Scriptrunner or Power Scripts, etc for this. While I don't use either I know they support this. for example Scriptrunner has a script function called "haslinks".
Cheers!
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.