Atlassian Jira Connector Operation Get all Comments
Input
- No input is required for this operation.
This operation requires the
host
,key
,username
andpassword
ortoken
parameters.- The project key with the task ID is specified in the
key
parameter.
Output
XML
<?xml version="1.0" encoding="UTF-8"?>
<JSON>
<startAt>0</startAt>
<maxResults>50</maxResults>
<total>2</total>
<comments>
<e>
<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 an edited 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:42:33.967+0100</updated>
</e>
<e>
<self>https://jira.example.de/rest/api/2/issue/87606/comment/137255</self>
<id>137255</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 second 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:43:37.639+0100</created>
<updated>2021-02-05T14:43:37.639+0100</updated>
</e>
</comments>
</JSON>