We develop the Git Integration for Jira Cloud plugin. This plugin interacts with the development panel showing the number of commits, branches and pull/merge requests that an issue may have linked to it. In most cases the information is correctly shown, but we have seen that in some cases, the information seems to be outdated.
If a Branch is deleted on GitHub or GitLab the information is not updated immediately. It also seems that there is a cache that holds this information. Only after the user has disconnected for about 10 minutes and reconnected, the information will be displayed correctly.
Is there a way to invalidate/refresh this cache to see changes reflected right away?
Thank you,
David