Hello dear community
Is it possible to trigger the opening of a transition screen from a forge component?
Thanks for your time.
Sure, I have a custom ui kit component which is similar to a board. I want to add a feature to it for changing issue status by dragging. Although it works for transitions without a screen, it does not work when there is a screen for this transition as the input is not provided. Is there a way to display transition screen somehow once the drag happens?
Hello dear community,
I’m facing an issue similar to the one encountered by neclamutlu:
In my Forge app, I display work items and allow users to change their statuses. However, when a transition screen is associated with a status change, I have to manually open a new tab to view the ticket and perform the transition.
I’d like to streamline this process—ideally, I want the transition screen to open directly when changing the status from the status activity view.
Has anyone managed to achieve this or have suggestions on how it could be implemented?