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 all,
how can I set the Issue Type by using customFieldID?
Thank you for your time and attention, I wish you a nice and enjoyable day.
Kind Regards
Mehran
I expect you are trying to create issues via the API.
Issue Type is a system field, so it doesn't use the customfield_<number> convention in the API.
Issue Type needs to be specified by the ID of the issue type.
Example:
"issuetype": { "id": "10000" }, see API documentation here to create an issue.
Hi @Mehran Ahmadi ,
can you please be more specific, what you are trying to achieve?
It is not clear from the text you provided. Thank you.
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.