You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.