The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation for Jira change Updated date fields based on other issue date/time custom field

GG
Contributor
October 10, 2021

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

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Fabian Lim
Community Champion
October 10, 2021

@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

GG
Contributor
October 10, 2021

Yes, I'm trying change the updated(system field). Can i update it with date/time custom field?

Fabian Lim
Community Champion
October 10, 2021

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. 

Like Bill Sheboy likes this