Skip to content

Commit 44f40ba

Browse files
committed
Add support for new Jira UID
1 parent c92c4d0 commit 44f40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-attestation-types/approval-jira-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"accountId": {
1212
"type": "string",
1313
"minLength": 1,
14-
"pattern": "^[a-zA-Z0-9]+$"
14+
"pattern": "^[a-zA-Z0-9]+$|^[0-9]{6}:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
1515
},
1616
"displayName": { "type": "string", "minLength": 1 },
1717
"emailAddress": { "type": "string"},

0 commit comments

Comments
 (0)