Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,539
Community Members
 
Community Events
184
Community Groups

Automatic comment insertion if the original estimate field changes

Hi,

Is it possible to set an automation trigger based on changes in the original estimate field?

Captura.JPG

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

1 comment

Sam Harding
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 17, 2022

Hi @manu 

You can trigger off the original estimate change by selecting field 'Time Tracking'. You can access the original estimate change by using the smart value `{{fieldChange}}` which will include the field `originalEstimate`

Cheers
Sam

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

Like Sam Harding likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events