Hello,
I'm using JIRA version 5.2.9 download version.
I would like to recive an email notification when actual work log crosses the original estimation, so i will come to know ceratin issue/and relevant resources are taking much time than anticipated and I may do needfull.
-Vin
You need a listener that listens for Work Logged event.
Either write a add-on or use Script runner to add one - https://jamieechlin.atlassian.net/wiki/display/GRV/Listeners
In the listener code check the estimate values and trigger an email if necessary.
This link is not working
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.
Can you please share the solution or work around you made for this?
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.