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 am able to use the REST API for Jira Cloud for the companies I work but when I try to use it for my personal account (free plan) I get an error
The URL I'm trying to contact is
https://<my_account>.atlassian.net/rest/api/latest/search
that is working for other accounts and not for mine. When trying to access using python I get
requests.exceptions.InvalidSchema: No connection adapters were found for '('https://......atlassian.net/rest/api/3/search',)'
Maybe I'm wrong but I don't think it is an authentication problem so I'm wondering if with the free plan you are allowed to use the API or you have to activate it somehow.
Ok, it was my fault :-( The clue is the error message
('https://......atlassian.net/rest/api/3/search',)'
where the URL is not a string but ... a list :-( Just because there was a comma after the string assignment... This is something I hate from Python!
So, the API works for the free accounts too.
Thanks!
hi can you show me full command example that you used?
I dont' know how to call rest api.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also found that Opsgenie free supports API - API-support-use-from-free-trial-version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I think that too but still struggled with the error I get ... I will keep investigating :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.