Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

Aŭtoro
akaihola
Ĉiutagaj instaloj
0
Tutaj instaloj
0
Ratings
0 0 0
Versio
0.2
Kreita
2024/09/12
Ĝisdatigita
2024/09/23
Size
4,04 kb
Licenco
MIT
Aplikiĝas al

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: