I have a related problem.
I have a public service desk. On this service desk, the existing JIRA users show up as customers. I can raise a request on behalf of any of these customers through the normal UI.
I also have a web application (a form) which submits requests to JIRA via the API.
It works perfectly except when an existing JIRA User tries to submit a request.
For example, let's say I have a licensed JIRA User (member of jira-users group, with required permissions on service desk) - username peter and email peter@peter.com.
If Peter fills in the form, and provides his email address, my code will try to create a request and will provide the email address in raiseOnBehalfOf field.
The response I get is "Your request could not be created. Please check the fields have been correctly filled in. Please provide a valid value for field 'Raise this request on behalf of'"
I can still use the UI to raise a request on behalf of the user. In both cases, using the UI and API, I have the same credentials so I don't think its a permissions issue.
If we use an entirely different email address, one that is not associated with any JIRA user accounts, say peter1@peter1.com, then the above works and the request and customer are created as expected.
It seems to me that the failure happens when it tries to create a customer and the email address is already in use.
Can anyone help?
Not being able to do this by email is a pain in the butt.