Skip to main content
GET
Get issue by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

issueId
string
required

Response

200 - application/json

Ok

id
string
required
readableIssueId
string
required
createdDate
string<date-time>
required
createdBy
object
required
lastModifiedBy
object
required
lastModifiedDate
string<date-time>
required
title
string
required
description
string
required
owners
object[]
required
severity
enum<string>
required
Available options:
CRITICAL,
HIGH,
MEDIUM,
LOW,
NO_SEVERITY
status
enum<string>
required
Available options:
NOT_STARTED,
IN_PROGRESS,
CLOSED
rootCause
string | null
required
correctiveAction
string | null
required
dueDate
string<date-time> | null
required
source
object | null
required
controlDomain
string | null
required
closedMetadata
object | null
required
detectedDate
string<date-time>
required
mappedControlIds
string[]
required
mappedRiskScenarioIds
string[]
required
mappedPolicyIds
string[]
required
customFields
object[]
required
template
enum<string>
required

Extract from T those types that are assignable to U

Available options:
STANDARD_ISSUE
type
enum<string> | null
required
Available options:
AREA_OF_CONCERN,
MAJOR_NONCONFORMITY,
MINOR_NONCONFORMITY,
OPP_FOR_IMPROVEMENT,
EXCEPTION,
PROCESS_FOR_IMPROVEMENT