Parameter | Description |
---|---|
ADF Content | The ADF-formatted content to add as a comment to the issue. For more information on ADF please visit Atlassian’s Documentation. |
Content Type | Select the format for your comment content - text or ADF (Atlassian Document Format). For more information on ADF, please visit Atlassian’s Documentation. |
Issue ID Or Key | The ID or key of the issue. |
Text Content | The textual content of the comment that will be added to the issue. |
{
"self": "https://example.com",
"id": "10000",
"author": {
"self": "https://example.com",
"accountId": "1234567890",
"emailAddress": "exaxmple@blinkops.com",
"avatarUrls": {
"48x48": "https://example.com",
"24x24": "https://example.com",
"16x16": "https://example.com",
"32x32": "https://example.com"
},
"displayName": "User",
"active": true,
"timeZone": "Asia/Jerusalem",
"accountType": "atlassian"
},
"body": {
"content": [
{
"content": [
{
"text": "Body content",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
},
"updateAuthor": {
"self": "https://example.com",
"accountId": "1234567890",
"emailAddress": "exaxmple@blinkops.com",
"avatarUrls": {
"48x48": "https://example.com",
"24x24": "https://example.com",
"16x16": "https://example.com",
"32x32": "https://example.com"
},
"displayName": "User",
"active": true,
"timeZone": "Asia/Jerusalem",
"accountType": "atlassian"
},
"created": "2022-12-14T12:54:15.355+0200",
"updated": "2022-12-14T12:54:15.355+0200",
"jsdPublic": true
}
Was this page helpful?