Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,496
Community Members
 
Community Events
184
Community Groups

Can the free plan use the Cloud REST API for Jira?

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.

2 answers

1 accepted

1 vote
Answer accepted

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! 

Zames Roh
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!
Mar 21, 2023

hi can you show me full command example that you used?

I dont' know how to call rest api.

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 18, 2022

AFAIK APIs are not restricted in Free. I don't see any mention of this here or here.

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 18, 2022

Also found that Opsgenie free supports API - API-support-use-from-free-trial-version 

Thanks! I think that too but still struggled with the error I get ... I will keep investigating :-)

Suggest an answer

Log in or Sign up to answer