{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "medium",
"weight": "bolder",
"text": "[Category] Subject"
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "Image",
"style": "Person",
"url": "${creator.profileImage}",
"altText": "${creator.name}",
"size": "Small"
}
],
"width": "auto"
},
{
"type": "Column",
"items": [
{
"type": "TextBlock",
"weight": "Bolder",
"text": "UserDisplayName",
"wrap": true
},
{
"type": "TextBlock",
"spacing": "None",
"text": "Created {{DATE(${createdUtc},SHORT)}}",
"isSubtle": true,
"wrap": true
}
],
"width": "stretch"
}
]
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "Pirority",
"wrap": true,
"weight": "Bolder"
}
]
},
{
"type": "Column",
"width": "stretch"
}
]
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "TextBlock",
"text": "What is it?",
"wrap": true,
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "$(ItemName)",
"wrap": true,
"size": "Small"
}
]
}
]
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch",
"items": [
{
"type": "Container",
"items": [
{
"type": "Input.Text",
"placeholder": "Placeholder text",
"id": "1"
}
]
},
{
"type": "TextBlock",
"text": "What happened?",
"wrap": true,
"weight": "Bolder"
}
]
}
]
},
{
"type": "Input.Text",
"placeholder": "${description}",
"isMultiline": true,
"id": "DescriptionID"
},
{
"type": "Container"
},
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "stretch"
},
{
"type": "Column",
"width": "stretch"
}
]
}
],
"actions": [
{
"type": "Action.ShowCard",
"title": "Click to add attachment",
"card": {
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Sharepoint URL attachment",
"wrap": true
},
{
"type": "Input.Text",
"id": "attachmentURL",
"placeholder": "http://"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
},
"style": "positive"
}
],
"Body": [
{
"type": "Container",
"items": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Do you want to create an IT Ticket with above content?",
"wrap": true
}
]
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3"
}