I have an issue where Jira Automation throws (Randomly) a 'Some Errors' error.
It normally processes fine, but I do not like to be alerted unless there is a true issue. The errors do not hinder the working of the ticket, but like I said. Failure allerting to be should be a true problem so I like to keep these types of notification to a minimum.
Here is the JSON used to update the Summary field with the Custom Field that is selected from a Select List (Single choice)
The list contains the Custom Field that we would like to see in the Summary.
{{customfield_10164.value}}
customfield_10164 is ACH Request Type and it has a list of 3 Custom Field in a drop down used by a Dynamic Form
Here is the Action detail from the Some Errors in the audit log:
Hi Joseph,
Can you share the full automation rule that you have and the audit log with the details of the false error that gets generated?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have attached a Successful log and a Some Errors log.
Please let me know if the automation set up needs to be more granular!
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show the details of the summary edit step?
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.
I tried that and am still sporadically getting the Some Error as above.
Same type issue but different CF
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What happens if you do it without refetching the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that I might have found the issue. I think that it does not like the customfield_*
It seems to want the name of the Custom Field. For the example above, customfield_10173, the field name is Deposit Services Request Type. If I change it to {{issue.Deposit Services Request Type}}, it appears to not fail.
Still working to validate this issue further.
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.