I looked in other answers, but could not find it.
I want to output a list of the tasks I am assigned to.
I looked in the JIRA API reference and found this
it doesn't filter, it just shows me all 10000 tasks in the system.
How can I get only the open tasks that are open for a certain user, I am looking for time, task title, task id)
thanks