Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

MISC Calculated Number Field Does't show on the ticket

Tony Zhang August 27, 2014

Hi Answers,

I installed the MISC Custom field add-on to calculate the value. The custom field is not appeared on the ticket. I am sure it have to be assigned in screen. So, I guess the value is empty.

I write the code in description like this:

Calculate the work request based on original estimate

<!-- @@Formula: (issue.get("timeoriginalestimate") * 85 -->

I want to the value = original estimate * 85

Any suggestion?

Thanks


Tony

2 answers

1 accepted

3 votes
Answer accepted
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.
August 27, 2014

There is an extraneous parenthesis at the beginning of the formula. It should read

&lt;!-- @@Formula: issue.get("timeoriginalestimate") * 85 --&gt;

Tony Zhang August 27, 2014

Works...

Thanks

Tony

0 votes
Tony Zhang August 27, 2014

answer accepted

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events