Open alieska-listapad opened 2 years ago
Oof, I'm no longer a Bitrise user, so it would be a bit hard for me to test this. And I haven't had a need for something like this step provides for quite some time.
I'm definitely open to a PR if you'd like to make one. From the top of my head, I don't even know if the step would work as-is with different API versions. So it would probably take me some time to test it or at least read the documentation and check if everything works.
httpURL, err := urlutil.Join(service.baseURL, "rest/api/3/issue", issueKey, "transitions")
hardcoded part of url make this step be able work only with Jira API v3.It would be nice to have some kind of option to choose which version of your Jira API to use.