Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typeflat
separatorpipe
printablefalse

Overview

...

This supplier is now deprecated as it is provided by an unsupported

...

app.

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

app

Status
colourYellow
titleNo longer supported

)

Supported Keys

The following are the list List of keys which that this supplier will return returns 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

Info

First checks 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.