You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.