The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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"
}