Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

Autor
akaihola
Dziennych instalacji
0
Wszystkich instalacji
0
Oceny
0 0 0
Wersja
0.2
Utworzono
12-09-2024
Zaktualizowano
23-09-2024
Rozmiar
4,04 KB
Licencja
MIT
Dotyczy

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: