Start a conversation

Retrieve All Project Keys

Overview


Information

/services/v2/jira/project.json

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.

Sample Request

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"

Expected Response: HTTP 200 - OK

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"
        }
]
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments