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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.