Jira.js - Jira Cloud API library
    Preparing search index...

    Interface IssueEvent

    Details about an issue event.

    interface IssueEvent {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The ID of the event.

    name: string

    The name of the event.