Rename and update filter for a kanban board using REST api or sdk

hugoalexisz December 12, 2019

Hi, is it possible to rename a kanban board and update the filter that the board uses programmatically using either the jira  SDK or REST api?

thanks

Hugo

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 13, 2019

Hello @hugoalexisz

Thank you for reaching out.

You can update a filter name and the JQL query used on it by using the following REST API with a PUT call in your Jira Cloud site:

PUT https://yourdomain.atlassian.net/rest/api/3/filter/{id}

You can use the body parameters "name" and "JQL" to update the filter name and JQL parameters. You can check more information in the documentation below:

Update Filter - Jira Cloud REST API 

Let us know if you have any questions.

Suggest an answer

Log in or Sign up to answer