Hi, I have a JIRA Project where the setup is when the user creates an issue, they input data into the form from the portal. This form is then attached to the ticket, so I guess technically it's not in the same "screen"?
Now when I use the get issue API for this ticket, it returns the customfields and their value, but when I try to create an issue using the POST API, it returns the error:
Update: It looks like the servicedesk REST API has what I need. So i'll be looking into that.
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/
So the answer to my question was POST /rest/servicedeskapi/request.
My only issue is the format of the "users" object in the form object.
according to the documentation the format is
"qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d69abfa3980ce712caae"
I am assuming the first half is the cloud id since that matches the format...
and the second half is the user id.
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.