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

    Interface SuggestedPrioritiesForMappings

    Details of changes to a priority scheme that require suggested priority mappings.

    interface SuggestedPrioritiesForMappings {
        maxResults?: number;
        priorities?: SuggestedMappingsForPrioritiesRequest;
        projects?: SuggestedMappingsForProjectsRequest;
        schemeId?: number;
        startAt?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxResults?: number

    The maximum number of results that could be on the page.

    priorities?: SuggestedMappingsForPrioritiesRequest
    projects?: SuggestedMappingsForProjectsRequest
    schemeId?: number

    The id of the priority scheme.

    startAt?: number

    The index of the first item returned on the page.