The following JWT expression parser functions are based on JWT calendars.
Available functions
| Function | Short description |
|---|---|
| issueSelection() |
Returns issues that satisfy both a JQL query and a JWT logical expression |
| nextTime() |
Returns the next possible timestamp based on a JWT calendar specification. |
| timeInStatus() |
Returns the time the current issue has remained in a specific status. |
| usersWithTextProperty() |
Returns users with specific text properties. |
| timeDifference() |
Subtracts two timestamps based on a JWT calendar specification |
| addTime() |
Adds or subtracts days to or from any given timestamp based on a JWT calendar specification. |
| linkedTo() |
Returns issues linked to other issues satisfying a JQL subquery. |
| withinCalendar() |
Checks whether a timestamp falls into a time frame defined in a JWT calendar specification. |