Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

Аўтар
akaihola
Daily installs
0
Total installs
0
Рэйтынг
0 0 0
Версія
0.2
Створаны
12.09.2024
Абноўлены
23.09.2024
Памер
4.0 КБ
Ліцэнзія
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: