Hi all,
I’m developing an add-on. I need to implement REST Plugin Module so that calls data I want to get.
So I’m doing brain storming to name for the path.
I know that JIRA REST api uses the following url form…‘http://host:port/context/rest/api-name/api-version/resource-name’.
And In the case of REST Module, I think that the general path is …‘http://host:port/jira/rest/aaa/bbb/ccc’
In my case, I’m using ‘jira/rest/permissionservice/1.0/check/permissions’ to check permissions.
If you implements the same REST endpoint, what do you think about the best url for this function?
I would appreciate that let me know your opinion, Thank you.