Hi,
I'm running into an inconsistent issue with search_issues. Upon every other call, search_issues would return incorrect issues (issues either had been closed or do no match with the query). If I perform the same "jira_query" string from UI, it works fine. Any idea?
jira_query = "project={} AND summary~{} AND status!=Closed and reporter='{}'".format(jira_project, target_name, jira_user)
query_issues = jira_handler.search_issues(jira_query)
Thanks,
Stanley
Hi Stanley,
I'd like to get some more details -
Thanks,
Daniel
Hi Daniel,
Sorry for getting back late. I figured out the issue. Our JIRA admin was doing some index rebuilding and it messed up my queries. Now that the maintenance is completed, all look good now.
Thanks,
Stan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.