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,553,429
Community Members
 
Community Events
184
Community Groups

How do I specifically use Original Estimate for Value Changes trigger, instead of Time Tracking?

Edited

Hello we have a rule setup that sends out an email notification anytime a User modifies the Original Estimate field on a ticket while it's in an active Sprint.

The problem with this setup is that the only option available to select for this from the Value Changes trigger is Time Tracking. So of course frustratingly this will also send email notifications out anytime someone modifies the Remaining Estimate field too :(

ValueChanges.jpg

So would like to know if it's possible to have this automation setup but only apply specifically for the Original Estimate field?

FieldValue.jpg

1 answer

1 accepted

2 votes
Answer accepted
Gareth Cantrell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 26, 2021 • edited

Hi @Dan H 

The {{fieldChange}} smart value which is set by the Field value changed trigger contains the following fields:

  • field
  • fieldType
  • from
  • fromString
  • to
  • toString

In the case of the Time tracking field, the field item will contain one of:

  • timeestimate
  • timeoriginalestimate

You can use these values in an Advanced compare condition to discover which time tracking field was changed as seen in the below image:

Screenshot 2021-01-26 at 14.44.19.png

Brilliant, thank you very much Gareth!

Appreciate the clear, easy to understand response as well as including screenshot : )

Like Gareth Cantrell likes this

@Gareth Cantrell Quick question, I use this condition in another very similar Rule but I'm getting in the logs that this doesn't appear to work if the Original Estimate is blank and then a value is entered (i.e. for new tickets created).

e.g.   Original Estimate:      --->  Original Estimate: 2d

Then no actions performed as it fails this advanced condition.

So not sure if I'm missing something?

Gareth Cantrell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 09, 2021

@Dan H if you're using a different trigger in your rule then the {{fieldChange}} smart value will not be set.

Could you attach a screenshot of your rule-chain view up to the point of the condition that's failing?

Certainly!

So on a ticket if an Original Estimate value is entered for the first time, it will 'fail' the first condition below (No Actions Performed)


Untitled.jpg

So what I'm trying to achieve is the following;

If Original Estimate value is entered (if blank/zero) OR changed then continue with rule.

 

I've attempted to do this by creating a second Rule with: timeoriginalestimate is greater than 0 (which works!) but now I've run into the problem of both Rules will successfully trigger anytime the value is changed :s

Like Mauricio Cordeiro likes this
Gareth Cantrell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 09, 2021 • edited

Hi @Dan H 

In the rule where you want to check when the field is initially populated, you need to look for {{fieldChange.field}} equal to timetracking.

For checking when the original estimate is updated, you need to look for {{fieldChange.field}} equal to timeoriginalestimate.

This behaviour is peculiar to the time tracking field and you can see this by using the "Log action" component and setting the smart value in the log message.

Like # people like this

Thank you again @Gareth Cantrell this works!

Two separate rules setup to handle both those conditions;

Untitled3.jpg

 

I did initially try to place both of these into ONE rule using If / Else block, but I failed to get that to work lol (screenshot below). What happens for me is that the second IF always fails, but I'm happy if this solution only works by creating two rule :)

Untitled2.jpg

Like Mauricio Cordeiro likes this
Gareth Cantrell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 09, 2021

I also noticed the else block would not evaluate the condition.

Probably worth raising a bug with Atlassian for this.

Like Dan H likes this

@Dan H could you please share the formula in the "Edit issue field"? I can't find the right one to sum up Original Estimates of child issues

Daniel Ebers
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 29, 2021

Hi @Iryna P.

probably it would be better to ask a new question, unsure if many people will come back to this one here specifically after months having passed.

There is an example Automation rule which could get you started:
https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/1371692/26233950

You could have a look if it meets your needs. The above was an example back then, if I understood it right Dan wanted to send an mail in the end - probably as of now there is no formula for "edit" behind it for him.

Regards,
Daniel

Like Iryna P. likes this

@Iryna P. Certainly, this is what I use as the Edit Issue field:

Action: Edit Issue

Field: Original Estimate

Value: {{#=}}{{issue.subtasks.original estimate.sum}} / 3600{{/}}

 


Like so:

edit.jpg

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events