Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi everyone, first off let me thank you for your time reading this.
The following question is for Jira Software Cloud.
I'm trying to do a multiplication with an automation.
Context: I have a "client rate" field that captures the cost per hour for a specific client. Different clients have different rates.
Goal: When a user Logs Time on a ticket, that time should be multiplied by the client rate to give me a value of Actual cost (another custom field that we have)
So for example
Client Rate: 1500
Time logged = 30m
Actual cost = 750
I'm having issues achieving this with the automation, I keep getting errors.
As an additional detail, the time is being logged through Tempo.
Hopefully you can assist :)
Thank you all
I find it easier to use variables on these occasions - the below rule:
A few notes:
---
---
Let us know if this works for you!
Ste
Thank you Stephen! I'll look into it give it a try and let you know :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked like a charm! I appreciate your help so much!
Could've never figured it out on my own :) Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I may pick your brain once more. I was trying to replicate the same behavior but now to calculate the "estimated cost" based on the Original estimate field. So based on the previous automation I did the following
However after running it I got this error.
I was able to trigger it successfully but it seems I messed up the "timeestimated" variable.
It's my first time dealing with creating variables so I apologize.
Thank you again
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.