Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Provided functions

estimationCreator()

The estimationCreator() function will return all issues with a specific creator:`issue in estimationCreator()` returns .

Searching for all issues where the current user created the estimation:`issue

Code Block
issue in estimationCreator(

...

)

Searching for all issues where the users with usernames admin or smith created the estimation:

Code Block
issue in estimationCreator(admin, smith)

estimationDue()

The estimationDue() function will return issue matching specific criterias regarding its due date.

...