-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect the jira client #235
Comments
Hello @IsuruUthpala! Which method you have tried to call? |
And one more thing. Your |
Silly me, I had the host like below (same way as jira-connector) |
I'm closing this, Since resolved. |
I think it makes sense to do some kind of check on the library side, so I'll leave this ticket open for now. In any case, thanks a lot for the report, it's useful |
Having trouble connecting to the client.
I'm getting 400 Bad Request and the response body data property is like below.
version - "jira.js": "^2.15.9"
This is how i connected to the client.
This is my import ;
import { Version2Client } from 'jira.js';
email and the api token are correct and works fine with jira-connector l library
The text was updated successfully, but these errors were encountered: