JIRA templates

Allows saving JIRA issue descriptions and comments for reuse.

< 腳本JIRA templates的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2023-01-31

The templates do not show in a modal/popup like reassign or resolve an issue.

§
發表於:2023-01-31

Fixed by replacing the findEditors function because the old one will stop after finding the first editor by ID, but Jira has multiple editors with the same id ...

var findEditors = function() {
    const editors = document.getElementsByClassName("wiki-edit-content");
    for (let i = 0; i < editors.length; i++) {
       modifyEditor(editors[i]);
    }
};

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址