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.
I am trying to find a way to see all issues where the original estimate has been changed from the original. Currently the only way I have of doing this is to manually work through the work logs
Is using ScriptRunner a valid solution for you? If so you could either create a listener script that monitors the changes and sends an instant notification when someone changes the field or run a custom script at set times that checks all the issues.
If ScriptRunner is a no-go you could also pull this data directly from the database.
Thanks for the response both. Scriptrunner looks like the way to go. I don't have access to the database I don't believe as I'm using the cloud based version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to achieve this with the Script runner using every example I could find. I did not succeed. Do you have the recipe for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ryan,
Thank you for raise this question with us.
Just to ensure that we are on on the same page, please confirm to me if I've properly understood your question:
You'd like to be notified or know by any reports when the field Original Estimate is edited for already created issues and not on issue creation, is it correct?
If that is the feature you are looking for, I can think of some options that can give you this functionality by using the plugin Automation for JIRA. Basically, you will need to create a rule that will trigger an action if the field is changed after the issue creation (Notification, change custom field value, add a comment, etc) and use this action to filter the issues using JQL.
Please, allow me to give you an example of how I would configure this rule:
- Created a text custom field, But I didn't add it to the creation screen of the issue
- Created a rule that will add a value to the custom field every time the time tracking is edited, after the issue creation:
Please, let me know if it works for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.