Jira Flow › Get All Jira Issues By TestCaseID
Jira Flow
Get All Jira Issues By TestCaseID Get All Jira Issues By TestCaseID
Get All Jira Issues By TestCaseID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/jira/{test_case_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : [
{
"id" : "test_case_id" ,
"organization_id" : 33275539 ,
"created_at" : "2024-02-28T07:13:52Z" ,
"updated_at" : "2024-02-28T07:13:52Z" ,
"entity_id" : "entity_id" ,
"entity_type" : "test_case" ,
"project_id" : "project_id" ,
"jira_id" : "jira_id" ,
"jira_link" : "jira_link" ,
"created_by" : 862914 ,
"updated_by" : 862914 ,
"deleted_at" : null
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters test_case_id string required
Response 200▼
application/json OK
data object[]
▶ Hide child attributesdata. id string
Example: "test_case_id"
data. organization_id number
Example: 33275539
data. created_at string
Example: "2024-02-28T07:13:52Z"
data. updated_at string
Example: "2024-02-28T07:13:52Z"
data. entity_id string
Example: "entity_id"
data. entity_type string
Example: "test_case"
data. project_id string
Example: "project_id"
data. jira_id string
Example: "jira_id"
data. jira_link string
Example: "jira_link"
data. created_by number
Example: 862914
data. updated_by number
Example: 862914
Get All Jira Issues By TestCaseID curl -- request GET \
-- url "https://test-manager-api.lambdatest.com/api/v1/jira/{test_case_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"data" : [
{
"id" : "test_case_id" ,
"organization_id" : 33275539 ,
"created_at" : "2024-02-28T07:13:52Z" ,
"updated_at" : "2024-02-28T07:13:52Z" ,
"entity_id" : "entity_id" ,
"entity_type" : "test_case" ,
"project_id" : "project_id" ,
"jira_id" : "jira_id" ,
"jira_link" : "jira_link" ,
"created_by" : 862914 ,
"updated_by" : 862914 ,
"deleted_at" : null
}
]
}