Trying to get the filter to work within call

Issue #9 resolved
Simon Davies created an issue

i am using the $issue->all() method and have noticed that there is a 3rd param called $options, but this is lacking in examples on how to use and i would like to filter my results so i am not call the all method and getting more than i require.

i have tried:

$issue->all($this->accountname, $this->repo_slug, array('status=resolved')),true); 

as well as others but its failing to even register the third param and still giving me all the issues. Not sure if its a bug or if i am not getting it?

Comments (1)

  1. Simon Davies reporter

    do appologise but its typical soon as i post it solves: i was referencing it slightly wrong it should be array('status' => 'resolved')

  2. Log in to comment