Overview
Information
Permissions & Notes:
Make sure you have read the JIRA Integration Documentation in the Get Started, Integrations and Plugins Section before trying out the endpoint. There are specific steps and permissions needed to be able to see results from the endpoints in your AnswerHub instance.
A GET Retrieve All Project Keys request for all project keys for a JIRA ticket sent to https://apidocs.cloud.answerhub.com using a human-readable Username/Password (answerhub/test123) would look like this:
- cURL
curl
-u answerhub:test123
-H "Accept: application/json"
-H "Content-type: application/json"
-X GET "https://apidocs.cloud.answerhub.com/services/v2/jira/project.json"
curl
-u answerhub:test123
-H "Accept: application/json"
-H "Content-type: application/json"
-X GET "https://apidocs.cloud.answerhub.com/services/v2/jira/project.json"
The example response below is cut short due to the long length.
- JSON
[
{
"key": "DOC"
},
{
"key": "ANSUP"
},
{
"key": "DATA"
}
]
[
{
"key": "DOC"
},
{
"key": "ANSUP"
},
{
"key": "DATA"
}
]
Priyanka Bhotika
Comments