Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create test scenario

POST /testscenario

Description

Create test scenario issue.


Parameters

TypeNameDescriptionRequiredSchemaDefault

BodyParameter

body

Test scenario object which needs to create.

true

907739261JiraCreateIssueDetails




Responses

HTTP CodeDescriptionSchema

200

Successful operation.

No Content

400

Returned if the given test scenario is invalid.

No Content

403

Returned if user does not have permission to create issue in JIRA.

No Content

404

Returned if the required request data is not provided.

No Content

500

Returned if there is some problem in creating test scenario.

No Content



Consumes

  • application/json


Produces

  • application/json


Tags

  • Test Scenario

...