Skip to content

include new incidentTicket endpoint #52

@Bertievh

Description

@Bertievh

A new end point in DailyJobs for incident ticket management needs to be added.
This includes
GET /api/dailyjobs/{uid}/incidentTickets which will always return a single instance as DailyJob only supports a single instance.
PUT /api/dailyjobs/{uid}/incidentTickets/{id} (id is always 1)
DELETE /api/dailyjobs/{uid}/incidentTickets/{id} (id is always 1)

please note that the POST function is missing and will be added later

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions