JGithubIssues::getList
Method to list an authenticated user's issues.
Signature
public function getList([string
$filter = null,
[JDate
$state = null,
[JDate
$labels = null,
[JDate
$sort = null,
[JDate
$direction = null,
[JDate
$since = null,
[integer
$page = 0,
[integer
$limit = 0]]]]]]]] )
Parameters
-
$filter
- The filter type: assigned, created, mentioned, subscribed.
-
$state
- The optional state to filter requests by. [open, closed]
-
$labels
- The list of comma separated Label names. Example: bug,ui,@high.
-
$sort
- The sort order: created, updated, comments, default: created.
-
$direction
- The list direction: asc or desc, default: desc.
-
$since
- The date/time since when issues should be returned.
-
$page
- The page number from which to get items.
-
$limit
- The number of items on a page.
Returns
- array
Tasks
Line | Task |
---|---|
539 | Implement the filtering options. |