pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.91k stars 856 forks source link

Flesh out Dashboard Endpoints #1836

Closed jpavlav closed 3 months ago

jpavlav commented 3 months ago

Problem trying to solve

I have a project at work where we are creating and updating dashboards dynamically. This is the library we primarily use for interacting with Jira in our python code, so I figured it makes sense to expose those endpoints if possible.

Possible solution(s)

The solution I came up with is to create the appropriate calls in the client and the corresponding resources as well to flesh out this functionality. Per @studioj, I've been conscious of the fact that these calls are both only available in the cloud and many are considered experimental.

Alternatives

No response

Additional Context

No response

jpavlav commented 3 months ago

If someone with the power to can, please assign this to me 😄 @studioj