Hi there,
I am writing shell scripts using cURL against the Jira Rest Api.
I was successful creating filters and changing the permission.
Now I want a Dashboard that show these new filters.
I have an example Dashboard that could be copied and modified.
But somehow I stuggle using the Rest Api.
I can show the example dashboard
But I cannot get items or properties since I don't know how to get the Ids.
I found an article in the internet that extracts the id from the Html div (e.g. <div id="gadget-41304-renderbox"> - the Id is 41304).
What am I missing here?
To be honest I only want to exchange the used Filter Results from within the Dashboard.
So currently the Dashboard shows Filter Results for filter "something" and I want the Dashboard (or its copy) to show Filter Results for the created filter "anything".
Thanks,
Marco Schmitz
Well, maybe I checked the wrong Jira distribution.
I am using this documentation (more or less successfully): https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards/#api-rest-api-3-dashboard-post
Ah ok, so you are using Cloud.
I've found couple open questions and I'm afraid there isn't a public rest API to modify a dashboard to Cloud as well.
https://ecosystem.atlassian.net/browse/ACJIRA-241
My suggestion is to keep this question open for a while, and see other opinions about this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted] ,
Welcome to Atlassian Community!
Unfortunately there are no rest API for Server to create/update a dashboard, see below issue for more info:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.