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

    Interface PermissionPayload

    The payload to create a permission scheme

    interface PermissionPayload {
        addAddonRole?: boolean;
        description?: string;
        grants?: Version3Models.PermissionGrantDTO[];
        name?: string;
        onConflict?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
    }
    Index

    Properties

    addAddonRole?: boolean

    Configuration to generate addon role. Default is false if null

    description?: string

    The description of the permission scheme

    List of permission grants

    name?: string

    The name of the permission scheme

    onConflict?: string

    The strategy to use when there is a conflict with an existing permission scheme. FAIL - Fail execution, this always needs to be unique; USE - Use the existing entity and ignore new entity parameters; NEW - If the entity exist, try and create a new one with a different name