I've created several Jira REST plug-ins. I would like them all to be called with a URL starting with /grainger, e.g.
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>
However, whan I have more than one plugin described this way, they overwrite each other and only one is available at a time. How should I configure the plugin to do what I want?
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.