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

    Interface SearchFieldAssociationSchemeProjects

    interface SearchFieldAssociationSchemeProjects {
        id: number;
        maxResults?: number;
        projectId?: number[];
        startAt?: number;
    }
    Index

    Properties

    id: number

    The scheme id to search for associated projects

    maxResults?: number

    The maximum number of projects to return per page, maximum allowed value is 100.

    projectId?: number[]

    The project Ids to filter by, if empty then all projects belonging to a field association scheme will be returned

    startAt?: number

    The starting index of the returned projects. Base index: 0.