Hi
I am looking for a way to check if sum of epic estimations pass the epic due date.
So I need to calculate if today+estimasions > due date - and consider the none working days.
Trivial. but do not find a good way doing it without app :(
Any idea ?
Thanks,Gal
Hi @Gal Fatal
Yes, this can be achieved without apps but only for Jira Cloud Premium using Automation rules only.
Jira doesn't natively sum estimates or handle non-working days in JQL, but automation can calculate the sum, add it to today (skipping weekends via plusBusinessDays), and compare to the Epic due date. If you're using the Jira Cloud Premium, I can list the set up steps for you.
Best,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.