How to change board name with rest api?

Nurullah Koca November 12, 2019

I want to change the name of a board.

I didnt found anything on the APIs.

Is there a way to change it? Maybe with some GreenHopper APIs?

1 answer

0 votes
Jnr November 20, 2020

an old question, but maybe somebody will find it here, where id is your rapidView

 

PUT -  /rest/greenhopper/1.0/rapidviewconfig/name

 

{
"id": 11111,
"name": "Your new board name"
}

 

Suggest an answer

Log in or Sign up to answer