Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to receive a notification when a task pass the xx% of the original estimate time?

moisesdeguia March 5, 2014

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.

1 answer

1 vote
Nic Brough -Adaptavist-
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.
March 5, 2014

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.

moisesdeguia March 5, 2014

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

Suggest an answer

Log in or Sign up to answer