The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why Kanban projects does not have issue type scheme?

Ofir Nir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 7, 2021

Hi Atlassian team,

I want to update the issue type schemes of some projects through the API,

first, to get the current schemes I call the API:

 GET /rest/api/3/issuetypescheme/project?projectId=<projectId>.

When I query about the newly created Kanban board, I get there are no issue type schemes,

Is it by design? 

What can I do if I want to add issue types for projects like Kanban through API?

Currently, I can get schemes only for bug tracking projects.

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 7, 2021

Is your Kanban project a team-managed project?  (These don't have configuration schemes), and you'll need to read the create-meta or project settings directly.

Ofir Nir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 7, 2021

Hi @Nic Brough -Adaptavist- , 

Thanks for the quick reply!

It's indeed a team-managed project, if I can't use the API 

/rest/api/3/issuetypescheme/project?projectId=<projectId>.

Is there an alternative API I can use? How can I update the issue type scheme, like I do with https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-schemes/#api-rest-api-3-issuetypescheme-issuetypeschemeid-put?

Or is it only possible manually?