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
If this is the exact GET call or URL, the error is the query parameter for JQL. You used ql
instead of jql
and that's why it's returning the unexpected result set.