Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

cf values in scriptrunner for multiple custom fields is not possible to set

Hello I have this problem:

 

I m trying to use this simple script


String a = cfValues['custom_field']
String b = cfValues['custom_field']
a.length() == b.length()
but the problem is that cf values in string b give me an error becuse in our instance we  created 2 custom fields with the same name so I received this error:

"Could not look up the type for this custom field, so this code can't be type-checked. Possibly the field doesn't exist, or multiple exist for this name"
I know that a work around could be change the name of the custom field but this is not possible for other reason.
SO I would like to know if someone can give me a solution where in string b I can indicate just one (the right) of two custom fields that we have in our instance.
I already tried using the id in this format "customfield_10902" or "10902" but didn't works

1 answer

0 votes
Marko Blagus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 15, 2023

Hello @Stefano Colagiacomo

 

Did you try to retrieve custom field's value by using its id like it's explained here?

 

Best regards,

Marko Blagus

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events