Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.