Adds a comment to an issue.

External Documentation

To learn more, visit the Jira documentation.

Parameters

ParameterDescription
ContentThe content of the comment to add.
Issue ID Or KeyThe ID or key of 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