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.
Hi,
I followed the question in https://community.atlassian.com/t5/Marketplace-Apps-Integrations/In-automation-how-do-I-change-the-quot-due-date-quot-field-based/qaq-p/1960868 and in a create comments action, both the following smart values comemnt the correct date:
New date: {{fieldChange.to.toDate}}
change days: {{fieldChange.from.toDate.diff(fieldChange.to.toDate).days}}
However what I need to set another date Picker field with the new change date.
I added a Edit Issue action chose the new date field and set the value to: {{fieldChange.to.toDate}} but the field remains empty. When I set the smart value to {{now}} today's date is correctly set.
Can somebody let me know what I'm doing wrong, or have missing please?
I managed a solution,
{{fieldChange.to.toDate.format("yyyy-MM-dd")}}
Apparently the date format was wrong. Even
{{fieldChange.to.toDate.jiraDate}}
work. No idea what I was doing wrong :s but now working :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.