i've already set up permissions to only allow issue linking, which brings "is a cloner of / is cloned by" to developers role
so far so good.
the issue can still be cloned just by selecting "Clone" from the More Actions tab
this is really annoying cause some users here are way too lazy to create a new issue from scratch...they simply clone a resolved one...
I have tried this in workflow step's properties -->
jira.permission.create.clone = denied
Its working for me without restricting sub-task creation (took ref from here)
I want to deny cloning only in a specific project in jira. Is this possible in this way?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. But need to make sure that workflow is not shared between the projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes- different workflow!
where should I define this sentence?
(jira.permission.create.clone = denied)
and where should I add the project's name?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Edit the workflow, look at the status on the workflow, there is a properties panel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Both. We use the = as a separator here because it's quicker than a screen shot and just as easy to explain. The string on the left is the property, the one on the right, the value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
I would like to deny clone for all groups and allow for few user groups is that possible as currently I can deny cloning for all users
thanks,
Sayan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is it possible to disable only the "Clone & Move" feature/option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, turn off or remove the "clone and move" app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In current (cloud) Jira, the solution to block cloning for all is:
Property Key: jira.permission.createclone.denied
Property Value: true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me (2019).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
jira.permission.createclone.denied is the only key, that doesn't produce a stacktrace, other keys are working but with error in the log file.
You dont need a property value, the value for Jira is the last word in the key after the last point, implizit value is denied
key: jira.permission.createclone.denied
value: none
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, DJ it worked for me too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't disable just "cloning" by workflow properties because there is no separate permission for cloning. It looks for create permission.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do it on a project by project basis unless you do some coding. i.e. add a condition to the respective web-item in system-issueoperations-plugin.xml.
Or maybe disable the system plugin and define an isue operation in your plugin along with the condition. You can make use of existing classes and jsp files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm well.
so what is the best approach to restrict "Clone" from "More Actions" or can it be removed from there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nice...i just disabled "View Issue Ops Bar Clone Link"
from system issue operations...
thats enough.
Thanks Jobin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Faysal,
Can you please give detailed steps on to disable View Issue Ops Bar Clone Link
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.
Hi Bob,
Thanks for quick reply. Looks like onDemand we can't disable clone function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is an admin function, so only Atlassian can touch that for OnDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bob,
Can we disable this on local jira instance and without having plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, on a download instance, the administrator can disable the shipped clone operation following the instructions.You only need the plugin if you want to replace it with clone operations can be restricted or customized on a project by project basis if that is your need.
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.
How to use clone properties for customization and there is a specific exampe of configuration for a project specific restriction
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Guys,
I am able to restrict cloning for all users, but I need to unrestrict for some groups. How will I be able to do that ?
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.
We have similar issues with cloning In a couple of projects. Users clone an issue, but then do not have edit permissions to modify key details. We have good reasons for not granting edit permissions in those projects and we expect our users to "remember" that they should not clone in those projects.
I understand that clone would not be permitted if we remove the "create issues" permission, but we do want our users to be able to create new issues in those projects.
Would it be possible to make the "clone" action depend on both "create issues" and "edit issues" permissions?
That would solve most of our problem with regards to cloning.
Thank you,
Aaron
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
DJ`s solution working... jira.permission.create.clone = denied
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.
Sounds like you have an answer for your situation. For others, the Clone Plus Plugin for JIRA has a number of customization options which would allow restricting cloning to specific projects. More over, providing project specific clone options to fit better user needs. More info: How to customize
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No need for more expensive addons. Just adding the property jira.permission.create.clone.denied to every status in the workflow seems to do the trick just fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to deny cloning only in a specific project in jira. Is this possible in this way?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @roniz,
Just add the properties jira.permission.create.clone = denied to the workflow/s of the specific project. Make sure the workflow is not share by other project. It worked for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this still work ? I've try it on version 7.7, i've put the parameter everywhere on my workflow and it doesn't work ...
I've the same workflow as this ticket and the work arround doesn't work ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using properties can we restrict the Clone based on Roles. Say only admin should be able to clone and not others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i tried setting some properties per issue state...
such as "jira.permission.clone=false" or "jira.permission.link=false"
no effect...
what am i missing?
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.