mirror of https://github.com/zulip/zulip.git
30 lines
594 B
JSON
30 lines
594 B
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
|
||
|
}
|
||
|
],
|
||
|
"pretext": "Build bla bla succeeded",
|
||
|
"mrkdwn_in": [
|
||
|
"pretext"
|
||
|
],
|
||
|
"fallback": "Build ConsumerAddressModule_20150407.2 succeeded"
|
||
|
}
|
||
|
]
|
||
|
}
|