I have a process that runs every night, and uses JIRA API REST to download our workloads. It has been running for weeks, but since yesterday it looks like the same JQL query that produces a result on the web interface, does not return any issue when invoked from the API.
For example, a simple "project in ('XXX')" query produces the expected result when launched on the web interface, but using the exact same query on Podman all I get is this:
{
"issues": [],
"isLast": true
}What could have produce this change?