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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.