copies summary of Jira ticket
当前为
This user script adds a "Copy Summary" button for issue pages on Jira. When on a Jira page, the script can be configured using the corresponding extension menu item (screenshot from Tampermonkey):

The script supports only Jira Server (self-hosted).
The script uses @include rules to work on any domain that includes the word jira. If your browser doesn't support @include (which might happen in the future when Chrome switches to Manifest V3 browser extensions) or your Bitbucket Server uses a domain which doesn't include the word jira, you'll have to manually add your domain. Up-to-date instructions are at https://github.com/rybak/atlassian-tweaks#custom-domains
Source code and full history can be seen on GitHub: https://github.com/rybak/atlassian-tweaks/blob/main/jira_copy_summary.user.js
More user scripts and user styles for Confluence, Jira, and Bitbucket in set Atlassian Tweaks.