I want to authenticate user jira account and perform create project , issue task on it.
I am not able to find any proper way to integrate jira in angular 6 app.
please suggest me help
Hi @Ismael Jimoh I am creating a product management tool and want to create a project and issue from my website onto a jira account.
for accessing rest API, I need basic auth token
But I am not able to get an auth token in any manner.
In that case, I need your help
For accessing Jira you can either pass user’s username and password with your call (nor recommended due to security reasons) or you authenticate via an OAuth token explained here: https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/
A clearer explanation for getting the token in cloud can be found here: https://confluence.atlassian.com/cloud/api-tokens-938839638.html
I do recommend reading what the method is about to ensure itmeets your requirements.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.