We are looking for an option using Rest API for creating new project using template as an existing project.
We want workflows and permission schemes, etc as default to new project.
We are using Jira Cloud so Kindly suggest if this is possible.
Hello @prajakta.b.kulkarni
Based on the REST API Documentation
You can create a project in jira cloud based on the pre-built templates as mentioned in the above link.
You can use the permission scheme, issueType scheme etc base don the existing project. But currently in the REST API, there is no provision to mention an existing project which can be used as an template. But you can easily re-use the various schemes IDs in your REST call while creating the project.
HI Tarun,
Can you please help me with sample script for the same with reference to providing the scheme IDs?
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.