Hi Team,
Are we able to block cloning on specific projects and for specific users (roles) ? For example I'd love to block cloning for everyone outside of my team.
Please find the attached screenshot for your reference.
We have JSU, Scriptrunner and JMWE
Thanks!
Lakshmi
Hi @Lakshmi CH ,
This question is very similar to the question reported on https://jira.atlassian.com/browse/JRASERVER-38117 and, like suggested by Alex Gallien, it's possible to hide the Clone issue using Scriptrunner Fragments, selecting Hide System Plugin or UI Element and under Hide what, add:
com.atlassian.jira.plugin.system.issueoperations:clone-issue
Then, set your condition such that it returns true for all issues you want it to display on still (this is a bit counterintuitive).
If you wanted to hide assign for project ABC, it would be:
jiraHelper.project?.key != "ABC"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.