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
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.
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
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:
Hope this helps!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.