You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The mixed parsing mode is the perfect.... mode for Thorsten Letschert

Example expressions

Parser expressionDescription
1 + 1

This example returns:

2.0

round(0.75)

This example returns:

1.0

addDays({issue.duedate}, 2, LOCAL)

This example adds 2 days to the issue's due date. 

Make sure to read all about working with Numbers and Dates, times and time zones as they come with many extremely useful JWT expression parser functions.