I have set a Automation when I change the field "剩餘點數" then the field "剩餘點數異動日" will update to current date.
I couldn't find the "剩餘點數異動日" field in Edit issue,So I want to set JSON to do this.
I have tried many times without success, could any one can help me to know where is the problem? thanks
Ηι @Ivanna
Without you providing us what you wrote on the JSON field on the automation, it's not possible. In addition we have to know what type of field you are trying to update. In this link https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/ you will find all the support on how to update fields using JSON.
Let me know if the above helps.
Hi @Alex Koxaras _Relational_ ,
I updated the picture and the field I want to automaiton change is "Date Picker"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ivanna the date field should be available on the dropdown list! Did you try to search for it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ivanna in any case, try the following:
{
"fields": {
"customfield_10407": "{{now}}"
}
}
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.
@Ivanna nice to know that!
Kindly mark my answer as accepted, in order to help others in the community with similar questions. Thank you!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.