Copy the "Estimated Time to Complete" value on an Advanced Plan to the issue "Estimated" time field

Neil Goodwin
Contributor
February 5, 2025

Is anyone aware of a way (via automation, scriptrunner, SIL etc.) that will take the Advanced Plan field "Estimated Time to Complete" on an issue and copy it to the actual issue "Estimated" used in time tracking.

Currently "Estimated Time to Complete" is a different field from "Estimated" on an issue. Yet the "Estimated (h) field on Advanced Plans is the same field as the time tracking "Remaining" field.

 

Advanced Plan Fields:

Screenshot 2025-02-05 093450.jpg

Jira Fields:

Screenshot 2025-02-05 093532.jpg

 

 

This is on Jira DC 8.20 we are using the automation Lite plugin

2 answers

2 accepted

0 votes
Answer accepted
Layssa Souza
Contributor
February 5, 2025

Hi, @Neil Goodwin 

 

See if this helps:

Go to - Automation.
Create a New Rule.
Trigger: "When a field is changed" (Estimated Time to Completion).
Action: "Edit the Issue field".
Field to update: "Estimated Time (Estimated)".
Value: {{issue.customfield_XXXX}} 

Evid1.png

Best regards

0 votes
Answer accepted
Neil Goodwin
Contributor
February 5, 2025
Layssa Souza
Contributor
February 5, 2025

I just saw your answer!

Glad you managed to resolve it :)

Neil Goodwin
Contributor
February 5, 2025

Yes, thanks for the reply though!

Like Layssa Souza likes this

Suggest an answer

Log in or Sign up to answer