pbauerochse / youtrack-worklog-viewer

A tool to keep track of the work hours you spent on issues in the YouTrack issue management system
MIT License
39 stars 10 forks source link

Custom range does not work #16

Closed denis-bogdanas closed 8 years ago

denis-bogdanas commented 9 years ago

Attempt to fetch the tasks with custom range throws an exception:

java.lang.IllegalStateException: Could not create temporary report (Message: Bad Request, StatusCode: 400) Context:

Reports with predefined ranges work.

Could you please look into it?

pbauerochse commented 8 years ago

Hi Denis,

this issue should be resolved with the latest version. YouTrack does not allow creating a report with a slash (/) contained in the name. I assume that you are on a system where the U.S. date format is being used as a locale. That format was also applied for creating the name of the temporary report.

Could you please try again with version 2.2.1 and let me know if it works?

Cheers

Patrick

denis-bogdanas commented 8 years ago

It works now, thanks!

Denis