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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.