I have 2 custom fields .NET Effort(Hours) and Java Effort(Hours)
Whenever value changes in Java Effort(Hours) OR .NET Effort(Hours), I want Original Estimate field in Jira to display sum of these 2 fields
I have tried {issue.Java Effort(Hours)}+{issue. .NET Effort(Hours)}
as shown below but, upon changing either Java Effort(Hours) OR .NET Effort(Hours), Original Estimate does still not show anything and it still displays as 0m
Please let me know, what have I missed. Thanks in advance
I think you are almost there, try this :
{{#=}}{issue.Java Effort(Hours)}+{issue. .NET Effort(Hours)} {{/}}
Could you change the values of these two fields for one of your ticket and share with us the log of your automation rule please ?
It could help me understand the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did change value in the Java Effort and .NET effort fields. However, there was no change to the Original Estimate field.
Below error is displayed in the Audit log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok try to copy paste this, i think there was a small syntax problem :
{{#=}}{{issue.Java Effort(Hours)}}+{{issue. .NET Effort(Hours)}}{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think, its working now for Java Effort(Hours). Thank you so much.
But, it still throws error for .NET Effort(Hours). I think, there is some syntax issue due to . in ".NET Effort(Hours)".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Java Effort(Hours),
Every time I make a change for Java Effort(Hours), Original Estimate displays previous value plus the current Value. I want the Original field to always use only the current value
Example: If Original Estimate is already 6 and now I change the "Java Effort(Hours)" to 4, I expect the Original Estimate to be 4.
But, it displays 10
How can I get this corrected. Please let me know
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Flavien,
For now I have removed . from .NET and all looks good. Even summing is happening from Actuals
Thanks a lot for the help
I want to learn more on Automation in Jira
Can you please direct me to a source from where I can read
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Krishna,
thanks for your answer. I am happy to see your automation work as expected. The automation rule you created indeed does the following if i understood correctly :
If the value of Qa efforts, Sit efforts, Java efforts, .net efforts... changes then :
Original estimate = Java Efforts
That's why it works for you when you remove .Net Efforts.
You can give a look here if you want to improve you Automation mastery. But the best way is to try on test instances. Try some examples, go to the logs and make mistakes : automation is not easy to handle ;)
Could you please accept my answer ? It would be great for people who may have the same question on automation for Jira ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this possible to do in Jira Server Version [example : we have 7.10] and i am looking for exact same implementation solution where we have different estimate fields for different teams and wanted to sumup and display in original estimate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.