> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Comment

Create a comment on a report.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                 |
  | --------- | --------------------------------------------------------------------------- |
  | Comment   | The content of the comment.                                                 |
  | Private   | Specifies whether the comment is private or not.                            |
  | Report ID | The ID of the report. Can be obtained via the `Get Program Reports` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"assignment": {
		"maintained_assignees": [
			{
				"roles": [
					"string"
				],
				"slug": "string",
				"username": "string"
			}
		],
		"new_assignees": [
			{
				"roles": [
					"string"
				],
				"slug": "string",
				"username": "string"
			}
		],
		"removed_assignees": [
			{
				"roles": [
					"string"
				],
				"slug": "string",
				"username": "string"
			}
		]
	},
	"attachments": [
		{
			"attachment": {
				"mime_type": "string",
				"name": "string",
				"original_name": "string",
				"size": "int",
				"url": "string"
			},
			"id": "int"
		}
	],
	"author": {
		"avatar": {
			"mime_type": "string",
			"name": "string",
			"original_name": "string",
			"size": "int",
			"url": "string"
		},
		"hunter_profile": {
			"public": "bool"
		},
		"kyc_status": "string",
		"slug": "string",
		"username": "string"
	},
	"bounty_reward_amount": "int",
	"canceled": "bool",
	"claim_email": "string",
	"claim_status": "string",
	"collaborator": {
		"avatar": {
			"mime_type": "string",
			"name": "string",
			"original_name": "string",
			"size": "int",
			"url": "string"
		},
		"hunter_profile": {
			"public": "bool"
		},
		"kyc_status": "string",
		"slug": "string",
		"username": "string"
	},
	"company": {
		"already_activate_product": "bool",
		"currency": "string",
		"description": "string",
		"logo": {
			"mime_type": "string",
			"name": "string",
			"original_name": "string",
			"size": "int",
			"url": "string"
		},
		"name": "string",
		"slug": "string"
	},
	"created_at": "datetime",
	"cvss_bonus": "bool",
	"duplicate_of": {
		"id": "int",
		"local_id": "string",
		"title": "string"
	},
	"fix_verified": "bool",
	"id": "int",
	"marked_as": "string",
	"message": "string",
	"message_html": "string",
	"new_bug_type": {
		"category": {
			"name": "string",
			"slug": "string"
		},
		"description": "string",
		"identifier": "string",
		"link": "string",
		"name": "string",
		"remediation_link": "string",
		"slug": "string"
	},
	"new_cvss": {
		"criticity": "string",
		"score": "float",
		"vector": "string"
	},
	"new_details": [
		"string"
	],
	"new_patch_status": "string",
	"new_tags": [
		"string"
	],
	"new_title": "string",
	"new_tracking_status": "string",
	"old_bug_type": {
		"category": {
			"name": "string",
			"slug": "string"
		},
		"description": "string",
		"identifier": "string",
		"link": "string",
		"name": "string",
		"remediation_link": "string",
		"slug": "string"
	},
	"old_cvss": {
		"criticity": "string",
		"score": "float",
		"vector": "string"
	},
	"old_details": [
		"string"
	],
	"old_patch_status": "string",
	"old_status": {
		"workflow_state": "string"
	},
	"old_tags": [
		"string"
	],
	"old_title": "string",
	"old_tracking_status": "string",
	"points": "int",
	"priority": {
		"color": "string",
		"level": "int",
		"name": "string",
		"slug": "string"
	},
	"private": "bool",
	"reward_failed": "bool",
	"reward_type": "string",
	"rights": [
		"string"
	],
	"source": "string",
	"source_url": "string",
	"status": {
		"workflow_state": "string"
	},
	"tracker_id": "string",
	"tracker_name": "string",
	"tracker_token": "string",
	"tracker_url": "string",
	"type": "string",
	"user_rewarded": {
		"avatar": {
			"mime_type": "string",
			"name": "string",
			"original_name": "string",
			"size": "int",
			"url": "string"
		},
		"hunter_profile": {
			"public": "bool"
		},
		"kyc_status": "string",
		"slug": "string",
		"username": "string"
	}
}
```

## Workflow Library Example

[Create Comment with Yeswehack and Send Results Via Email](https://library.blinkops.com/workflows/create-comment-with-yeswehack-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-comment-with-yeswehack-and-send-results-via-email/canvas" />
</div>
