I have an asset custom field (Contact (IF)) which can contain multiple values (Asset Objects).
I am trying to create a Jira automation rule to update the share_coverage attribute on each object using the existing values and adding new values, respectively.
The automation:
Currently, it is concatenating all the existing attributes and updating each object with the old concatenated values as well as the new values.
Instead of just adding REM to each object respectively.
Does someone perhaps know if there is a solution for this in Jira automation?
Hi @Nicole -- Welcome to the Atlassian Community!
Would you please show you entire automation rule, including the details of the edit assets action? That may help explain what you are observing.
Kind regards,
Bill
Hi @Bill Sheboy
Apologies. We did not manage to resolve the issue and ended up not needing it at the end of the day. I will mark the Question as answered.
Thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
Thank you for your response. Please see attached as requested.
Basically, the Contact (IF) custom field relates to the Contact Object Type and the Instrument (IF) custom field relates to the Share_Coverage attribute within the Contact Object.
The issue seems to be that the automation cannot determine when the Contact (IF) field has more than one value and deal with them separately.
Best,
Nicole
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Nicole.
Would you please clarify which of your custom field id values are for which field? That will help me understand what the branch and variable are accessing. Thanks!
I believe you would need to confirm your last idea about "cannot determine when the Contact (IF) field has more than one value" using writes to the audit log. Do you mean in the advanced branch or in the create variable action?
Generally, when a smart value, list has one value it may be handled as if it was a single field or a list. When it has multiple, it is a list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicole
Just following up to check if your question was resolved. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
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.