Tasks
Provides information on tasks assigned or created within Confluence, including assignees, due dates, and completion status.
Columns
| Name | Type | References | SupportedOperators | Description |
| Id [KEY] | String | = | The unique identifier of the task within Confluence. | |
| AssignedTo | String | = | The account ID of the user to whom the task is currently assigned. | |
| AtlasDoc | String | Contains the task content in Atlas Document Format (ADF), used for structured text and formatting within Confluence. | ||
| BlogPostId | String | = | The identifier of the blog post associated with the task, if the task is linked to one. | |
| CompletedAt | Datetime | The date and time when the task was marked as completed. | ||
| CompletedBy | String | = | The account ID of the user who completed the task. | |
| CreatedAt | Datetime | The date and time when the task was initially created. | ||
| CreatedBy | String | = | The account ID of the user who created the task. | |
| DueAt | Datetime | The date and time by which the task is due for completion. | ||
| LocalId | String | The local identifier of the task, used for referencing within the context of a specific page or space. | ||
| PageId | String | = | The unique identifier of the page associated with the task. | |
| SpaceId | String | = | The unique identifier of the space in which the task resides. | |
| Status | String | = | Indicates the current state of the task, such as open, in progress, or completed. | |
| Storage | String | Contains the body content of the task in Confluence Storage Format, including text and macros. | ||
| UpdatedAt | Datetime | The date and time when the task was last modified. |