Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Panel | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Get all existing baselinesThe following script will get all existing baselines
|
...
Panel | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Get all baselines for a given projectThe following script will get all baselines for a given project. In this example, we will get all the baselines for the project Sand Castle 'SC'.
|
...
Panel | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create baseline on the projects root folderThe following script will create a new baseline on the project root folder. In this example, a new baseline will be created for the Sand Castle Release 4.2. The JSON response for the successful baseline creation will be printed.
|
...
Panel | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new baseline on a given folderThe following script will create a new baseline on a given folder. Returns the new baseline in case of success In this example, a new baseline will be created for the GUI Requirement Folder for its 1.0 release milestone. The JSON response for the successful baseline creation will be printed.
|
...