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'm using python wrapper, atlassian-python-api library v3.4.1 to communicate with jira, confluence and bamboo APIs.
How can I use the library to get the artifact names and downloading them ?
Alternatively, I found API
https://my-domain/rest/api/latest/plan/MY_PLAN/artifact
To get artifact names.
But my domain is using okta verification so when I hit this url using requests.get, it returns HTML of okta verification page in response.
I've my bamboo API access token as well.
How do I use requests.get to send authenticated requests to this API ?