Return all tickets :type project: unicode
| Return type: | TicketResourceCollection |
|---|
Return ticket :type ticket_id: unicode
| Return type: | TicketResource |
|---|
Create a ticket :type data: TicketResource
| Return type: | TicketResource |
|---|
Modify a ticket
Delete a ticket
Type describing a ticket.
Data samples:
{
"project": "test_project",
"title": "Ticket incident"
}
<value>
<title>Ticket incident</title>
<project>test_project</project>
</value>
| Type: | unicode |
|---|
Id of the ticket.
| Type: | unicode |
|---|
Associated project of the ticket.
| Type: | date |
|---|
Start date.
| Type: | unicode |
|---|
Status.
| Type: | unicode |
|---|
Title of the ticket.
A list of Tickets.
Data samples:
{}
<value />