Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
IssueEvent
Interface IssueEvent
Details about an issue event.
interface
IssueEvent
{
id
?:
number
;
name
?:
string
;
}
Index
Properties
id?
name?
Properties
Optional
id
id
?:
number
The ID of the event.
Optional
name
name
?:
string
The name of the event.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
Source Code
@resolution/jira-api-client
Loading...
Details about an issue event.