Skip to main content
Skip table of contents

Task Supplier

Overview

(warning)This supplier is now deprecated as it is provided by an unsupported plugin.

Provides access to information about specific tasks created by a Tasklist macro

Details

Name:

Task Supplier

Prefix:

task(optional)

Supported Content:

Tasks

Provided By:

Tasklist Suppliers Plugin (no longer supported)

Supported Keys

The following are the list of keys which this supplier will return a value for.

Key
Content Types
Return Type
Description

[default]/name

Task

Text

The task name.

is completed

Task

Boolean

Is true if the task has been completed.

is locked

Task

Boolean

Is true if the task has been locked.

priority

Task

Text

Either 'High', 'Medium' or 'Low'.

created date

Task

Date

The creation date for the task.

completed date

Task

Date

The completion date for the task, if completed.

assignee(s)

Task

List of Text

The list of values provided as assignees. These may be the names of users, groups, or may not link to a valid entry of either type.

is assignee[name]

Task

Boolean

Tests to see if the specified user matches any of the 'assignee' values. It will first check if the user's name is listed directly, then if any of their groups are listed.Use '@self' to indicate the current user should be checked.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.