JWT expression
%{issue.dueDate}
Read
|
Returned value |
The date which is stored in a field with no time part and is used to schedule issues. It is formatted as follows: YYYY-MM-DD |
|---|---|
|
Output data type |
text |
|
Example output |
2019-10-22 |
Write
|
Valid text input |
Date in the form YYYY-MM-DD |
|---|---|
|
Valid numerical input |
|
|
Example input |
2019-10-22 |
Jira expression
issue?.dueDate
Read
|
Returned value |
The due date of the issue |
|---|---|
|
Output data type |
calendar date |
|
Example output |
2019-12-25 |