Application Info: JIRA Data Center Version 9.0.0
Goal: Folks, I'm trying to update an Asset (insight) Object attribute with a multi-select field in JIRA.
Current Outcome: I'm running into a min cardinality error. I followed the steps here, but that isn't working -
Context: Both the JIRA field (called: Hosting) and the Object attribute (called: hosting) are multi-selection option.
Steps to Reproduce:
{ "objectKey": {{issue.Model(s).key.asJsonString}}, "Hosting": {{issue.customfield_76510.asJsonObjectArray("value")}} }
Error: I'm getting the following error
Unexpected error executing rule: ValidationInsightException: Validation errors were found: rlabs-insight-attribute-15: ErrorMessage{i18nKey='rlabs.insight.i18n.constraint.violation.ObjectAttributeValueBean.MinOne.value', parameters=[], additionalMessage=null};
Screenshot below
Here is how I set up the Automation:
Here is the matching attribute in Assets
I'd greatly appreciate any help on this topic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.