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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Good morning!
I have a question, I have an automation that depending on priorities, it is added to Duedate a value using the following smart value {{issue.created.plusBusinessDays(1)}}, but it does not assign the value, I have logged the value and it is shown "2023-03-29T14:49:28.3+0000". I Think I need to format the value of this calculated due date into a date without time. Is it possible? how can i do it?
Thanks in advance,
Ro
Hi @Rosana Casilli ,
Yes! you can Format the Date.
Here a lot of examples:
Jira smart values - date and time | Cloud automation Cloud | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rosana Casilli ,
of course! use this code instead of yours:
{{issue.created.plusBusinessDays(1).jqlDateTime}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much!! I didn't know how to put it together!!
It worked like charm!
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.