JWT expression
%{system.currentDateTime}
Read
|
Returned value |
The current date and time of Jira server's clock. When cast to text, it is formatted as follows: YYYY-MM-DDTH24:MM:SS.msTZ |
|---|---|
|
Output data type |
text |
|
Example output |
2019-04-01T14:19:07.060+0200 |
Jira expression
new Date()
Read
|
Returned value |
The current date and time of Jira server's clock. When cast to text, it is formatted as follows: YYYY-MM-DDTH24:MM:SS.msTZ |
|---|---|
|
Output data type |
date |
|
Example output |
2019-04-01T14:19:07.060+0200 |