REST API: Definition Tree
Get the definition tree for a project.
PARAMETERS
prjkey*
n
details
The project key.
Set 1 to enable auto numbering for tree folders.
Set 1 to include test steps in result.
Create a child folder on root in the definition tree of a project.
PARAMETERS
prjKey*
name*
description
The project key.
A name for the folder.
A description for thefolder.
Create a folder under a specific parent folder in the definition tree of a project.
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 definition tree.
PARAMETERS
prjKey*
id*
The project key.
The id of the folder to delete.
Add an issue to a folder in a definition tree.
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 folder in a definition tree.
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.
Move an issue from one definition tree folder to another.
PARAMETERS
prjKey*
from
to
issuekey*
The project key.
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 definition tree.
PARAMETERS
prjKey*
issuekey*
The project key.
The key of the issue to be removed.