I. Can we create Project automatically when issue create for project creation with dynamic following values??
1. Project Name 2. Project Key 3.projectTypeKey(business/Software)
4. project Template Key 5. Description 6. lead 7. url
8. Assignee Type 9. Issue Security Scheme 10. permission Scheme
II. When I am using below RESTAPI code through postman, the project creation is executing successfully. How can Def same value groovy script.
{
"key": "RESTAPI",
"name": "RESTAPI",
"projectTypeKey": "business",
"projectTemplateKey": "com.atlassian.jira-core-project-templates:jira-core-project-management",
"description": "Example Project description",
"lead": "admin",
"url": "http://10.23.73.94:8080",
"assigneeType": "PROJECT_LEAD",
"issueSecurityScheme": 10000,
"permissionScheme": 10000,
"notificationScheme": 10000
}
Thanks in Advance
Rajesh Kamistti
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.