Greasy Fork is available in English.

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
बनवली
2024-09-12
अपडेट केली
2024-09-23
आकार
4.04 KB
License
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: