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
I have different projects in Jira. Currently, I want to filter the issues in the DevOps project and have no link to another project called TM.
What I am currently able to do is filter all the issues that have no links but that filter out the issues that have links to some other projects as well, which causes problems. So here is my current JQL:
project = DevOps AND issueLinkType not in (blocks, "is blocked by", clones, "is cloned by", duplicates, "is duplicated by", "relates to")
I am having ScriptRunner installed If it is possible using that. How would I need to modify my query to achieve the goal?
Thanks
Hi @Jamshaid This is feasible using Scriptrunner Enhanced Search :-
project= DevOps AND issueFunction not in linkedIssuesOf("project = TM")
It give you all the issues of DevOps project which are not linked with Project TM.
For More Info you can check document :-
https://scriptrunner-docs.connect.adaptavist.com/jiracloud/enhanced-search.html
Thanks
V.Y
Thank you
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.