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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,225
Community Members
 
Community Events
184
Community Groups

Setting a default value to a number field using Scriptrunner Behaviours - language problem

We followed the suggested procedure of setting a default value and this works fine for the English setting of Jira. 

def desc = getFieldById("customfield_12894")
        if (! desc.getValue()) {
            desc.setFormValue("""0""")
        }

The problem we are trying to solve arises if we set Jira to German or Czech when entering decimal values:

If the user enters it with a dot for a comma Jira complains "This is not a number":

If you enter it with a comma (according to czech or german language settings) this would work, only behaviours does not recognize this as a valid value and the  desc.getValue() delivers a false:

and Behaviours sets the default value 0, ignoring the decimal value:

 

So the user experiences this as Jira taking away the comma value without them really konwing why.

 

Can anyone advise an alternative to this? We tried several alterations but without success. 

Thank you in advance, BR, Daniel.

 

 

1 answer

Hi @Daniel Pollak 

Did you find any solution for this issue?

 

Regards,

Gustavo Monsalve

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.3
TAGS
AUG Leaders

Atlassian Community Events