Ticket projects API
A ticket project represents a project within an issue-tracking software that contains tickets. All tickets are tied to a ticket project, which is discovered using a set of credentials.
Supported request
Get a list of ticket projects: /ticket_projects/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for the ticket project. |
| string | Name of the ticket project. |
| string | URL for a ticket project. |
| string | Vendor type. |
| double | Unique identifier for a repository. |
| string | Unique identifier for a user that added the ticket project. |
| string | Date and time ticket project was created. |
| string | Date and time ticket project was updated. |
| string | Unique identifier for the integration. |
| string | Date and time project was last successfully updated. |
| string | Status of project. |
