You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.