TestKit plugin should be multi-JIRA version compatible

Issue #3 new
Michael Tokar created an issue

It would be great for plugins such as ServiceDesk and JIRA Agile if they could use one version of TestKit client/plugin, and have it work across multiple JIRA versions.

This can be achieved by using the "bridge pattern", and a policy of not removing deprecated methods in the clients. Features which have changed or fail should fall back to error responses instead of catastrophic failure.

In my initial attempt, I'll try to prove it can work for JIRA 6.1 and upwards.

Comments (0)

  1. Log in to comment