IssueUpdateContract interface
Issue update Parameters.
api |
A resource identifier for the API the issue was created for. |
created |
Date and time when the issue was created. |
description | Text describing the issue. |
state | Status of the issue. |
title | The issue title. |
user |
A resource identifier for the user created the issue. |
A resource identifier for the API the issue was created for.
apiId?: string
Property Value
string
Date and time when the issue was created.
createdDate?: Date
Property Value
Date
Text describing the issue.
description?: string
Property Value
string
Status of the issue.
state?: string
Property Value
string
The issue title.
title?: string
Property Value
string
A resource identifier for the user created the issue.
userId?: string
Property Value
string