cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
125 stars 22 forks source link

Add ticket events #180

Closed sbrennan4 closed 4 months ago

sbrennan4 commented 6 months ago

Changes

Add ticket events.

Design doc: https://hackmd.io/9eTiXHu6RfedSuSwUMGTLw?both

Implements https://github.com/cdevents/spec/issues/164

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

e-backmark-ericsson commented 4 months ago

According to the schemas in this PR, the subject.content object has a required 'uri' field, but the examples provided in the PR don't have that. @sbrennan4 , please validate the examples towards the corresponding json schemas.

afrittoli commented 4 months ago

According to the schemas in this PR, the subject.content object has a required 'uri' field, but the examples provided in the PR don't have that. @sbrennan4 , please validate the examples towards the corresponding json schemas.

Thanks @e-backmark-ericsson - yeah, that's the reason for CI job failure

afrittoli commented 4 months ago

@sbrennan4 you'll need to add a few words to the custom dictionary as well:

afrittoli commented 4 months ago

@sbrennan4 could you please sign all the commits in the PR so this becomes mergeable?