Listing All JIRA Transitions via API

前端 未结 3 2082
长情又很酷
长情又很酷 2021-01-13 05:27

I\'m looking to set up smart commits in JIRA, but my developers want to know all the options for their transitions. In order to help them, I\'d like to print a cheat-sheet

3条回答
  •  旧巷少年郎
    2021-01-13 05:42

    You can list the transitions of a given ticket via this endpoint:

    /rest/api/2/issue/${issueIdOrKey}/transitions
    

    For a more in depth explanation take a look here: Does the JIRA REST API require submitting a transition ID when transitioning an issue?

提交回复
热议问题