Skip to content

Commit

Permalink
chore: proper link back to original project
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeolun committed Feb 5, 2024
1 parent 93d38fd commit 764deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Typescript JIRA API for node.js #

A Typescript wrapper for the Jira Rest API, now in Typescript. I had this as a fork of `jira-client` for a while, but I felt the need to completely split it up to modernize it (as well as give myself an easier time deploying).
A Typescript wrapper for the Jira Rest API, now in Typescript. I had this as a fork of [jira-client](https://github.com/jira-node/node-jira-client) for a while, but I felt the need to completely split it up to modernize it (as well as give myself an easier time deploying).

I've tried to keep the api as close to the original api as possible, but sometimes I've had to make compromises. Where possible any legacy calls have been removed, and replaced with what made most sense considering the latest versions of Jira Datacenter, Cloud, Software and Service Desk.

Expand Down

0 comments on commit 764deb3

Please sign in to comment.