Hi,
I want edit updated date based on issue date/time custom field. I write this smart value:
{
"fields": {
"updated" : "{{issue.customfield_10630.jiraDateTime}}"
}
}
This rule does not work. Meanwhile, following rule does work
{
"fields": {
"customfield_10630" : "{{issue.updated.jiraDateTime}}"
}
}
What is wrong?
Regards
gg
Are you trying to change the updated system date field? If you are, not sure why you would do that, but maybe you are not allowed. What's the error message.
Regards
I recommend you use another field.The update field is something you don't want to mess with. This could be why you get the error messages.
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.