Skip to main content
Skip table of contents

Atlassian Jira Connector Operation Execute Transition

Input

  • This operation requires the host, key, username and password or token parameters.

Execute Transition
CODE
<RootElement xmlns:j="http://www.softproject.de/schemas/2020/json-converter">
	<transition>
		<!-- Set to in Progress -->
		<id j:mode="literal">11</id>
		<!-- Set to New -->
		<!-- <id j:mode="literal">51</id> -->
		<!-- Set to Implemented -->
		<!-- <id j:mode="literal">121</id> -->
	</transition>
</RootElement>

Output

If the operation was executed successfully, the adapter outputs OK.

Execute Transition
CODE
<Ok>
	<Message>Executing transition on issue was successful</Message>
</Ok>

Otherwise, the status -1 is output. If it is possible to retrieve possible transitions, they will be output (in case of wrong transition ID, this will help to find the correct ID).

Execute Transition
CODE
<Error>
	<Message>Error on Executing transition, maybe the called transition is not possible in the state of the issue, please check possible transitions</Message>
	<PossibleTransitions>
		<Object>
			<Value name="expand" type="String">transitions</Value>
			<Array name="transitions">
				<Object>
					<Value name="id" type="String">61</Value>
					<Value name="name" type="String">Zurück</Value>
					<Object name="to">...
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.