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?
Hello, Please check if the steps suggested in this FR : https://jira.atlassian.com/browse/JRACLOUD-45929 helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.