Skip to content

Commit 8fd7cd7

Browse files
committed
feat: add external_issue field to Run schema for linking external issues
1 parent 4eb8b2d commit 8fd7cd7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testops-api/v1/schemas/Run.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ properties:
110110
items:
111111
type: integer
112112
format: int64
113+
external_issue:
114+
type: object
115+
nullable: true
116+
properties:
117+
id:
118+
type: string
119+
type:
120+
type: string
121+
link:
122+
type: string
123+
format: uri

0 commit comments

Comments
 (0)