I'm new in jira python and I want to have a list with tickets obtained with an existing filter.
I tried jira.filter(id)
but instead receiving the list with issue, I received only the name of the filter.
Using jira.search_issue
is working, but because my filter can be change by other guys I need something that will take in account those changes of filter content.
Any ideas?
Thanks!