Hi Folks,
I have use case were issues need to be linked only from specific projects.
I have multiple project ex:- Project A, Project B, Project C and Project D.
On Project A, I use issue linking on particular workflow transition with screen linked issues as mandatory., even though there are existing linked issues, this transition will ask to link new issues mandatory(through validator), this issue linking field should accept issues to be linked only from Project D.
Is this possible?
Thanks @Pavel Junek and @Mohamed Benziane - I used JMWE Related Issue(s) validator and I achieved my requirement.
Hi,
May be you could write (with Scriptrunner) a validator that will check if the issue link goes to an issue in the project D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ranganath,
I'm afraid that this limitation cannot be set in the regular Jira configuration, but it is necessary to write a Groovy script that will allow to limit Issue Links. For eg. exist feature request - JRASERVER-16325
Pavel
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.