I have encountered a problem now. In the Forge App, I want to restrict the workflow transition status on the issue interface and prevent users from clicking on the transition status. Is there any way to achieve this?
I want to solve this problem as soon as possible!!!
Hello,
I dont really think you can remove FrontEnd Objects from the Issue view. But you can try if you can somehow achieve this with the uiModifications from the CustomUI-Jira-Bridge:
https://developer.atlassian.com/platform/forge/custom-ui-jira-bridge/uiModifications/
Regards,
Adrian
But the front-end I am integrating now is React, can I also use this method?