How do I configure my Jira REST plugin to provide both the numerical verion and keyword LATEST?

Rich Scire August 10, 2017

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?

  • /grainger/1.0/grcall1/..
  • /grainger/LATEST/grcall1/...

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>

 

1 answer

0 votes
Aleksandr Zuevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 11, 2017

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/...

Suggest an answer

Log in or Sign up to answer