- Install Tampermonkey
- open the JIRA Ticket Copier script file
jira-ticket-copier.user.js
If you want to, you can enable Tampermonkey to look for updates for this script:
- on the Tampermonkey Overview page
- from the "Installed Userscripts" tab, open the "JIRA Ticket Copier"
- under "Settings", enable "Search for Updates"
- click "Save"
In order to manually pull an update:
- on the Tampermonkey Overview page
- from the "Installed Userscripts" tab, open the "JIRA Ticket Copier"
- under "Editor", use the menu item "Files" / "Look for updates"
If that option is greyed out, you need to enable "Search for Updates" first (and maybe do a reload of the page).
When you view a webpage from a JIRA server, every mentioning of a JIRA ticket on that page is adorned with magenta dot. Right-clicking on that element allows you to copy the information for that ticket to your clipboard - either as text or as a link.
Once you have the script installed in Tampermonkey, you can go to the editor-view for that script. At the top of the code you will find a block named "configuration". That's where you can do a bit of customization to your needs.
- fixed bug: no summary found for issue board view as list
- split up detection for "issue-board/card" into "issue-board/card-view" and "issue-board/list-view"
- fixed bug: menu was generated indefinitely often - when just one is enough
- fixed bug: on Firefox, menu text was picked up by JIRA comment fields
- fixed bug: individual configuration was not possible
- major refactoring, added configuration possibilities
- initial, first version