Projects
Get projects
Returns a list of Project objects.
Request parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X GET "http://integrations.browserstack.com/api/pm-tools/v1/projects?integration_key=jira&unique_user_id=steve@acme.com"
-
unique_user_id* String
Unique identifier for user e.g. email ID
-
integration_key* String
Name of the tool e.g.
jira
Response attributes 200
application/json
Response
{
"success": true,
"data": {
"total": 116,
"projects": [
{
"id": "10125",
"key": "AUP",
"label": "(Deprecated) April Uptime Project",
"icon": {
"48x48": "https://browserstack.atlassian.net/rest/api/3/universal_avatar/view/type/project/avatar/10419",
"24x24": "https://browserstack.atlassian.net/rest/api/3/universal_avatar/view/type/project/avatar/10419?size=small",
"16x16": "https://browserstack.atlassian.net/rest/api/3/universal_avatar/view/type/project/avatar/10419?size=xsmall",
"32x32": "https://browserstack.atlassian.net/rest/api/3/universal_avatar/view/type/project/avatar/10419?size=medium"
},
"ticket_types": [
{
"id": "10233",
"label": "Epic",
"icon": "https://browserstack.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10307?size=medium",
"sub_task": false
},
{
"id": "10234",
"label": "Subtask",
"icon": "https://browserstack.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10316?size=medium",
"sub_task": true
}
]
}
]
}
}
-
data Object
List of all integrations
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.