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

    Interface ProjectPermissions

    Permissions which a user has on a project.

    interface ProjectPermissions {
        canEdit?: boolean;
    }
    Index

    Properties

    Properties

    canEdit?: boolean

    Whether the logged user can edit the project.