Anyone maybe knows how i can disable this error message and create my own. like for example just "echo "this version doesnt exist;".
You could edit the code in JRJC to change the error message it is displaying
sorry bro im not really smart... what is JRJC?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I misread. JRJC is a library that helps coders write external apps that talk to Jira over the REST API.
You're not using it, I misread php-Jira-rest-client (only saw the last three words).
However, it's a similar answer - the error messages you are getting are defined in the php-Jira-rest-client, so you would have to change that, or run the messages through a parser in your application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.