I have a requirement to integrate project creation or custom field manipulation with a tool we are developing internally, which will ensure that the end user is able to click a button and achieve these tasks.
To do so we need to write API calls, preferably cURL in the background which can connect to JIRA and do this task?
Hi Mansi,
As far as I know, creating projects is not possible from REST API but it is possible from Soap. You need to make SOAP request from cURL:
http://dasunhegoda.com/make-soap-request-command-line-curl/596/
The use Soap request to create project:
Custom field manipulation is easier as this can be done through REST. More here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.