I want to get to the conditions of a transition.
More precisely, I need name of groups that have access to a transition.
i use this api /rest/api/2/workflow/rule/config (from https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-workflow-rule-config-get )
and i got this response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status> <status-code>404</status-code> <message>null for uri:HOSTADDRESS/rest/api/2/workflows/rule/config</message></status>
And this api (/rest/api/2/workflow/search?expand=transitions.rules ) also returns the above answer