ConstReadonlyAPPROVE_TRANSITION_REQUEST: "APPROVE_TRANSITION_REQUEST"Approve a transition request. Available to users with sufficient permissions.
ReadonlyCANCEL_TRANSITION_REQUEST: "CANCEL_TRANSITION_REQUEST"Cancel a transition request. Available to the user who created the request.
ReadonlyDELETE_COMMENT: "DELETE_COMMENT"Delete the comment
ReadonlyEDIT_COMMENT: "EDIT_COMMENT"Edit the comment
ReadonlyREJECT_TRANSITION_REQUEST: "REJECT_TRANSITION_REQUEST"Reject a transition request. Available to users with sufficient permissions.
An action that a user (with sufficient permissions) could take on an activity or comment.
For activities, valid values are:
APPROVE_TRANSITION_REQUEST: Approve a transition requestREJECT_TRANSITION_REQUEST: Reject a transition requestCANCEL_TRANSITION_REQUEST: Cancel (delete) a transition requestFor comments, valid values are:
EDIT_COMMENT: Edit the commentDELETE_COMMENT: Delete the comment