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

createComment function is not running #56

Closed tamert closed 5 years ago

tamert commented 5 years ago

Hello,

I have a problem last at week. my users do not created new comment.

$youtrack->createComment($issue->id, $_POST['message']);

"Error for 'https://***.myjetbrains.com/youtrack/rest/issue/***-3/execute': 400: Command [] is invalid:Unknown command: Unknown command"

nepda commented 5 years ago

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.