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,555,285
Community Members
 
Community Events
184
Community Groups

How to summarize original Estimate field value with Custom field value after update

Hi.

Could you please help me with following question:

I have some Custom fields (type of these fields: Number Field) to specify Estimation by role (dev,ba, qa). 

2020-11-05_18h54_45.png

I want to set up Automation rule that will update Original Estimate field once any of these field updates.

For example, Original Estimate=0 and then I specify BA Effort Estimate as 1 - and I expect Original Estimate=1. Then I specify FE Effort Estimate as 2 - and I expect Original Estimate=3.

Is it possible to implement such Automation rule? 

Thanks in advance.

3 answers

1 accepted

2 votes
Answer accepted
Flavien Gache
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 05, 2020

Hello Ruslan.

I implemented a similar automation for a client of mine.

Trigger : When a value changes for BA effort estimate, BE effort estimate, FE effort estimate, original estimate.

Then edit issue field original estimate :

{{#=}}{{issue.BA effort estimate|0}}+{{issue.BE effort estimate|0}}+{{issue.FE effort estimate|0}

Note that if you do it that way, original estimate will be forced by the three other fields. If you want to stay free to change original estimate yourself whenever you want, take Original estimate out of the trigger.

Tell me if it worked. ;)

Thank you for responce, Flavien :)

It's my first Automation rule so looks like I doing someting wrong. Could you please say why I got this error below:

Thanks in advance.

error.png

Like # people like this

Good Morning, Flavien :)

 

Resolved - I just added {{/}} in the end and it worked now! 

 

Thanks a lot!

Like # people like this
Flavien Gache
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 06, 2020 • edited

I indeed made a mistake in my copy-paste. You must always end your command with a {{/}}. For my first automation rule I had some issues finding it ;)

You're welcome, have a nice day. :)

Like # people like this

@Ruslan Rekk _Ploskonos_ and @Flavien Gache 


I have the similar requirements.
Can you please share complete Smart values for this.

{{#=}}{{issue.BA effort estimate|0}}+{{issue.BE effort estimate|0}}+{{issue.FE effort estimate|0}{{/}}

this is what i understood but its not working in my case

1.PNG

Its my mistake, it worked now.

Hi everyone, 

 

anyone know how i can get de customfield ID of "Original Estimate"? 

Can you then summarize the estimate somehow only by BE or FE ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events