Retrieve All Project Keys

/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 
-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.

[
  {
  	"key": "DOC"
	}, 
	{
  	"key": "ANSUP"
	},
	{
  	"key": "DATA"
	}
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!