Skip to content

Per request i got only 20 tickets #3

Description

@gnanase

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions