I'm making a POST call to https://<site>.atlassian.net/rest/api/3/issue
In the C# app, the JSON payload is pretty basic:
{"update":{},"fields":{"summary":"Test from c# migration app","issuetype":{"id":"10001"},"project":{"id":"10000"},"description":null}}
{"errorMessages":[],"errors":{"issuetype":"Specify an issue type"}}
Resolved - realized that issuetype Ids were not global, and may be different for each project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.