DATA CENTER AND SERVER | CLOUD
Add/Move/Remove issues
Add an existing issue to the root folder
The following script will add an existing issue to the root folder. In this example, the script will add issue 'SC-196' to the root folder of the project 'SC'
Add an existing issue to a given folder
The following script will add an existing issue to a given folder. In this example, the script will add issue 'SC-196' to the folder '213' of the project 'SC'
Move an existing issue association to a new folder
The following script will move an issue from one tree folder to another one of the same project. In this example, the script will move issue 'SC-196' from folder '302' to '303'
Remove issue from root folder
The following script will remove an issue from the root folder of a given project. In this example, issue 'SC-196' will be remove from the project root
Remove an issue association from a given folder
The following script will remove an issue from a specified tree folder of a given project. In this example, the script will remove issue 'SC-196' on the folder with the id of '301'.