Skip to content

POST /api/orgs/{org}/projects/{prj}/repos/{repo}/tests/{sid}/issues

POST
/api/orgs/{org}/projects/{prj}/repos/{repo}/tests/{sid}/issues

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

org*
Typestring
Required
prj*
Typestring
Required
repo*
Typestring
Required
sid*
Typestring
Required

Request Body

application/json
JSON
[
{
"id": "string",
"testId": "string",
"issueId": "string",
"oid": "string",
"pid": "string",
"sid": 0,
"title": "string",
"notes": "string",
"environmentId": "string",
"assignedTo": "string",
"priorityId": "string",
"statusId": "string",
"severityId": "string",
"dueDate": "2022-03-10T12:15:50",
"closureDate": "2022-03-10T12:15:50",
"reopenCounter": 0,
"createdAt": "2022-03-10T12:15:50",
"createdBy": "string",
"updatedAt": "2022-03-10T12:15:50",
"updatedBy": "string"
}
]

Responses

OK
application/json

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI