Bugzilla – Attachment 160270 Details for
Bug 35628
Add optional statuses to catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35628: Add status to ticket definition
Bug-35628-Add-status-to-ticket-definition.patch (text/plain), 1.37 KB, created by
Martin Renvoize (ashimema)
on 2023-12-22 17:39:12 UTC
(
hide
)
Description:
Bug 35628: Add status to ticket definition
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-22 17:39:12 UTC
Size:
1.37 KB
patch
obsolete
>From 92802c525911de9d98bde3393d3636fc91b438ad Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 15:58:11 +0000 >Subject: [PATCH] Bug 35628: Add status to ticket definition > >--- > api/v1/swagger/definitions/ticket.yaml | 6 ++++++ > api/v1/swagger/definitions/ticket_update.yaml | 5 +++++ > 2 files changed, 11 insertions(+) > >diff --git a/api/v1/swagger/definitions/ticket.yaml b/api/v1/swagger/definitions/ticket.yaml >index 57e4cfd54da..e588c99515e 100644 >--- a/api/v1/swagger/definitions/ticket.yaml >+++ b/api/v1/swagger/definitions/ticket.yaml >@@ -27,6 +27,12 @@ properties: > body: > type: string > description: Ticket details >+ status: >+ type: >+ - string >+ - "null" >+ description: Current status of the ticket >+ readOnly: true > reporter: > type: > - object >diff --git a/api/v1/swagger/definitions/ticket_update.yaml b/api/v1/swagger/definitions/ticket_update.yaml >index 8806ebe1f6e..7e956643123 100644 >--- a/api/v1/swagger/definitions/ticket_update.yaml >+++ b/api/v1/swagger/definitions/ticket_update.yaml >@@ -31,6 +31,11 @@ properties: > public: > type: boolean > description: Is this update intended to be sent to the patron >+ status: >+ type: >+ - string >+ - "null" >+ description: Status of the ticket after this update > additionalProperties: true > required: > - message >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35628
:
160255
|
160256
|
160257
|
160258
|
160259
|
160268
|
160269
|
160270
|
160271
|
160272
|
160273
|
160274
|
160286
|
160287
|
160288
|
160289
|
160290
|
160308
|
160309
|
160310
|
160311
|
160312
|
160313
|
160314
|
160315
|
160316
|
160317
|
160318
|
160319
|
160320
|
160329
|
160330
|
160331
|
160332
|
160333
|
160334
|
160335
|
160364
|
162500
|
164912
|
164913
|
164914
|
164915
|
164916
|
164917
|
164918
|
165551
|
165552
|
165553
|
165554
|
165555
|
165556
|
165557
|
165560
|
165561
|
165562
|
165563
|
165564
|
165599
|
165600
|
165601
|
165602
|
165603
|
165604
|
165605
|
165606
|
165607
|
165608
|
165622
|
165623
|
165624
|
165625
|
165626
|
165627
|
165628
|
165629
|
165630
|
165631
|
165770
|
165771
|
165772
|
165773
|
165774
|
165775
|
165776
|
165777
|
165778
|
165779