Skip to main content
Skip table of contents

Atlassian Jira Connector Operation Execute Transition

Input

  • Für diese Operation sind die Parameter hostkeyusername und password oder token erforderlich.

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

Wurde die Operation erfolgreich ausgeführt, gibt der Adapter OK aus.

Execute Transition

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

Andernfalls wird der Status -1 ausgegeben. Wenn es möglich ist, mögliche Übergänge abzurufen, werden diese ausgegeben (bei falscher Übergangs-ID hilft das, die richtige ID zu finden).

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.