...
Provided functions
estimationCreator()
The estimationCreator() function will return all issues with a specific creator.
...
Code Block |
---|
issue in estimationCreator(admin, smith) |
estimationDue()
The estimationDue() function will return issue matching specific criteria regarding its due date. The function expects, zero, one or two arguments.
...