Hi,
I made plugin creating project and issue type via REST API. There is a problem I can’t use the issue type in my project (Jira shows only 4 available issue types for this project: Epic, Story, Bug, Task). Is there any way to assign my issue type to the project via REST API?
Request body of project creation REST call is:
{
key: "COOL",
name: "cool project",
projectTypeKey: "software",
lead: "admin",
projectTemplateKey: "com.pyxis.greenhopper.jira:gh-scrum-template"
}
Thank you for support