Change Request

Get a Change Request (issue).

The Change Request object represents a change request record associated with either a Component or an Application. Arrays of Change Request objects are returned by accessing the requests property of an Application or Component object or the requests() method of an Application.

The following properties can be accessed for a Change Request object:

ID String The change request id.
name String The change request description.
status String The change request status.
api_url String A URL which - if passed to restful_get - will return an array containing the full details of the change request from the external change tracking system. Useful for getting more information than the ID / description / status combination which is stored in DeployHub.
html_url String A URL which will direct a browser to the page describing the change request in the external change tracking system.