Hello,
Is it possible to add or modify or remove project category of a project in JIRA Data Center.
I am trying to achieve this using postman
Regards,
Sunil
See https://docs.atlassian.com/software/jira/docs/api/REST/8.13.6/ and look for the calls to api/2/projectCategory (for working with the categories) and then api/2/project and expand the "update project" call to see how to set a category on a project
I looked into the document I got the call for updating the project category but I was not able to add the category while I was trying to create a project. So I used multi post functions and it is working as expected. Thank you for the KB.
Regards,
Sunil
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.