ENUM
TaskCompletionType
How a task gets marked as complete.
link GraphQL Schema definition
- enum TaskCompletionType {
- # Checking a box completes the task.
- # Providing the configured field value completes the task.
- # Attaching a file completes the task.
- # Attaching an image file completes the task.
- }
link Require by
- AccountA customer account.
- CreateTaskMutationInputThe input object that defines the fields for the createTask mutation.
- CreateTaskTemplateItemMutationInputThe input object that defines the fields for the createTaskTemplateItem mutation.
- CustomFieldA user defined field.
- FileA file.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NetworkSiteA network site.
- Querynull
- TaskA task.
- TaskMutationInputThe input object that defines the fields for the createTask mutation.
- TaskTemplateA `task template`.
- TaskTemplateItemA `task template item`.
- TicketA ticket.
- UpdateTaskTemplateItemMutationInputThe input object that defines the fields for the updateTaskTemplateItem mutation.
- UserA user that can login to Sonar.