pycontribs/jira

Flesh out Dashboard Endpoints

jpavlav opened this issue · 1 comments

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

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