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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.