Greasy Fork is available in English.

Open Workflow for current Issue

Looks up the workflow for the currently opened Issue and opens it in a new tab

ผู้เขียน
schuppentier
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
8
คะแนน
0 0 0
เวอร์ชัน
0.2
สร้างเมื่อ
19-04-2023
อัปเดตเมื่อ
13-06-2023
Size
1.69 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

This script uses the Jira API to look up the configured workflow for the currently seelected issue and opens it in a new tab to be edited. As workflows can only be edited by Admins, this script is only really useful for admins and will probably not work at all for non-admins.

Disclaimer: The logic to get the issue key is horribly hacky as the usual function (JIRA.Issue.getIssueKey()) does always seem to return null since some time. Let me know, if you have a better way to do this.