When an issue is transitioned to Done status.
Then Edit Label field
I am trying to set the due date as {{issue.duedate}}
Its throwing an error as below
Additional fields contains invalid field(s) in 'update' or 'fields' section : Custom Field Name
{
"fields":{
"customfield_10023":{"value":"test"},
"lables":{{issue.duedate}}
}
}
Even the customfield is giving an error saying the it shoudl be string
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure what you are asking for.
Under automation after when
in Then Edit issues and under additional fields i have the above snippet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vinutha GR
Adding to the answer from @Fazila Ashraf
Your rule has both a typo in the field name and the incorrect syntax to add a label with JSON. Please look here to learn how to add a label with JSON:
https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/#Labels
Kind regards,
Bill
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.