Hi, i need a notification when a programmer reports time and the task pass the xx% of the original estimate time. Can i do this?
Thanks a lot.
There's nothing specific in Jira to do this, but I would look for a "listener" that catches "work logged" events, has a look at the issue the work is logged on and then pings you an email or some other action. (I've used the script runner to ping a message into IRC in similar cases, but it was in Jira 4...)
The quick partial no-code fix is to base a filter on "workratio > 100" (with other clauses of course) and at least you can find them quickly and think about subscriptions.
I have to search info about listener, or search a module todo that.
With the "workratio" filter i can filter perfectly, but I need receive an e-mail only with the reported task in the report time.
Thanks a lot
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.