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