A Chrome userscript which adds a button to easily copy the Task Id and Task Description to the clipboard.
This is useful for source control commit messages and branch names.
- Adds a "Copy Task Title" button to the right of the "Workflow" dropdown.
Format: TaskId - TaskDescription
-
Install a userscript Chrome extension
Example: Tampermonkey
-
Install this script
- Github: https://github.com/Tharkis/Userscript-Jira-CopyTitle/blob/master/Userscript-Jira-CopyTitle.js
- GreasyFork: https://greasyfork.org/en/scripts/403585-jira-copytitle
Original code forked from bitbucket-cli by Rain Chen
MIT License