when create an issue for the jira project from confluence. There is a parameter in this project, which is required and multi-selection, but after I have selected this parameter in confluence, I still get an error.
it reports
{"issues":[],"errors":[{"elementErrors":{"errorMessages":[],"errors":{"customfield_1140xx0":"Products is required."}},"failedElementNumber":0,"failedElement":{"fields":{"project":{"id":"xxx"},"issuetype":{"id":"10xx02"},"summary":"test","description":"","components":[{"id":"xxxx"}],"fixVersions":[{"id":"xxx"}],"duedate":"20xx-xx-16"}}}]}
Hi @devops
The issue here is you have a custom field that is required when creating projects of this issue type Products.
You can confirm this again by creating directly JIRA.
As for fixes you could either:
Either of these would allow you create your issue correctly.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.