Skip to main content
Skip table of contents

Atlassian Jira Connector Operation Create Issue

Input

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

Create Issue

CODE
<RootElement xmlns:j="http://www.softproject.de/schemas/2020/json-converter">
	<fields>
		<project>
			<key>XVIERSC</key>
		</project>
		<summary>Issue title</summary>
		<description>Issue description</description>
		<components j:mode="array">
			<Object>
				<name>Demos</name>
			</Object>
		</components>
		<issuetype>
			<name>Story</name>
		</issuetype>
	</fields>
</RootElement>


Output

Create Issue

XML
<JSON>
   <id>87606</id>
   <key>XVIERSC-174</key>
   <self>https://jira.softproject.de/rest/api/2/issue/87606</self>
</JSON>
JavaScript errors detected

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

If this problem persists, please contact our support.