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

    Interface GetCustomFieldContextsForProjectsAndIssueTypes

    The project and issue type mappings.

    interface GetCustomFieldContextsForProjectsAndIssueTypes {
        fieldId: string;
        mappings: Version2Models.ProjectIssueTypeMapping[];
        maxResults?: number;
        startAt?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fieldId: string

    The ID of the custom field.

    The project and issue type mappings.

    maxResults?: number

    The maximum number of items to return per page.

    startAt?: number

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