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 RegardsMehran
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.
Hi @Mehran Ahmadi
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.
It looks like you're new here. Sign in or register to get started.