Parameters

ParameterDescription
ContentThe content of the comment to add.
Issue ID Or KeyThe ID or key of the issue. Can be obtained via the List Issues action.

Example Output

{    "self": "http://www.example.com/jira/rest/api/2/issue/10010/comment/10000",    "id": "10000",    "author": {        "self": "http://www.example.com/jira/rest/api/2/user?username=fred",        "name": "fred",        "displayName": "Fred F. User",        "active": false    },    "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper.",    "updateAuthor": {        "self": "http://www.example.com/jira/rest/api/2/user?username=fred",        "name": "fred",        "displayName": "Fred F. User",        "active": false    },    "created": "2022-11-15T02:47:10.440+0000",    "updated": "2022-11-15T02:47:10.440+0000",    "visibility": {        "type": "role",        "value": "Administrators"    }}

Workflow Library Example

Add Comment with Jira Data Center and Send Results Via Email

Preview this Workflow on desktop