REST API - Change Steps status
Description
Below you can find REST endpoint for the Change Steps status. Parameters should be passed in a JSON file.
Method: PUT
URL: $jira_context/rest/tms/1.0/steps/status
Parameters:
- issueId (ID issue number in which the status in the Steps has to be changed)
- rowIndex (number of row index in Steps without counting groups, starting from 0)
- status (name of status configured in Steps status in project)
See the sample file with a structure - change_steps_status.json