Forums

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

After I modified project setting and work flow of project1, how to use same setting to create new?

志华 西西 July 11, 2023

I modified the project permissions and workflow in project1.

When a want to create proejct2 by Rest api,

How should I use same setting from project1?

post /rest/api/2/project

    "key": "EX",
    "name": "Example",
    "projectTypeKey": "business",
    "projectTemplateKey": "com.atlassian.jira-core-project-templates:jira-core-project-management",
    "description": "Example Project description",
    "lead": "Charlie",
    "url": "http://atlassian.com",
    "assigneeType": "PROJECT_LEAD",
    "avatarId": 10200,
    "issueSecurityScheme": 10001,
    "permissionScheme": 10011,
    "notificationScheme": 10021,
    "workflowSchemeId": 10031,
    "categoryId": 10120

 which variable can save and reuse my project1 setting?

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 11, 2023

Hello, Please check if the steps suggested in this FR : https://jira.atlassian.com/browse/JRACLOUD-45929 helps you.

Suggest an answer

Log in or Sign up to answer