Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

Autore
akaihola
Installazioni giornaliere
0
Installazioni totali
0
Valutazione
0 0 0
Versione
0.2
Creato il
12/09/2024
Aggiornato il
23/09/2024
Dimensione
4,04 KB
Licenza
MIT
Applica a

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: