REST API: Plan Tree
Get the plan tree for a test plan.
PARAMETERS
prjkey*
plan*
n
details
The project key.
The id of a testplan.
Set 1 to enable auto numbering for tree folders.
Set 1 to include teststeps in the result.
Create a folder under a specific parent folder of a plan tree.
PARAMETERS
prjKey*
id*
name*
description
The project key.
The id of the parent folder.
A name for the folder.
A description for the folder.
Delete a folder from a plan tree.
PARAMETERS
prjKey*
id*
The project key.
The id of the folder to delete.
Add an issue to a plan tree folder.
PARAMETERS
prjKey*
id*
issuekey*
The project key.
The id of the destination folder.
The key of the issue to add.
Remove an issue from a plan tree folder.
PARAMETERS
prjKey*
id*
issuekey*
The project key.
The id of the folder to remove the issue from.
The key of the issue to be removed.
Create a folder under the root folder of a plan tree.
PARAMETERS
prjKey*
plan*
name*
description
The project key.
The id of the plan to create the folder in.
A name for the folder.
A description for the folder.
Move an issue from one plan tree folder to another.
PARAMETERS
prjKey*
plan*
from
to
issuekey*
The project key.
The id of the plan containing the issue that should be moved.
The id of the source folder. (Default: root)
The id of the destination folder. (Default: root)
The key of the issue to be moved.
Remove an issue from the root folder of a plan tree.
PARAMETERS
prjKey*
plan*
issuekey*
The project key.
The id of the plan containing the issue that should be removed.
The key of the issue to be removed.