Hi
How can we assign request type in create issue api...
In knowledge base its not shown or I couldn't spot it....
Here's what I have tried but I keep getting bad request error
{"fields":{"summary":"Test","project":{"key":"SomeKey"},"issuetype":{"id":"9999"},"requestTypeId":{"id":"42"}}}
I think this is the API call you want to make:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The artifact flow in JSM is different. A request type must be mapped to an issue and that the issue is created when the request is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks, this is exactly what I am doing in my request to create an issue (if I understand correctly :)
- I am mapping issue type id ( this alone in the request JSON works fine)
When i add RequestTypeId it fails... with bad request.
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.