We are using Jira time tracking and would like to use Foxly to to help us prioritize our tasks.
So I'm trying to set up an automation rule that links the field Original estimate to the metric Effort in Foxly. So, e.g. when Original Estimate is < 2h Effort = Very easy.
However, when I try to set up an "If issue field condition" statement I am not able to choose the field Original Estimate or Time tracking.
So, I've tried to set up an "If: Compare two values" statement, but it seems like I'm not writing the right expression.
What is the correct expression or is there another way to set up this automation rule that would work?
Thank you!
Welcome to the community.
You can use {{issue.timetracking.originalEstimateSeconds}}
Compare if it is less than 7200.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What if I want to set up the rule that if Original Estimate is between 4 - 6.5 hours then Effort = Medium.
I have tried to use an ELSE IF statement and made the following, but it doesn't seem to work.
Do you have any suggestions on how I can solve this issue?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sure this is way too late, but you can string IF blocks next to each other and they'll turn into AND conditions. If each bullet point is a separate block, you'll end up with this:
It should look right in the UI automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Allison Letts because I actually never managed to get this to work, so I'll definitely be trying this.
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.