INPUT_OBJECT

CreateStepInput

Create Step input

link GraphQL Schema definition

1input CreateStepInput {
4
2# Action of the Step.
3action: String
7
5# Data of the Step.
6data: String
10
8# Result of the Step.
9result: String
13
11# Attachments of the Step.
12attachments: [AttachmentInput]
16
14# Custom Fields of the Step
15customFields: [CustomStepFieldInput]
19
17# The issue id of the test called by the step.
18callTestIssueId: String
20}