I am new to Jira and I want to get all the dashboards of a user.
So I go through the link and got that by this /rest/api/3/dashboard URL I can find all the dashboards and also got one more point that Apps cannot access this REST resource.
Right now I have created Jira platform REST API APP and using its client_id and getting access_token by Auth 2.0 (3LO) but by this authentication process, I am not getting the all dashboard.
Is there any other authentication process I have to follow to get all dashboard as it is mentioned Apps cannot access this REST resource? please help me.
Thanks