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
There is an extraneous parenthesis at the beginning of the formula. It should read
<!-- @@Formula: issue.get("timeoriginalestimate") * 85 -->
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.