Hello Community People,
Hope you doing great, Actually I have a use case when I create new Jira project I want dynamically it should update project category instead of manual way.
is there any way through REST API we can do it ?
Best,
SK
Hello @Sawankumar Tak
This API endpoint supports setting the Project Category for a project.
You could create a Global Automation Rule that uses the Project Created trigger to run when a new project is created.
In that rule you can use the Send Web Request action to execute the above API endpoint.
You can find documentation for Automation Rules here:
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.