i need to bulk update estimates and remaining estimates.

Andras Harman
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!
February 9, 2025

when they close tickets and forget to zero out remaining estimates the calculation of remaining estimates on an epic level gets distorted.

i would like to set 0 as remaining estimate for all closed items. i can do an automation for the ones to be closed in the future, but we have 1000 of closed items with estimates

anything I can do? bulk does have only story points estimates.

1 answer

0 votes
Karan Sachdev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 10, 2025

Hey Andras,

Welcome to the Community!

You may create an automation rule with the scheduled trigger and run it once only to fetch the closed issues and update their remaining estimate to 0.

Trigger: Scheduled trigger

Use JQL in the trigger: project = "<project key>" and statuscategory = Done and remainingEstimate != 0

Action: Edit Issue: Set the Remaining Estimate field = 0

2025-02-10_14-10-21.png

You may disable this rule once the it is executed for all the closed issues.

For the future rules, you can write a similar rule with the issue transitioned trigger so it runs when the issue is closed. 

 

Suggest an answer

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

Atlassian Community Events