When a query result in 0 items fetched, like Jira worklogs job or qa requests for which we know for sure data should not be 0, we should be notified.
Jobs do not fail, since there is not a real error so we get,for example:
Retrieved 0 issues so far...
✅ Total issues retrieved: 0
but there is an error there, the user accessing the filter can not fetch data from it because it has lost access, most probably due to its token expiration.
We should notify when this happens or have a check for the user rights so that we are sure that when a job success, the data is correctly fetched
When a query result in 0 items fetched, like Jira worklogs job or qa requests for which we know for sure data should not be 0, we should be notified.
Jobs do not fail, since there is not a real error so we get,for example:
but there is an error there, the user accessing the filter can not fetch data from it because it has lost access, most probably due to its token expiration.
We should notify when this happens or have a check for the user rights so that we are sure that when a job success, the data is correctly fetched