RESTful or SOAP API - Create a project with Scheme and field configuration?

thuy duong October 29, 2013

We are trying to create a project in JIRA using SOAP/RESTful API. We are using Soap: CreateProject() but need to also set the following project information:

1. Issue Type Scheme

2. Workflow Scheme

3. Screens Scheme

4. Field Configuration

Q1: Is there a way to do this via SOAP/REST API?

Q2: If there is no SOAP/REST API support for this, then what are the other options to programmatically create Projects in JIRA or to update the configurations listed above?

Note that this issue is similar to the one posted by the link below:

https://answers.atlassian.com/questions/72212/we-are-tryng-to-create-a-self-provisioning-utility-for-users-to-create-projects-in-jira-and-can-t-figure-out-how-to-create-the-full-project

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2013

JIRA Command Line Interface has the createProject action. It combines a number of approaches to get everything done.

Suggest an answer

Log in or Sign up to answer