Hi everyone,
I’ve built a Forge app with a jira:issueAction
module. When the action button is clicked, it triggers a function that performs several async tasks and returns a response at the end. The function completes successfully — I can see the final logs, and there are no errors or unhandled exceptions.
However, the issue I’m facing is that the Jira Action button keeps spinning and doesn’t return to its normal state unless I manually refresh the page. I’ve tried returning different response types (string, JSON object, etc.), but the behavior remains the same.
Has anyone experienced this? I’d really appreciate any guidance or ideas on what might be causing the action to hang like this.
Thanks in advance!