schema_id |
Required |
The identifier of the XDS schema this message conforms to. The schema
needs to be sent before an activity referencing that schema is sent. |
schema_version |
Required |
The version of the referenced schema this message conforms to. |
event_time |
Required |
The identifier of this activity; this is used to collapse related
activities together. |
remote_id |
Required |
A string to summarize the work item. |
Stock Fields |
Optional |
|
The following field names are treated specially
by EventQ, allowing a developer to show specific data in our UI where it
can fit with our display patterns. All the fields are optional.
- associated_remote_id - Specify the singular ID or array of IDs
that your event should associate with, these IDs will be searched for in
the source chosen in the pipeline custom source and shown in the
Association section of the Details page.
- created_by - The username or email address of the person who took
the action. This is shown in the Details page.
- updated_by - The username or email address of the person who took
an action. This is shown in the Details page.
- summary - The main title of the event. Shown in bold at the top
of the Details page and also in the Activity Stream.
- description - Detailed description of the event. Shown in full in
the Details page, a truncated version is shown in the Activity Stream.
- status_name - The name of the current status. This is a text
field that is displayed in the Details page and Activity Stream. The value
should be representational of the current state of the activity and match
with the
- status_type. status_type - The type of status icon to show,
containing values of "open", "success", "failed",
each of which maps to a status icon displayed in the user interface.
- link_to - The link back to the event on the source system. It
take an array or single string. Array takes a URL along with the link
label to customize the display text in the user interface. If only a URL
string is passed without the label, the default label is "See More".
|
Custom Fields |
Optional |
These custom fields can only contain String data and will be displayed in
a key value list in the Details page. |