Use REST API with Jira instance on Free Plan?

D
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!
February 25, 2025

Hi community, I have a Jira instance under
https://<instance>.atlassian.net/jira/

Everything is fine, and I would like to use REST API to, let say, creating an issue/bug automatically. Something like this: https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples 

Looking at this example I see that it connects to localhost:8080 and use `-u charlie:charlie` (name and password - basic authentication).

Well, basic authentication is fine, but how should authentication work with my <instance>.atlassian.net ?
Can not find documentation/example about this, pls help...

Thanks in advance!

 

 

2 answers

1 accepted

2 votes
Answer accepted
D
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!
February 25, 2025

Hi @Manoj Gangwar  is it correct that on Free Plan there are no restrictions on using REST API ?   (I mean, it is the same as with another versions of JIRA)

Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

Yes, you can use the REST API in Jira's free plan. the free plan provides access to the full functionality of the Jira REST API.

0 votes
Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

Hi @D Welcome to the community!

 

Please refer to the below doc for Jira cloud.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
You can create the API token and use it as an authorization.

https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/

D
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!
February 25, 2025

Hi @Manoj Gangwar , one more question:

Is it really necessary to specify ALL fields listed here:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post  ?

Can I just specify summary, description and issuetype?

Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

No, you can specify only required fields which is required on your project at the time of issue creation. 

D
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!
February 25, 2025

Great, thanks!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events