Skip to content

Commit

Permalink
Merge pull request #889 from solidify/feature/rendered-repro-steps-in…
Browse files Browse the repository at this point in the history
…-config-samples

Sample configs use MapRendered for description for Bugs by default
  • Loading branch information
Alexander-Hjelm authored Oct 16, 2023
2 parents cac9794 + 60412b5 commit 0e55104
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/Samples/config-agile.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
{
"source": "description",
"target": "System.Description",
"not-for": "Bug",
"mapper": "MapRendered"
},
{
Expand Down Expand Up @@ -187,7 +188,8 @@
{
"source": "description",
"target": "Microsoft.VSTS.TCM.ReproSteps",
"for": "Bug"
"for": "Bug",
"mapper": "MapRendered"
},
{
"source": "environment",
Expand Down
4 changes: 3 additions & 1 deletion docs/Samples/config-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
{
"source": "description",
"target": "System.Description",
"not-for": "Bug",
"mapper": "MapRendered"
},
{
Expand Down Expand Up @@ -137,7 +138,8 @@
{
"source": "description",
"target": "Microsoft.VSTS.TCM.ReproSteps",
"for": "Bug"
"for": "Bug",
"mapper": "MapRendered"
}
]
}
Expand Down
6 changes: 4 additions & 2 deletions docs/Samples/config-cmmi.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@
{
"source": "description",
"target": "System.Description",
"not-for": "Bug",
"mapper": "MapRendered"
},
},
{
"source": "priority",
"target": "Microsoft.VSTS.Common.Priority",
Expand Down Expand Up @@ -283,7 +284,8 @@
{
"source": "description",
"target": "Microsoft.VSTS.TCM.ReproSteps",
"for": "Bug"
"for": "Bug",
"mapper": "MapRendered"
},
{
"source": "environment",
Expand Down
1 change: 1 addition & 0 deletions docs/Samples/config-scrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
{
"source": "description",
"target": "System.Description",
"not-for": "Bug",
"mapper": "MapRendered"
},
{
Expand Down

0 comments on commit 0e55104

Please sign in to comment.