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.