How to get the value of custom field in Script Runner 2.1.16

Coskun March 23, 2014

Hello everyone.

Actually, I dont know this plugin is changed or not.

Because, I upgraded to jira 6.1.7 and then I upgraded Script Runner 2.1.16.

And then, some validators is not working. For example ;

issue.issueTypeObject.name == "XXX" is working.

But, cfValues['İletişim Tel (Bireysel)'] == null is not working.

This condition is always returning to true.

Can you help us to this case ?

Thanks in advance.

4 answers

1 accepted

0 votes
Answer accepted
Coskun March 24, 2014

Hello Jamie,

issue.getCustomFieldValue( com.atlassian.jira.ComponentManager.getInstance().customFieldManager.getCustomFieldObjectByName("SomeCustomField")) == 'Some Value'
 
Some codes have changed .It is working anymore. I found your page.
https://jamieechlin.atlassian.net/browse/GRV-404?jql=text%20~%20%22cfvalues%22

Thank you Jeff Turner
These changes have forced us a little.

Do you have other changes in this plugin ?


JamieA
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.
March 24, 2014

> Do you have other changes in this plugin ?

From what version?
Can you explain your context a bit better - the issue you point to is quite a niche case.
0 votes
Coskun March 25, 2014

Ok, sorry, I could not fully explain. It was not clear.

I upgraded from 1.7.14 to 2.1.6.

Thanks.

0 votes
Coskun March 24, 2014
For version 2.1.16
JamieA
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.
March 24, 2014

But from what version? And are you asking me to list all changes from version X to version 2.1.6?

0 votes
JamieA
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.
March 24, 2014

What did you upgrade from? Is İletişim Tel (Bireysel) a translation of the name? There are some issues with custom field names that have multiple translations.

Suggest an answer

Log in or Sign up to answer