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
बनवली
2023-04-19
अपडेट केली
2023-06-13
आकार
1.69 KB
License
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.