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
Size
4.04 קילו-בייט
רישיון
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: