...
Code Block |
---|
issue in estimationCreator(admin, smith) |
estimationDue()
The estimationDue() function will return issue matching specific criterias regarding its due date. The estimaationDue() function expects, zero, one or two arguments.
Search for tickets due today:
`issue in estimationDue()` returns Searching all issues which are in estimation state `ESTIMATING` ESTIMATING and are due or overdue.
Code Block |
---|
issue in estimationDue() |
The `estimationDue()` functions accepts a duration string, following the standard Jira duration format as as used in the time tracking field. Here are some examples:
...