Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Jira Cloning

Mathew Lederman
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2025

How can we disable cloning for all users at the project or workflow level?

1 answer

1 vote
Manoj Gangwar
Community Champion
May 19, 2025

Hey Mathew, Hope you are doing well!

Unfortunately, that is not possible at this time, but you may try the workaround below.

 
Use the property jira.permission.createclone.denied in each status of the workflow and set the value to true, it should work.

There is a suggestion to add this feature, although it is quite old (from 2005).  You may vote for it or watch it to see any progress. https://jira.atlassian.com/browse/JRACLOUD-8497  It does note an elaborate work-around by changing workflow, and that obviously does not scale well for an entire site with lots of Jira projects.

Mathew Lederman
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2025

Hey Manoj! Hope you're doing well too!!

I tried jira.permission.createissue.denied as recommended in JRASERVER-72517 and jira.permission.createclone.denied as you noted from JRACLOUD-8497. Unfortunately neither prevented me from cloning a request in the issue type. Though I tried this on the transition rather than the status, so maybe that's the issue.

I was able to put a JMWE validator on the create transition that appears to succesfully block cloning. Unfortunately it doesn't remove the clone option, but it does prevent the cloned ticket from being created.

issue.links.filter(link => link.type.name == "Cloners" && link.direction == "outward").length > 0

 

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events