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

    Interface GetStatusesByName

    Parameters for getting statuses by name.

    interface GetStatusesByName {
        name: string[];
        projectId?: string;
    }
    Index

    Properties

    Properties

    name: string[]

    The list of status names.

    Min items 1, Max items 50

    projectId?: string

    The project the status is part of or null for global statuses.