Hi everyone!
Dear members,
Expect : I want to update the dashboard name for using rest api
Problem:
Reference to The Jira official documentation
Use “/rest/api/2/dashboard/{id} ”. There is a 405 error when I use the postman to simulate it .
How to resolve it ? Could you help me?
Hi Josephine
Checked the same PUT request in Atlassian cloud and replies with a 200 ok status and the dashboard details are updated.
The endpoint form for Atlassian cloud is
https://{name}.atlassian.net/rest/api/2/dashboard/{id}
where {name} is your cloud hostname and {id} is the dashboard id that you will see when accessing the board in your browser e.g.
https://{name}.atlassian.net/jira/dashboards/10001
Just wanted to confirm you are using cloud e.g atlassian.net?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.