Task parameters in CMW Tracker
If you need to export information about a task or pass information from a task in a custom notification, set the corresponding calculated attributes in the associated application. To access the data of the current task, use $currentSubtask->field, where "field" is the task attribute’s system name.
Below is a list of the main task attributes system names that can be used in various expressions and formulas:
- id — task id
- title — task title
- itemGroup — application
- assignee — appointed task assignee
- priority — task priority
- dueDate — task due date
- taskStatus — task status
- percentComplete — task percent complete
- creator — task creator
- creationDate — task creation date
- attachments — task attachments