nepda / youtrack-client

A PHP client library for the popular YouTrack bugtracker from jetBrains.
BSD 3-Clause "New" or "Revised" License
25 stars 32 forks source link

the parameter sorting has changed #55

Closed amehrshad closed 5 years ago

amehrshad commented 5 years ago

with new version of Youtrack, the parameter sorting has changed. For example, at getIssues : new version => GET /rest/issue/byproject/{project}?{filter}&{after}&{max}&{updatedAfter}&{wikifyDescription}

nepda commented 5 years ago

Which method of this library are you using?

The method getIssue still works for me with the YouTrack InCloud version 2018.4 Build 49852.

getIssueByProject is not implemented yet. https://www.jetbrains.com/help/youtrack/incloud/Get-Issues-in-a-Project.html

I'm using the https://www.jetbrains.com/help/youtrack/incloud/Get-an-Issue.html API description.

nepda commented 5 years ago

The old URL endpoint was used in getIssues. Also mentioned in #60. This will be fixed with the next release.

nepda commented 5 years ago

It's released now. Feel free to report any other bugs or changes.