You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Below is my code
{ "fields":
{ "project":
{"key": "AE"},
"issuetype": {"id": "7"},
"summary": "[entry.workRequestDescription]",
"description": "[entry.additionalInformation]",
"customfield_15164": "[systemDate]", => I need to pass system date in this custom field to jira so that this gets changed everyday when ever my form is submitted. Can you please help with the syntax to pass system date?
Answered you in the ticket you have opened with us in a private support channel, but will provide the answer here as well, for the wider audience
---
You can access current system’s timestamp via [entry._now]
To make it readable by Jira you may use a formatDate or jiraDate functions from
https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
"customfield_15164": "[entry._now.jiraDate]"
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.