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

    Interface UpdateFieldAssociationsRequestItem

    Represents an association between a field and its operations.

    interface UpdateFieldAssociationsRequestItem {
        restrictedToWorkTypes?: number[];
        schemeIds: number[];
    }
    Index

    Properties

    restrictedToWorkTypes?: number[]

    Work types to restrict field to. Replaces any existing work type associations for the field. If not provided, the field is associated to any work types.

    schemeIds: number[]

    Scheme IDs to associate field with