is there is a way we can have a node script talk to JIRA via API?

Zohaib Ahmed September 1, 2015

I want to know if there is a way where we can have a node script talk to JIRA via API?

1 answer

0 votes
Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 1, 2015

There's a rest api - see https://docs.atlassian.com/jira/REST  There are a couple of node.js modules out there that wraps it.

Zohaib Ahmed September 1, 2015

Thanks Mr Wester It was informative specially in REST link that you sent. However I am still unable to find the node.js modules who wraps it if possible can you please provide one

Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 1, 2015

From npmjs: https://www.npmjs.com/search?q=jira since there isn't an official one - you'll need to evaluate them to identify one that fits your needs.

Suggest an answer

Log in or Sign up to answer