You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.