Calculated custom field script is not working

Eusebio Ajenjo May 12, 2017

Hi! 

I´ve installed 'JIRA Misc Custom Fields' and the calculated fields do not work. Log file shows 'CalculatedTextField: could not find formula in custom field description of' and it is not the custom field, because it is as stupid as:

<!-- @@Format:
return "Hello World";
-->

It looks as the Attlassian JIRA cannot pre-compilate the code contained into the description. Do you know if I need another add-on or configuration? We are in the v7.3 and I´ve been working with this add-on in other installation, so I´m very surprised with this.

Thanks

2 answers

2 votes
David _old account_
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.
May 12, 2017

@@Format is for formatting calculated number fields. The formula for any JMCF calculated custom field is provided in a @@Formula annotation:

<!-- @@Formula:
return "Hello World";
-->
0 votes
Eusebio Ajenjo May 16, 2017

Right!!!! 

Thank you very much! It was driving me crazy!.

I´ve worked with this unvaluable pluggin a lot and, of course, I´ve never paid attention to the 'exact' word of the beguining ... 

Thanks again.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events