terminal/build/Fuzz/notifications-ado.json
2021-06-23 14:13:02 -07:00

26 lines
921 B
JSON

{
"config": {
"base_url": "https://dev.azure.com/microsoft/os",
"auth_token": "INSERT_PAT_HERE",
"project": "OpenConsole",
"type": "Bug",
"unique_fields": [
"System.Title",
"System.AreaPath"
],
"comment": "<br> This is my call stack: <ul> {% for item in report.call_stack %} <li> {{ item }} </li> {% endfor %} </ul> Repro Command: <br> <pre> {{ repro_cmd }} </pre> <br> Scariness: <ul> <li> Score: {{scariness_score}} </li> <li> Description: {{scariness_description}} </li> </ul>",
"ado_fields": {
"System.AreaPath": "OS\\WDX\\DXP\\WinDev\\Terminal",
"System.Title": "{{report.task_id}}"
},
"on_duplicate": {
"increment": [],
"comment": "DUP {{report.input_sha256}} <br> Repro Command: <br> <pre> {{ repro_cmd }} </pre> ",
"set_state": {
"Resolved": "Active"
},
"ado_fields": {}
}
}
}