createWorkItem This mutation creates a new work item. Query createWorkItem (WorkItem!) Creates a single work item. Argument Type Description app String! The...
createWorkItems This mutation allows bulk creating of multiple work items. Query createWorkItems ([WorkItem!]!) Bulk creates multiple work items. Work items are created...
deleteWorkItem This mutation deletes an existing work item. Query deleteWorkItem (WorkItemDeleteResponse!) Deletes a single work item. When a work item is deleted,...
deleteWorkItems This mutation allows bulk deleting of multiple work items. Query deleteWorkItems ([WorkItemDeleteResponse!]!) Bulk deletes multiple work items. When a work item...
disableUser This mutation allows Enterprise Admins to disable users within their Enterprise. Query disableUser(name:”email address”) Disables the defined user based on...
updateWorkItem This mutation updates an existing work item. Query updateWorkItem (WorkItem!) Updates a single work item. Argument Type Description app String! The...
updateWorkItems This mutation allows bulk updating of multiple work items. Query updateWorkItems ([WorkItem!]!) Bulk creates multiple work items. Work items are updated...
AttachmentAudit This object represents an audit item for any user activity with an attached document. The following events generate an attachment...