Default Workflow Scheme
no ID is returned. This is because the way the Default Workflow Scheme
is stored means it has no ID.curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/workflowscheme/project?projectId='
{"values":[{"projectIds":["10010","10020"],"workflowScheme":{"id":101010,"name":"Example workflow scheme","description":"The description of the example workflow scheme.","defaultWorkflow":"jira","issueTypeMappings":{"10000":"scrum workflow","10001":"builds workflow"},"self":"https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"}}]}
projectId=10000&projectId=10001
.