mirror of https://github.com/zulip/zulip.git
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"attachments": [
|
|
{
|
|
"color": "good",
|
|
"fields": [
|
|
{
|
|
"title": "Requested by",
|
|
"value": "Some user",
|
|
"short": true
|
|
},
|
|
{
|
|
"title": "Duration",
|
|
"value": "00:02:03",
|
|
"short": true
|
|
},
|
|
{
|
|
"title": "Build pipeline",
|
|
"value": "ConsumerAddressModule",
|
|
"short": true
|
|
},
|
|
{
|
|
"title": "Title with null value",
|
|
"value": null,
|
|
"short": true
|
|
},
|
|
{
|
|
"title": "Title without value",
|
|
"short": true
|
|
},
|
|
{
|
|
"title": null,
|
|
"value": "Value with null title",
|
|
"short": true
|
|
},
|
|
{
|
|
"value": "Value without title",
|
|
"short": true
|
|
},
|
|
{
|
|
"title": null,
|
|
"value": null,
|
|
"short": true
|
|
}
|
|
],
|
|
"pretext": "Build bla bla succeeded",
|
|
"mrkdwn_in": [
|
|
"pretext"
|
|
],
|
|
"fallback": "Build ConsumerAddressModule_20150407.2 succeeded"
|
|
}
|
|
]
|
|
}
|