Skip to content

Greasemonkey script to add the option to clone a JIRA ticket in the browser

License

Notifications You must be signed in to change notification settings

BartJolling/jira-issue-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

jira-issue-clone v2.2

license:mit github:stars gitHub:issues gitHub:forks

Description

Adds a "Clone"button to the "browse" screen of a JIRA issue, allowing to clone it in the browser. This version has been fully tested on Jira 8.1.

It should be backwards compatible with Jira 7.8 but this is not guaranteed. In case it doesn't work, install v2.0 of this userscript.

jira-issue-clone provides a workaround for two permission limitations:

  • When you don't have the permission to clone a ticket on the JIRA server itself.
  • When you want to workaround the problem that the official clone function sets the wrong reporter on the cloned ticket, if you don't have the "Modify Reporter" permission: https://jira.atlassian.com/browse/JRASERVER-23538

Installation Mozilla Firefox

Installation Google Chrome

Installation Microsoft Edge

Usage/Known Issues

  • Cloning an issue can take a few seconds. During that time, a spinner will be displayed next to the clone button and you should avoid interacting with the screen. Once the cloning operation has been successful, you will be redirected to the newly cloned issue.
  • As I don't have a test environment with Jira 7.8 anymore, I can only support it on a best effort basis. I cannot guarantee that future modifications will continue to work on older versions than v8.1.