What is Estimated Time Remaining calculated based on? The documentation does not include this information. Is this just av field the user writes in, or is it automatically calculated, if so how is the calculating?
Documentation: https://confluence.atlassian.com/jira064/time-tracking-report-720416014.html
Is it possible to send a mail when Estimated time remaining is passing 10 hours forexample?
You can look at `Filter Subscriptions` for this.
Look at this page `Receiving Results via EMail` section - https://confluence.atlassian.com/jiracoreserver073/working-with-search-results-861257284.html
For creating filter for `Estimated Time Remaining` you can use following JQL.
remainingEstimate > 10h
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@SlaekkeYou can look for plugin in marketplace for this.
I mostly use Subscriptions for these kind of workflow.
You can try `ScriptRunner` this can be done in it with very simple script.
Also, writing a small plugin for some custom workflow is always a possibility in Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is calculated based on "Original Estimate" and "Time Spent".
If you had 2d as Original Estimate, and if you have logged .5d and .5d twice for this issue, Time Spent will 1d and Estimated Time Remaining will be 1d.
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.