jira
jira copied to clipboard
how do get all issue from dashboard ?
Bug summary
i have dashboard like this
how i can get all data from all users ?
t = jira.dashboard(id="14703") dont get any usefull data
please help

Is there an existing issue for this?
- [X] I have searched the existing issues
Jira Instance type
Jira Server or Data Center (Self-hosted)
Jira instance version
(3, 10, 1, 'final', 0)
jira-python version
current
Python Interpreter version
3.10
Which operating systems have you used?
- [ ] Linux
- [ ] macOS
- [X] Windows
Reproduction steps
jira = JIRA(
server="my domain sex.com",
basic_auth=(login, "password"),
)
t = jira.dashboard(id="14703")
Stack trace
how i can get all data from all users ?
Expected behaviour
{ dashboard:[ user1: [ array of issue], user2: [ array of issue], user3: [ array of issue], ] }
Additional Context
dont know