UNPKG

@narthia/jira-client

Version:

A TypeScript Jira API client with dual ESM/CJS support for Jira REST API and Atlassian Forge applications. Zero runtime dependencies.

98 lines (49 loc) 1.56 kB
# @narthia/jira-client ## 0.4.0 ### Minor Changes - 8ce07e3: Added Jira Software APIs ## 0.3.1 ### Patch Changes - 9d4afb5: Added JSM services in main method ## 0.3.0 ### Minor Changes - 9ad2184: Added Jira Service Management rest api ## 0.2.9 ### Patch Changes - b389ac4: Exported default and forge jira client types ## 0.2.8 ### Patch Changes - f37927f: updated getBulkChangelogs method to accept individual parameters ## 0.2.7 ### Patch Changes - db788ea: Updated dependecies to latest version. ## 0.2.6 ### Patch Changes - 74b6139: Added SECURITY.md to outline security policies, reporting procedures, and best practices and enhanced README.md with a security section linking to SECURITY.md and detailing network access. ## 0.2.5 ### Patch Changes - 5f3d13e: Added jsdoc to jiraclient class ## 0.2.4 ### Patch Changes - 5b601b0: Fixed some jira type issues ## 0.2.3 ### Patch Changes - 484261c: Using getters instead of public property and added caching to getter services. ## 0.2.2 ### Patch Changes - 644b886: Updated Readme ## 0.2.1 ### Patch Changes - 6c7dfd3: Flattened parameters in searchAndReconsileIssuesUsingJqlPost ## 0.2.0 ### Minor Changes - a232021: Generated type defs and docs from OpenApi Schema and Added all rest api's from Jira Platform ## 0.1.2 ### Patch Changes - 6177edb: Made asUser default for forge type and updated readme on information about headers ## 0.1.1 ### Patch Changes - aec4756: Removed function and Added Class export ## 0.1.0 ### Initial Release - a3da6d0: Initial Release