Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Official npm module for JIRA Rest Api's wrapper implementation in NodeJS

Ankush Sharma
Contributor
November 1, 2019

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:

  • User authentication
  • If a user has access to a particular project then only he can create/update the issue or create story/bug/epic/task/sub-task.
  • Before doing any operation there must be permissions check.
  • Get the list of story/bug/epic/task/sub-task

3 answers

1 accepted

2 votes
Answer accepted
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 13, 2019

Hi @Ankush Sharma ,

As mentioned in the Integrating with Jira Cloud, officially we only provide: 

We've written two different frameworks to help you get started. These frameworks are officially supported by Atlassian and help to generate some of the plumbing required for your Connect app:

For more information and additional frameworks and tools, see Frameworks and tools.

 

In the Frameworks and tools page you can find more options provided by the developers community.

 

Once this has been said, there are also a number of npm modules available that, even if they are not supported by Atlassian, might fit your needs:

 

Finally, please notice that this might not be the best place to get help on development  related questions. In case further help will be needed on this topic, you might want to refer to the resources listed in https://developer.atlassian.com/resources:

Specifically:

 

Cheers,
Dario

Like Dario B likes this
0 votes
Dov Keshet
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2022

Suggest an answer

Log in or Sign up to answer