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
Hello,
I'm trying to create an automation that will set a due date based on the Estimated date and start date, but I'm receiving an error.
I have the following automation:
When: Value changes for "Start Date" --> Edit issue fields: Due date " {{issue.fields.originalestimate}} + {{issue.fields.startdate}}".
I'm unsure if the logic is correct, but when it executes, I receive "the due date must be of the format "yyyy-mm-dd", but I'm not able to switch the format in the custom field settings.
Any suggestions?
Thanks!
Hi @James Gray ,
What format does your calculated date have now ? Can you display the value in the automation rule log ? I think it will look something like this.
I think the best way to handle this is to put the calculated date in a variable first in the automation rule, and perform a date formatting on it.
See this page for formatting options : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
I hope this helps.
Best regards,
Kris
Hi Kris,
It has the default date format, I've tried it with both the default Due date field, and a custom field, but still no success. I will try it using a variable.
Thanks for the suggestion!
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.