Hi
I'm trying to copy the attribute values from one insight object to another, let's say oldObject and newObject. However, in newObject, the attribute field may already have another value, in which case the values should be appended.
I created a groovy script that needs to do this behaviour, but it fails and I'm not really sure why. I've added the errors thrown by the script here in the hopes that someone can point me in the right direction.
2020-02-04 15:39:47,371 insight-event-1 ERROR system [com.acme.workflows] 01-copy-references ---- Could not update object attribute! Error: com.riadalabs.jira.plugins.insight.common.exception.ValidationInsightException: ValidationInsightException: Validation errors were found: Errors: {rlabs-insight-attribute-2040=At least one value must be set}
Error Messages: []
2020-02-04 15:39:47,371 insight-event-1 ERROR system [com.acme.workflows] 01-copy-references ---- Insight Object: test jorden (EIC-298326)
2020-02-04 15:39:47,371 insight-event-1 ERROR system [com.acme.workflows] 01-copy-references ---- Object Type Attribute Bean: ObjectTypeAttributeBean [id=2040, name=DB Tabel, type=REFERENCED_OBJECT]
2020-02-04 15:39:47,372 insight-event-1 ERROR system [com.acme.workflows] 01-copy-references ---- Value: [[3118256(126067)], [3118259(126354)], [3118258(297158)]]
Thanks in advance!
Can you show your Groovy Script i'm looking to copy attributes from 1 attribute (ref) to another (referenced) attribute in all objects.
Thanks
Hi Jorden,
You did not supply value to a mandatory attribute with attribute ID 2040 through your Groovy Script (probably "Name") which may be why you are getting this error.
Best,
V
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.