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

    Interface RolePayload

    The payload used to create a project role. It is optional for CMP projects, as a default role actor will be provided. TMP will add new role actors to the table.

    interface RolePayload {
        defaultActors?: Version3Models.ProjectCreateResourceIdentifier[];
        description?: string;
        name?: string;
        onConflict?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
        type?: string;
    }
    Index

    Properties

    The default actors for the role. By adding default actors, the role will be added to any future projects created

    description?: string

    The description of the role

    name?: string

    The name of the role

    onConflict?: string

    The strategy to use when there is a conflict with an existing project role. FAIL - Fail execution, this always needs to be unique; USE - Use the existing entity and ignore new entity parameters

    type?: string

    The type of the role. Only used by project-scoped project