Skip to main content
POST
Mutate issues in batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
operation
enum<string>
required
Available options:
status,
start-review,
flag,
assignee,
tag
issue_ids
string[]
required
status
enum<string>
Available options:
open,
in_progress,
resolved,
dismissed
dismissal_reason
enum<string>

Accepted values: False positive, Working as intended, Test or synthetic traffic, Acceptable edge case, Known limitation, Out of scope

Available options:
False positive,
Working as intended,
Test or synthetic traffic,
Acceptable edge case,
Known limitation,
Out of scope
dismissal_detail
string
flagged
boolean
user_id
string | null
tag_id
string
attached
boolean

Response

Batch issue mutation results

results
object[]
required
project_id
string