Hi Team,
We have developed an Atlassian Forge app that generates test cases and test steps for a Jira user story.
As part of the workflow, before creating the test cases, we display a confirmation card to the user. This card is expected to show details such as:
The user is required to review this information and confirm before proceeding.
We are experiencing an intermittent issue where:
This behavior is not consistent — sometimes the card renders correctly with all details, and sometimes it appears without any content.
From the screenshots (attached), you can see:
The confirmation card should always display the generated test case details consistently
before user confirmation.
@Venkateswar Kasa this sounds like an intermittent Forge rendering/state issue rather than expected behavior. I’d check whether the card is rendering before the generated data is available, especially if values are loaded async. Add loading/empty states, log the payload passed into the confirmation card, and confirm whether this is UI Kit or Custom UI. If the payload is present but the card renders empty, I’d open a ticket with logs, app ID, environment, and timestamps.
Hi @Dr Valeri Colon _Connect Centric_ ,
Thank you for the response. Please let me know if any details are needed from my side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome @Venkateswar Kasa. Since the issue is intermittent, try to determine whether the data is missing or whether the UI is failing to render it.
A few things to check:
If you can show that the payload is present but the card occasionally renders empty, that would be useful evidence for Atlassian Support Team (this is the user community). Otherwise, you may find the root cause in the app before needing to open a ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.