MiSikora / bitrise-step-jira-issue-status-update

Change status of JIRA issues with Bitrise step.
MIT License
0 stars 2 forks source link

Works only with jira version 3 #1

Open alieska-listapad opened 2 years ago

alieska-listapad commented 2 years ago

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.

MiSikora commented 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.