Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to send system date value via confiForms to Jira ticket

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?

1 answer

0 votes
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 21, 2023

Hi @Kanniappan, Hari 

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]

https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties#Accessingfieldvaluesandproperties-Additionalvaluesavailableinthecontext

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

Thanks Alex. Worked like a charm. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events