REST API - Create TCT with Steps


Description


Below you can find REST endpoint for the Create Test Case Templates with Steps. Parameters should be passed in a JSON file.


Method: POST

URL: $jira_context/rest/api/2/issue

Parameters:

  • key (project)
  • issuetype (Test Case Template)
  • customfield_ID (ID number of Steps field)
  • isGroup (value: true or false)

    If the parameter is true, it is a group.
    If the parameter is false, then this is a step.

  • cells

    If the isGroup parameter is set to true then fill in the name of the group. This parameter accepts only one cell.
    If the isGroup parameter is set to false then fill the data for the row from the Steps field. The number of columns in the file has to be the same as Steps columns configuration from the project.


See the sample file with a structure (configuration of three columns in Steps) - tct_create_with_steps.json