I am receiving the following error when trying to add a user to jira via the API. According to atlassian documentation this should be valid: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-post
This has been working successfully for the past 6 months with no issue
Error:
Body of the POST
I'm not sure but what I'd do is to test removing jira-core product and try if it works. As you may already know, Atlassian has recently deprecated jira-core as a standalone product and now it's bundled into jira-software.
So, I'd suggest using
"products": ["jira-software"]
instead, even though the documentation says otherwise.
Thanks this worked.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.