I'm trying to implement a restriction so that Jira users are barred from creating linked issues to a specific project. I've got service desk installed, so I have the "Create Linked Issue" item in the "More" menu. What I'd like to do is have the resulting screen list all but one project in the "Projects" menu. For example:
Assume there are four projects on the system, two service projects and two software projects.
I want to stop people from creating a link from any issue TO the ASERVICE project but allow them to create linked issues between other projects.
It seems like the best way to do this would be to restrict the entries in the "Projects" select list on the Create screen so that ASERVICE doesn't appear, but I don't see any way to do that that doesn't prevent users from creating issues in the ASERVICE at all.
Any ideas? I've been poking around with Scriptrunner and Jira Automation but I'm baffled.
Environment:
This old post discusses this topic:
I missed the part about wanting to allow the users to otherwise create issue in the destination project, just blocking the creation through the Create Linked Issue 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.