Is there a way to get workflow name and transition details if using custom UI to configure Workflow Post Functions. The context only has post function id.
We then have to use https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-workflow-transition-rules/#api-group-workflow-transition-rules to fetch all the post functions and then look for the postFunctionId. There can be many post functions registered by app and used by different workflows, so iterating through all that is time consuming.
Workflow Name and Transition details IMO should be in the context.
Would also be good to understand if there is another way to get this information ?