Atlassian makes breaking changes to their api at their whim. This project has tests to verify it still works with the CI version (pinned at a maximum as well for now)
To properly make this tool work out of the box, even for sluggish enterprises with an update pace that puts them behind the breaking changes this tool should support a range of versions, ensuring that all calls either get translated to their versioned implementation or display a proper error.
This would also need proper breaking change tracking and testing against all supported versions in the CI as well.
Atlassian makes breaking changes to their api at their whim. This project has tests to verify it still works with the CI version (pinned at a maximum as well for now)
To properly make this tool work out of the box, even for sluggish enterprises with an update pace that puts them behind the breaking changes this tool should support a range of versions, ensuring that all calls either get translated to their versioned implementation or display a proper error.
This would also need proper breaking change tracking and testing against all supported versions in the CI as well.