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.
We have multiple active Projects. When creating an Issue, the Linked Issues field will populate suggestions from all of our Projects. We'd like to restrict this to only suggest Issues from the current Project, just as the Sprints field has an 'Only Show Sprints in this Project' toggle.
You can't restrict the users (in cloud), to choose only from a specific project. However, what you could do, if you have an app like JMWE, JWT, Scriptrunner, JSU etc, then:
There is an open suggestion here https://jira.atlassian.com/browse/JRACLOUD-9634 which you can vote and watch. There was also the newer suggestion here https://jira.atlassian.com/browse/JRACLOUD-36494, but the older one (9634) is the one to follow.
Hi @Jordan Kleeman and thank you again @Alex Koxaras _Relational_ for mentioning us!
I am part of the Support Team of Decadis and I will gladly help you with the alternative solution that @Alex Koxaras _Relational_ proposed using Jira Workflow Toolbox for Jira Cloud.
It would be possible to validate during a transition if all of the linked issues of the transitioned issue are in the project of the transitioned issue with a Jira expression validator. It would only be necessary to enter the following expression to set it up:
issue.links.every(l => l.linkedIssue.project.key == issue?.project?.key)
Some more use cases for our Jira expression validator can be found in our documentation, namely in the page Jira expression condition/validator (use cases).
Please, let us know if you need further assistance in this thread or via our Support Service Desk.
Best regards,
Vicente
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you use subtasks they all have to be in the same project as the parent issue. But they are only 1:N not N:M
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.