I want to get list of issue type for each project.
How can I do that?
You can also try the JIRA REST API.
BASE_URL/rest/api/2/issue/createmeta?projectKeys=XYZ
where XYZ is the project Key.
you can try api call - issueTypeSchemeManager.getIssueTypesForProject()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.