Hello everyone,
I have the following expression in a rule of automation (Jira Cloud) and I would like to get an integer value:
{{#=}}{{issue.Closed Story Counter}} / {{issue.Story Counter}} * 100{{/}}
I understand that this should be able to be done using the round operator, but I am not being able to use it correctly.
Does anyone know how I should use it in this case and if it is possible to do so?
Thanks
I know a couple of ways to do this, one without the precision digits and one with:
Round() can take a precision parameter for the number of digits, which would be 0 for an integer:
Kind regards,
Bill
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.