mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 14:57:06 +00:00
26 lines
795 B
JSON
26 lines
795 B
JSON
{
|
|
"config": {
|
|
"base_url": "https://dev.azure.com/INSERT_YOUR_ORG_HERE",
|
|
"auth_token": "INSERT_PAT_HERE",
|
|
"project": "INSERT_YOUR_PROJECT_HERE",
|
|
"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>",
|
|
"ado_fields": {
|
|
"System.AreaPath": "OneFuzz-Ado-Integration",
|
|
"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": {}
|
|
}
|
|
}
|
|
}
|