Task objects

Overview

Task objects can be retrieved via:

  • tasks key (list of all incomplete tasks for the workflow) on Confluence page and news (blog post) objects – for mode details see Workflow Supplier

  • tasks or activetasks keys (list of all incomplete tasks) on State objects

  • completedtasks key (list of all complete tasks) on State objects

  • alltasks key (list of all tasks, complete and incomplete) on State objects

Supported keys

Key

Content Types

Return Type

Description

Key

Content Types

Return Type

Description

name

Task

Text

Current name of the task

See: task macro, Create a task, Edit a task

user

Task

User

User who created the task (if applicable)

See: task macro, Create a task

date

Task

Date

Date on which the task was created

See: task macro, Create a task

duedate

Task

Date

Date on which the task is set to expire

See: Expiry Dates, task macro, Task expiry date

comment

Task

Text

Description associated with the task

See: task macro, Create a task, Edit a task

assignee

Task

User

Most recent user assigned to the task

See: Assign a task

assignment

Task

Task Assignment

Most recent task assignment object

assignments

Task

List of Task Assignment

A list of all task assignment objects (for example, if the task was reassigned)

completion

Task

Task Completion

The most recent task completion object

completions

Task

List of Task Completion

The list of completions, if say the Task is completed, re-opened, and completed again

completed

Task

Boolean

Is the task completed?