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

    Interface GetIssueTypeScreenSchemeProjectAssociations

    interface GetIssueTypeScreenSchemeProjectAssociations {
        maxResults?: number;
        projectId: (string | number)[];
        startAt?: number;
    }
    Index

    Properties

    maxResults?: number

    The maximum number of items to return per page.

    projectId: (string | number)[]

    The list of project IDs. To include multiple projects, separate IDs with ampersand: projectId=10000&projectId=10001.

    startAt?: number

    The index of the first item to return in a page of results (page offset).