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

    Interface GetWorkflowSchemeProjectAssociations

    interface GetWorkflowSchemeProjectAssociations {
        projectId: (string | number)[];
    }
    Index

    Properties

    Properties

    projectId: (string | number)[]

    The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example, projectId=10000&projectId=10001.