Hey everyone,
I’m developing a feature for a Forge app that works with labels. When I add a new label to a Work Item, it takes 10 minutes or more for that label to become available through the API.
I’m using the following endpoint:
/rest/api/3/jql/autocompletedata/suggestions?fieldName=labels&fieldValue=lam
The issue only occurs with Forge (requestJira via @forge/api or @forge/bridge). When I make the same request through a Connect app or simply access the URL directly in the browser, the newly added label appears immediately.
Is this a known issue? Has anyone else experienced this? Any insight into why Forge requests would return stale data compared to Connect or direct browser requests would be appreciated.