We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: