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

    Interface StatusCreate

    Details of the status being created.

    interface StatusCreate {
        description?: string;
        name: string;
        statusCategory: string;
    }
    Index

    Properties

    description?: string

    The description of the status.

    name: string

    The name of the status.

    statusCategory: string

    The category of the status.