{"library":"node-jira","type":"library","category":null,"description":"A Node.js library for interacting with Atlassian JIRA's REST API. Version 0.2.0 is the current stable release, though the package appears to be in early development with limited updates. It provides basic authentication and simple issue operations. Compared to more robust alternatives like 'jira-connector' or '@atlassian/jira-client', this library has minimal features and documentation, making it suitable only for simple use cases.","language":"javascript","status":"maintenance","version":"0.2.0","tags":["javascript","jira","node","rest","api"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install node-jira","imports":["const JiraApi = require('node-jira');","const jira = new JiraApi('username', 'password', { host: 'jira.example.com' });","jira.getIssue('PROJ-123', function(err, issue) { ... });"]},{"cmd":"yarn add node-jira","imports":[]},{"cmd":"pnpm add node-jira","imports":[]}],"homepage":"https://github.com/stefanmayer13/node-jira#readme","github":"https://github.com/stefanmayer13/node-jira","docs":null,"changelog":null,"pypi":null,"npm":"node-jira","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}