We want to create a wrapper in node js for JIRA rest api calls. Is there any official npm module available or can you please guide me through this?
The requirement is as follows:
Community moderators have prevented the ability to post new answers.
As mentioned in the docs, officially Atlassian only supports the Connect SDK and the Forge SDK. There are some unofficial wrappers available over the REST API, though, for example
* https://www.npmjs.com/package/jira-client
* https://www.npmjs.com/package/jira-connector
Hope that helps!
~ Hariharan
Hi @Hariharan Iyer ,
Thanks for reply , I tried to integrate jira-client in my application but node throughing error as i mentioned below
Error: {"errno":-4046,"code":"EPROTO","syscall":"write"}
at JiraApi.doRequest (\jira-test\node_modules\jira-client\lib\jira.js:349:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchResults (file:///jira-test/index.js:27:19)
Node.js v20.13.1
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.