Change Management and Release Management web services
You create and modify infrastructure change records by using the Change Management interface forms.
- When you create an infrastructure change, you can perform the following actions:
- Relate the change with an existing CI entry.
- Create a work information entry.
- When you modify an infrastructure change, you can also create a work information record.
Following is a list of the web service functions available for Change Management. These functions are described in the sections that follow.
Function | Description |
---|---|
Change_Submit_Service | Submits change requests with work information and associates the change with an existing CI. |
Change_Modify_Service | Modifies change requests with work information. |
Change_Query_Service/Change_QueryList_Service | Searches for a specific change ticket (Change_Query_Service) or set of change tickets (Change_QueryList_Service). |
Change_GetWorkInfoList | Retrieves a list of work info records for a list of changes. |
GetListOfRelatedChanges | Retrieves a list of related changes. |
You create, modify, and query release records using the Release Management interface forms. When you create a release, you can perform the following actions:
- Relate the release with an existing CI entry.
- Create a work information entry.
- Use an existing release template.
You can also manage Manifest Relationships by using the ReleaseManifestInterface form, which enables you to create, update, and remove these associations.
Following is a list of the web service functions available for Release Management. These functions are described in the sections that follow.
Function | Description |
---|---|
Release_Submit_Service | Submits release requests. |
Release_GetWorkInfoList | Retrieves a list of work info records for a list of releases. |
GetListOfRelatedReleases | Retrieves a list of related releases. |
Modifies and queries releases along with multiple relationships and work information entries. | |
Create Manifest | Creates Manifest associations. |
UpdateManifest | Updates Manifest associations. |
RemoveManifest | Removes Manifest associations. |
Create | Creates release relationship. |
Comments