Adds a comment to an issue.

External Documentation

To learn more, visit the Jira documentation.

Parameters

ParameterDescription
ADF ContentThe ADF-formatted content to add as a comment to the issue. For more information on ADF please visit Atlassian’s Documentation.
Content TypeSelect 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 KeyThe ID or key of the issue.
Text ContentThe textual content of the comment that will be added to the issue.

Example Output

{
	"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
}

Workflow Library Example

Add Comment with Jira and Send Results Via Email

Preview this Workflow on desktop