I have created date time picker custom field and when Status changed to reopen status it set current date to "ReOpen date" custom field like this
{{#=}} {{now}} {{/}}
But it is giving following error can you please suggest
Dates can sometimes be quite frustrating to work with in Automation Rules, however, if you're looking to set it to the time of the rule triggering you should be able to just use {{now}}, like in the screenshot below. I've used "Due date" because I don't have a reopen date field.
Hi Harshad - Welcome to the Atlassian Community!
How are setting the value? Through Automation Rule? I would suggest do it by a post function on the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community
Try this one {{now.shortDate}} and let me know if it worked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the syntax reference document https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is not working , giving following error
Error editing issues
CI-4121 (Check the format of ReOpen Date (customfield_10236))
I have tried so many options now,format("yyyy-MM-dd") and jiraDate but it is giv
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Harshad Prajapati what is the Field type of customfield_10236.
Even just {{now}} is enough I have tested with Date Time picker.
If this is not working please share the rule screenshot.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.