Task Supplier
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 app No longer supported |
Supported Keys
List of keys that this supplier returns a value for.
Key | Content Types | Return Type | Description |
---|---|---|---|
[default]/name | Task | The task name. | |
is completed | Task | Is true if the task has been completed. | |
is locked | Task | Is true if the task has been locked. | |
priority | Task | Either 'High', 'Medium' or 'Low'. | |
created date | Task | The creation date for the task. | |
completed date | Task | The completion date for the task, if completed. | |
assignee(s) | Task | 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 | Tests to see if the specified user matches any of the 'assignee' values. 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. |