-
Bug
-
Resolution: Done
-
Normal
-
None
-
1.8.0
-
None
-
RHDH Plugins 3281
-
Informational
Description of problem:
The scorecard plugin - jira moduie uses the "latest" jira api. This might result in a breaking plugin if the api changes. I think we should switch this to a specific api version that is tested.
rh-ee-imykhno noticed
The apiVersion are taken for Cloud and Data Center solution in the same way. Using latest in request give ability not to know which version using, it will taken automatically, however for:
- Cloud the latest is 3
- DataCenter the latest is 2 (doc)
Actual results:
API calls are using "latest" by default.
Expected results:
Cloud and Data Center calls should use the right stable versions.
- For Jira Cloud is verions 3
- For Jira Data Center is version 2