Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nickname55/a41b222da845020b6449667d545ef832 to your computer and use it in GitHub Desktop.
Save nickname55/a41b222da845020b6449667d545ef832 to your computer and use it in GitHub Desktop.
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "0076D7",
"summary": "Создана новая задача https://service-desk.com/browse/{{issueKey}}",
"sections": [{
"activityTitle": "Создана новая задача https://service-desk/browse/{{issueKey}}",
"activitySubtitle": "источник: Web-bot",
"facts": [{
"name": "Имя пользователя",
"value": "{{name_.parsed_answer}}"
}, {
"name": "email",
"value": "{{email.parsed_answer}}"
}, {
"name": "Описание",
"value": "{{ask_a_question_get_issue_description_.parsed_answer}}"
}],
"markdown": true
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment