I am creating a workflow to verify if a user can create an issue for a specific table. To determine this, we would use the API to check the issue and its related table, and dynamically set an approver to control whether the issue can transition to “In Progress” or not.
I have checked the documentation for creating and updating workflow conditions through JIRA API, but it states that we can access those endpoints only through Forge or Connect.
I’d like to ask this is the correct way to set the approval rules and if there is another way to work aorund this limitation.