...
since the Quantum::Estimator functions will allways always return a list of issue filtered based on your query.
...
The estimationDue() function will return issue matching specific criterias criteria regarding its due date. The function expects, zero, one or two arguments.
...
The estimationState() function returns all issues that are matching an estimation state.:
Code Block |
---|
issue in estimationState() |
estimatedByUser()
The estimatedByUser() function will return all issues with estimation tasks that where estimated by a user.:
Code Block |
---|
issue in estimatedByUser() |
estimatesMissing()
The estimatesMissing() function will return all issues which are in estimation state
Status | ||||
---|---|---|---|---|
|
Code Block |
---|
issue in estimatesMissing() |
estimatesMissingForUser()
The estimatesMissingForUser() function will return all issues whith with estimation tasks that where the user is allowed to estimate and has not yet estimated.:
Code Block |
---|
issue in estimatesMissingForUser() |