I want to expose the REST plugin as add-on to JIRA and then can access as "http://localhost:8080/jira/rest/<myrestresource>/<version>/<path>", but it is saying found dead link 404 not found.
I have use the @PublicApi for the POST method for my REST service plugin, but still unable to access .
Can some one suggest?