Object
|
Type
|
Comment
|
---|---|---|
user
|
UserDto
|
The current user who executes or evaluates the expression.
|
project
|
ProjectDto
|
The current project that the expression is evaluated in.
|
tracker
|
TrackerDto
|
The current tracker that the expression is evaluated in.
|
this
|
TrackerItemDto
|
The current tracker item that the expression is evaluated on.
|
orig
|
TrackerItemDto
|
You can refer to old or original values of a tracker item during a state transition or update using orig.
If the expression is not evaluated in the context of a tracker item state transition or update, orig is the same as this.
For example, (dflt(this.storyPoints, 0) - dflt(orig.storyPoints, 0) calculates the difference between the new and the old story points.
|
![]() |
choiceList[1]_$option[2] refers to the option with id==2 of the choice field choiceList[1], not the third option.
|