Update the priority of a report.

Parameters

ParameterDescription
PriorityThe updated priority of the report.
Report IDThe ID of the report. Can be obtained via the Get Program Reports action.

Example Output

{
	"id": 1234567,
	"company": null,
	"type": "priority-update",
	"points": 0,
	"private": true,
	"canceled": false,
	"cvss_bonus": null,
	"status": null,
	"old_status": null,
	"message": null,
	"message_html": null,
	"old_bug_type": null,
	"new_bug_type": null,
	"old_cvss": null,
	"new_cvss": null,
	"priority": {
		"name": "P1",
		"slug": "p1",
		"level": 1,
		"color": "#ff2424"
	},
	"old_tags": [],
	"new_tags": [],
	"reward_failed": null,
	"reward_type": null,
	"bounty_reward_amount": null,
	"user_rewarded": null,
	"author": {
		"username": "test",
		"slug": "test",
		"kyc_status": "U",
		"hunter_profile": {
			"public": false
		},
		"avatar": {
			"name": null,
			"original_name": null,
			"mime_type": null,
			"size": null,
			"url": "https://cdn-yeswehack.com/user/avatar/default_image"
		}
	},
	"collaborator": null,
	"marked_as": null,
	"fix_verified": null,
	"old_details": null,
	"new_details": null,
	"old_patch_status": null,
	"new_patch_status": null,
	"old_tracking_status": null,
	"new_tracking_status": null,
	"tracker_name": null,
	"tracker_id": null,
	"tracker_url": null,
	"tracker_token": null,
	"old_title": null,
	"new_title": null,
	"source_url": null,
	"claim_email": null,
	"claim_status": null,
	"source": null,
	"created_at": "2023-04-27T14:13:21+02:00",
	"duplicate_of": null,
	"rights": [
		"view",
		"view_reward",
		"view_author"
	],
	"attachments": [],
	"assignment": null
}

Workflow Library Example

Update Report Priority with Yeswehack and Send Results Via Email

Preview this Workflow on desktop