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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.