GET
/
api
/
v1
/
issues
/
{issueId}

Body

issueId
string

This is the unique identifier for the issue.

Response

id
string

This is the unique identifier for the issue.

projectId
string

This is the unique identifier for the project that this issue belongs to.

problem
string

This is the description of the problem.

rootCause
string

This is the root cause of the problem.

stepsToReproduce
array

The steps to reproduce the problem

solutionSteps
array

The steps to solve the problem

diff
object

The diff showing the code changes made to solve the problem

investigationSteps
array

The investigation steps taken to investigate the problem

createdAt
string

This is the date and time when the issue was created.