Forums

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

Jira automation rule. Condition to get the % to a field

Juan Meza
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2023

 I am using Jira automation conditions. 

Initially I set up a rule to notify me when a ticket exceeds the timeestimate of hours and It has not been closed.

Now I want another notification that meets the condition of notifying me when the number of hours registered to the ticket has a shortfall of 10%.

Therefore, I need to know how to get 10% of {{issue.timeestimate}}

Do you have any idea how to do this?

Thanks.

1 answer

1 vote
Bill Sheboy
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.
September 7, 2023

Hi @Juan Meza 

Have you looked at the math functions yet, like multiply() : https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/

With that you could use:

{{issue.timeestimate.multiply(0.1)}}

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events