Copy and paste these scripts into your TamperMonkey browser extension to customize your browsing experience.
See the Knowlege-Base - TamperMonkey page for more general TamperMonkey info.
Autofills the Jira ticket description field with HTML contents that you can then edit natively in the Jira UI.
Does not overwrite any already populated description for safety.
For Jira tickets with existing descriptions you can Ctrl-x
/ Cmd-x
to cut your content out
and press any key in the description box to trigger the script to fill in the description boilerplate text
and then paste your content back in and tweak it.
You can edit the const descriptionHTML =
line of code near the top to suit your tastes, currently it renders in the Jira UI as:
As a platform engineer
I want ...
So that ...
Criteria one...
Criteria two...
Put Notes here
Record design decisions
URLs to references and relevant docs
The rest of my original source repos are here.
Pre-built Docker images are available on my DockerHub.