Jira API ですべてのステータス/トランジションを取得する方法は?
http://example.com/rest/api/2/workflow/戻り値
[{"name":"jira","description":"The default JIRA workflow.","steps":5,"default":true}]
出力に ID が存在しないため、ワークフローの詳細/コンポーネントを取得できません。
http://example.com/jira/rest/api/2/issue/PROJ-1/transitionsは問題固有のトランジションのみを提供します。将来のトランジションも必要です。
任意のポインタまたは提案をいただければ幸いです。