Assume that we have 2 issue types A and B
A issue will link to more than one B issues ( 1 to many)
B issues will link to only one A issue (many to 1)
and the link between A and B is "is fixed by" and the link between B to A is "fixes".
How we can restrict the linking in edit screen such that A issue will link to more than one B issues and B issues will only link to one A issue. Could you please help me in this solution it will be helpful.
Thanks
Hi @thumuluru_shreya
Jira Cloud doesn’t natively support restricting issue linking based on type or count. However, you can add this logic using automation rules, ScriptRunner. ScriptRunner is the most robust option.
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.