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: