Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

creating jira from command prompt

Velusamy, Indhu
December 15, 2025

how to create a jira using curl(POST METHOD) . I am able to get jira details using the following command
curl -v https://jiradc-cib-cluster02.prod.aws.jpmchase.net/rest/api/2/issue/<jira>


Looking to explore to create jira from command prompt using curl

3 answers

0 votes
Tomislav Tobijas
Community Champion
December 15, 2025

Hey @Velusamy, Indhu ,

If you navigate to the official REST API documentation (for Jira, that's this 👈), for each operation, you have examples of how to use the specific operation and method, including curl.2025-12-15_09-40-06.png

You'll need to replace/add some values, such as your site URL, the space/project key, etc., but it should provide a solid base to customize it further and achieve the desired result.

Hope this helps.

Cheers,
Tobi 

0 votes
Jeroen Poismans
Community Champion
December 15, 2025

Hi,

When you say "create a jira" I Assume you want to create a work item (issue)? In that case here is the API reference for Cloud:

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

Hope this helps!

0 votes
Mohamed Benziane
Community Champion
December 15, 2025

Hi,

If you want to create an issue from curl you can use this api:
The Jira Cloud platform REST API

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events