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

    Interface SuggestedMappingsForPrioritiesRequest

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

    interface SuggestedMappingsForPrioritiesRequest {
        add?: number[];
        remove?: number[];
    }
    Index

    Properties

    Properties

    add?: number[]

    The ids of priorities being removed from the scheme.

    remove?: number[]

    The ids of priorities being removed from the scheme.