How to create a Sub-folder into the root folder/All Folders

For creating the Sub-folders into the All folders, use the parentId as -1. Follow the below steps for creating a subfolder into the Root folders/All Folders in QMetry for Jira v4.x.

  • Method: POST

  • URL: https://qtmcloud.qmetry.com/rest/api/latest/projects/10024/testcase-folders

URI Parameter:

ProjectId

Project Id of the project in which you want to create a Sub-folder

Headers:

Content-Type

application/json

apiKey

Open API key of the respective project

Body:

{ "folderName": "Sample Sub-folder", "parentId": -1 }