viggo23111 opened a new issue, #5427: URL: https://github.com/apache/camel-quarkus/issues/5427
### Bug description I have an camel endpoint: jira://watchUpdates?jiraUrl=${JIRA_URL}&username=RAW(${JIRA_USERNAME})&password=RAW(${JIRA_PASSWORD})&jql=RAW(project=CTT)&sendOnlyUpdatedField=false To fetch issues that get updated, there is just one problem it is only the issues created before the route is started that is getting caught, when updating the issues. So new issues after the route is running are not getting caught by the fetch when they are updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org