HI,
There is a way to get all the transitions properties with a Jira rest api?
I didn't found anything in the documentation.
Thanks
See https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties/#api-group-workflow-transition-properties
If I know only the Issue Key? How It is possible to know all the possible transitions with properties?
<base_url>/issue/<issue_key>/transitions........................
How can I get also the properties?
If you have the issue key, then you can use that to get the project and issue type, then use the calls in that doc to workout which workflow it is, then fetch the properties of the transition from that.
However, I question why that information is of any use for you at an issue level. What are you using it for?
It looks like you're new here. Sign in or register to get started.