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

    Interface DeleteProjectRole

    interface DeleteProjectRole {
        id: number;
        swap?: number;
    }
    Index

    Properties

    Properties

    id: number

    The ID of the project role to delete. Use Get all project roles to get a list of project role IDs.

    swap?: number

    The ID of the project role that will replace the one being deleted.