Hi @Ajay Dev
The rule you show is trying to set the field with the Edit Work Item action using both the dropdown field list and a JSON expression. Only one of those methods can be used at a time for a specific field within a single action.
Try removing the JSON expression and just using the dropdown selection.
If that does not work, do the opposite: remove the field from the dropdown and add the JSON expression.
Kind regards,
Bill
You will need to share the actual rule you set up :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @IrisHollow welcome to the community
the syntax seems ok to me.
If the field is Multi-select or Checkbox, your JSON must be an array, e.g.:
{ "fields": { "customfield_10256": [{ "value": "Delayed" }] } } |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Btw, chatgpt is saying the field should be global field, if its just the space field, then the automation fails. i don't know whether this is correct or not
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.