Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

Автор
akaihola
Инсталации дневно
0
Инсталации общо
0
Рейтинг
0 0 0
Версия
0.2
Създаден
12.09.2024
Обновен
23.09.2024
Размер
4 КБ
Лиценз
MIT
Работи на

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: