Skip to content
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

returns error for every API call #126

Open
Nisthar opened this issue Jan 20, 2016 · 2 comments
Open

returns error for every API call #126

Nisthar opened this issue Jan 20, 2016 · 2 comments

Comments

@Nisthar
Copy link

Nisthar commented Jan 20, 2016

I am trying to find the issue by using the library's findIssue method. But i am getting 'invalid issue number' under '2.0.alpha1' and 'null' under 2 version. I also tried to find the project using the getProjects but i am getting the same error.

My code:
var express = require('express'),
app = express();
JiraApi = require('jira').JiraApi;
app.get('/issue',function(req,res){
var jira = new JiraApi('http', '2xx.3x.2xx.xx', 'xxxx', 'username', 'password', '2.0.alpha1',true,false);
jira.findIssue('FG-1',function(data){
console.log(data);
});
});

     app.listen(3000);
@KanoYugoro
Copy link

Hey there @Nisthar , this repository and package hasn't gotten any support for some time. You're welcome to come check out my organization's fork at https://github.com/jira-node/node-jira-client. If you do, I'll be more than happy to answer any questions and offer assistance.

It is released on npm here: https://www.npmjs.com/package/jira-client

@tiagolr
Copy link

tiagolr commented Jul 12, 2017

Thans @KanoYugoro was having the same problem, with jira-client its starting to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants