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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.