Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Summary
Once the JCPP is installed, 2 new clone actions are available for issues (Clone + and Clone ++). The first allows cloning within the same project and the second allows the project and issue type to be changed. These are in addition to the standard clone action provided natively by JIRA. If you do not want all of these clone actions available, you can selectively disable one or more actions. More over, you can easily provide more specific, customized actions to suite your development process. The plugin ships an additional 16 actions available for customization. They are disabled by default. They can be enabled in UPM easily as you need. UPM remembers which actions are enabled on upgrades .
Steps to disable the standard clone action
The clone+ actions provide equivalent and enhanced support, so you might want to disable the shipped clone action. There are 2 ways to disable it.
Best method
- You must be a JIRA Administrator with access to add-ons
- Go to Add-ons and Manage add-ons
- Select to see System add-ons
- Find Issue Operations Plugin
- Expand modules
- Find View Issue Ops Bar Clone Link and disable it! This is affective immediately.
Alternate
- You must be a JIRA Administrator with access to the JIRA installation server file system
- This method must be repeated when upgrading JIRA
Edit the installation file indicated below and restart JIRA
No Format title Edit .../WEB-INF/classes/system-issueoperations-plugin.xml ... <!-- Comment this option out <web-item key="clone-issue" i18n-name-key="webfragments.view.issue.opsbar.operations.ops.clone" name="Clone this issue" section="operations-operations" weight="20"> <label key="cloneissue.operation"/> <tooltip key="admin.issue.operations.plugin.clone.issue.name"/> <styleClass>issueaction-clone-issue</styleClass> <link linkId="clone-issue"> /secure/CloneIssueDetails!default.jspa?id=${issueId} </link> <condition class="com.atlassian.jira.plugin.webfragment.conditions.HasProjectPermissionCondition"> <param name="permission">create</param> </condition> </web-item> --> ...
Steps to enable or disable the clone plus actions
Perhaps you want to provide a more customized clone action. You can disable the default clone plus actions that are available automatically when the JCPP is installed. And then enable the custom option(s) you want.
- You must be a JIRA Administrator
- Go to Add-ons and Manage add-ons
- Select to see User-installed add-ons
- Find the JCPP - look for plugins starting with Bob Swift
- Expand modules
- Find the options that you want to enable or disable
- Disable or enable the action(s) you want
- The change will be in effect immediately
Tip | ||
---|---|---|
| ||
Customized clone plus actions require some configuration before they are visible to uses even after they have been enabled. |