Update custom field is not working anymore

Gregory Brissonnette February 4, 2021

Hello,

 

I have an automation rule that set a custom field (called `Implementation_started`) to the current timestamp when the issue comes in a specific state.

For that, I used the "more option" part of "update a ticket" action:

image.png

That automation rule worked well until the 2nd of February as you can seen in the audit logs:

image.png

And then I began to have some errors.

The message is: "Supplementary fields contains one or more non valid fields for the section "update" or "fields": Implementation_started"

image.png

I went to verify that this field is still available on the ticket (for instance here the MHC-1852) and it is the case:

image.png

(in the print screen, the value is set but I filled it manually...)

Do you have an idea of the issue?

Thanks for your help!

1 answer

1 accepted

1 vote
Answer accepted
Stephen Wright _Elabor8_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2021

Hi @Gregory Brissonnette 

I'm not sure if this is related to the error, but for these more advanced field actions I usually use the field ID rather than the field name, so there is no ambiguity in which field is being set.

To locate the custom field ID for "Implementation Started" you'll need to be a Jira Admin and then:

  • Go to Jira Settings > Issues
  • On the left-hand side, choose Custom Fields
  • Search for "Implementation Started"
  • Once located, on the right-hand side (in line with the field name) select the breadcrumbs (...) and choose "Edit Details"
  • The custom field ID is on the end of the URL - eg. jspa?id=10123

This would then make your logic:

{
"fields": {
"customfield_10123": "{{now}}"
}
}

^ I would give this a try first, and see if it fixes the issue :)

Ste

Gregory Brissonnette February 4, 2021

Hi @Stephen Wright _Elabor8_ 

Thanks for your answer but we finally made it work again.

There should have been an update on Jira automation tool, because now I am able to find the custom fields in the dropdown list:

image.png

So I don't need to use the "more option" part of this feature.

And doing like this make it work again :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events