Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per request i got only 20 tickets #3

Open
gnanase opened this issue Aug 10, 2015 · 0 comments
Open

Per request i got only 20 tickets #3

gnanase opened this issue Aug 10, 2015 · 0 comments

Comments

@gnanase
Copy link

gnanase commented Aug 10, 2015

Per request i got only 20 tickets in a project.

I use below function get only 20 tickets from that project and also open tickets only i got.

public function tickets($permalink) {
$url = '/'.$permalink.'/tickets?query=sort:status';
$xml = $this->object2array(simplexml_load_string($this->get($url),'SimpleXMLElement',LIBXML_NOCDATA));
return $xml['ticket'];
}

Can you explain how i get closed tickets in a project and specific period. example between month or year like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant