Hello All,
I need to reuse a calculated custom field with different Formula for one project. Can I write the formula in the Field configuration of that project ?
The formula I used is :
<!-- @@Formula:
(issue.get("customfield_10694") != null ? issue.get("customfield_10694") : 0) * 3.5
-->
But the calculated field is not displayed in the View screen. As it is showing the value is empty.
"customfield_10694" is a numeric field
Only if you have the add-on that runs the scripts.
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.