...
In next section, I'll demonstrate an example, of authorization setup and REST API usage.
...
Setup and usage
Here I'm using the REST client mentionned above. Some commands are not mandatory when using a more advanced application that knows how to handle OAuth protocol.
...
Code Block | ||
---|---|---|
| ||
$ curl -X GET http://localhost:2990/jira/rest/satisfaction/1.0/project/evaluations/all/10000 RESPONSE IS[] |
Authorization
By default, users allowed to call the REST API are users having access to the target project. Whatever the authentication method used, if the user cannot see the project, he'll receive no answer for the REST API.
Contact
Should you have any questions about Ovyka Satisfaction for JIRA plugin, or should you encounter any problem using it, feel free to contact us by dropping an email to this address : contact@ovyka.com
...