You can run this test to upgrade the JIRA's test XML. It basically goes through all of the XML (ZIP) files in your
func test (selenium test) XML directories as identified from your localtest.properties and upgrades them. It does
this by importing the data into JIRA and then exports it.
To upgrade your data simply setup JIRA for a regular func test run (i.e start the server and configure your
localtest.properties) and then run this test. If you run it from the jira-func-test module then it will upgrade the
func test xml. If you run it from the jira-selenium-test module then it will upgrade the selenium test xml.
You can add 'suppresscheck: upgrade' to the top level comment in an XML to stop it from being upgraded. This
is useful for XML data that is meant test upgrade tasks. It is also useful for upgrade tasks that have replacement
tokens and can only be imported using their associated tests.