You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Is it possible to set an automation trigger based on changes in the original estimate field?
I need to insert a comment in the issue when someone sets a value for or changes that field.
I don't think it's possible (after some research) but if anybody could please comment on that or think of a workaround I'd be really grateful.
Thanks in advance,
M
Thank you very much, @Sam Harding
It worked.
Finally I used something like:
{panel:title=Estimated development time}
{{issue.timetracking.originalestimate}}
{panel}
{{issue.key}}'s {{fieldChange.timetracking.originalestimate}} field was updated from {{fieldChange.fromString}} to {{fieldChange.toString}} by {{initiator.displayName}}
The first part shows and informative panel with the original estimate.
The second part (which I copied from another post by @John Funk) shows the value change, if any.
Unfortunately, the time is showed in seconds and I don't find a way to change the format to hours (even after having configured that format in the Issue Features > Time Tracking section.
Anyways, much better than expected.
Thanks again,
M