Forums

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

Can we create automatically when issue create for project creation with dynamic following values??

RAJESH April 13, 2022 edited

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

0 answers

Suggest an answer

Log in or Sign up to answer