Hello,
I would like to ask whether its possible to specify requestType(not issueType) when u re creating ticket through jira api. Cause after creation u can only change it via "move" in gui. I have no problems with settings issueType via Api. Would be wonderful if u could show me example of such api call.
Thanks in advance
Hi @Bartosz Szeląg,
Welcome to Atlassian Community!
Yes, it is possible to set the request type via the API, what you need to know when doing it is the service desk ID and the request type ID. Both of these you can find if you go to the request type in the portal, the URL would look something like this:
/servicedesk/customer/portal/1/group/<service desk Id>/create/<request type Id>
To add to this. You'd want to use the Service Desk API which is mimicking the experience of creating a request via the portal. If you are intending to create a request along with some additional information that is only visible to the agent, you would probably want to take these steps:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay i have servicedeskId and requestId, but could u give me example of such api call, or doc site where i can find one?
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.