Atlassian Jira Connector Operation Add Comment
Input
Für diese Operation sind die Parameter
host
,key
,username
undpassword
odertoken
erforderlich.
CODE
<RootElement xmlns:j="http://www.softproject.de/schemas/2020/json-converter">
<body>This is a comment for an issue</body>
</RootElement>
Output
XML
<JSON>
<self>https://jira.example.de/rest/api/2/issue/87606/comment/137249</self>
<id>137249</id>
<author>
<self>https://jira.example.de/rest/api/2/user?username=x4solution.center</self>
<name>x4solution.center</name>
<key>JIRAUSER12810</key>
<emailAddress>x4solution.center@example.de</emailAddress>
<avatarUrls>
<_48x48>https://jira.example.de/secure/useravatar?ownerId=JIRAUSER12810&avatarId=14718</_48x48>
<_24x24>https://jira.example.de/secure/useravatar?size=small&ownerId=JIRAUSER12810&avatarId=14718</_24x24>
<_16x16>https://jira.example.de/secure/useravatar?size=xsmall&ownerId=JIRAUSER12810&avatarId=14718</_16x16>
<_32x32>https://jira.example.de/secure/useravatar?size=medium&ownerId=JIRAUSER12810&avatarId=14718</_32x32>
</avatarUrls>
<displayName>X4 Solution Center</displayName>
<active>true</active>
<timeZone>Europe/Berlin</timeZone>
</author>
<body>This is a comment for an issue</body>
<updateAuthor>
<self>https://jira.example.de/rest/api/2/user?username=x4solution.center</self>
<name>x4solution.center</name>
<key>JIRAUSER12810</key>
<emailAddress>x4solution.center@example.de</emailAddress>
<avatarUrls>
<_48x48>https://jira.example.de/secure/useravatar?ownerId=JIRAUSER12810&avatarId=14718</_48x48>
<_24x24>https://jira.example.de/secure/useravatar?size=small&ownerId=JIRAUSER12810&avatarId=14718</_24x24>
<_16x16>https://jira.example.de/secure/useravatar?size=xsmall&ownerId=JIRAUSER12810&avatarId=14718</_16x16>
<_32x32>https://jira.example.de/secure/useravatar?size=medium&ownerId=JIRAUSER12810&avatarId=14718</_32x32>
</avatarUrls>
<displayName>X4 Solution Center</displayName>
<active>true</active>
<timeZone>Europe/Berlin</timeZone>
</updateAuthor>
<created>2021-02-05T14:04:21.896+0100</created>
<updated>2021-02-05T14:04:21.896+0100</updated>
</JSON>