I am using Jira DC rest API, I am trying to remove projectCategory from a Project without assign another projectCategory to it.
In the cloud documentation, it is mentioned that for doing so we need to pass '-1' as the categoryId of relevant project but in DC it is not working.
In Jira Server/Data Center, removing a project category without assigning a new one is not directly possible through the REST API, unlike in Jira Cloud. This is because in Jira Server/Data Center, project categories are required for projects and cannot be null.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.