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"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.