When creating a Jira REST plugin, I would like to be able to use either the bversion number or the LATEST. How do I configure my plugin to provide both the numerical verion and keyword LATEST?
In the atlassian-plugin.xml file I have:
<rest name="Resource Units" i18n-name-key="resource-units.name" key="resource-units" path="/grainger" version="1.0">
<description key="resource-units.description">...</description>
</rest>
Hi Richard,
the version must follow the following pattern 'major[.minor][.micro][.classifier]'.
BTW the latest version of your API should be available at this URL: http://host:port/context/rest/grainger/latest/grcall1/...
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.