Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

As of 2024-09-12. See the latest version.

Author
akaihola
Ratings
0 0 0
Version
0.1
Created
2024-09-12
Updated
2024-09-12
Size
3.26 KB
License
MIT
Applies to

Add GitHub Markdown -style checkboxes in Jira Server issue descriptions. A rendered checkbox can be clicked, and the script will toggle it by editing the text source and saving it.

Syntax:

- [ ] unchecked first level checkbox
-- [ ] unchecked second level checkbox
- [x] checked first level checkbox
-- [x] checked second level checkbox

These render as: