CLI for different items creation and update
Hello everyone,
I am trying to automate the regression testing in my department using Python and Jenkins. All the test related items and environment specific files are kept in Integrity.
Long story short. The framework will need to be able to create all sorts of Integrity items whenever failures are detected during the testing cycle. This is to keep track of the activity performed for the root cause analysis involved.
Unfortunately, Google wasn't very helpful so here are my questions:
1. What would be the CLI command for creating an ALM_Open Point. Will such a command enable me to fill in all the required fields for this Open Point? If no, what would be the other commands involved?
2. Same for ALM_Build
3. Same for ALM_Delivery
4. Same for ALM_Task
5. Same for ALM_Action
6. Same for ALM_Change Request
7. What would be the CLI command for getting the project history? Here I'm interested in getting a list of all check points for a specific project.
8. What would be the CLI command for making a comparison between two checkpoints? Here I'm interested in getting the list of files that are different between the two check points.
Is there a document available to describe all the available command for automating Integrity interaction?
That's all people. For now. Thank you very much.

