Jira Server: toggleable checkboxes in issue descriptions

Renders Markdown style toggleable checkboxes in Jira Server issue descriptions

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
akaihola
1日のインストール数
0
累計インストール数
0
評価
0 0 0
バージョン
0.2
作成日
2024/09/12
更新日
2024/09/23
大きさ
4.04KB
ライセンス
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: