Skip to main content

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 a comment on a report.

Parameters

ParameterDescription
CommentThe content of the comment.
PrivateSpecifies whether the comment is private or not.
Report IDThe ID of the report. Can be obtained via the Get Program Reports action.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop