Jira copy summary

Adds a "Copy summary" button for issue pages on Jira.

ही स्क्रिप्ट इंस्टॉल करा?
लेखकाने सुचवलेली स्क्रिप्ट

तुम्हाला कदाचित ही स्क्रिप्टदेखील आवडेल: Confluence: copy link buttons.

ही स्क्रिप्ट इंस्टॉल करा
लेखक
andrybak and dtruebin
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
20
रेटिंग
0 0 0
आवृत्ती
5.1
बनवली
2023-09-21
अपडेट केली
2023-12-12
आकार
8.34 KB
License
MIT
यांवर लागू होते:

This user script adds a "Copy summary" button for issue pages on Jira. The rich text (HTML) summary, which is great for pasting in Confluence and in Slack looks like this:

[MC-179867] Unicode Characters swapped in Minecraft

The plain text version looks like this:

[MC-179867] Unicode Characters swapped in Minecraft

The button to copy the summary is added to the regular menu of buttons:

demonstration of the button

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).

Instructions

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

Source code and full history can be seen on GitHub: https://github.com/rybak/atlassian-tweaks/blob/main/jira_copy_summary.user.js

See also

More user scripts and user styles for Confluence, Jira, and Bitbucket in set Atlassian Tweaks.