Blanthor
Blanthor

Reputation: 2700

How Can I Configure a vNext Build Definition in TFS 2015 to Create a Work Item on Build Failure?

I think that I have found some missing functionality that I enjoyed with TFS 2013 XAML builds, that being that a failed CI build would create a Bug work item and assign it to the developer. Is this feature missing in TFS 2015 vNext? I've been searching in all the build steps and have yet to find it. If it is missing should I be waiting for an upgrade, or scripting myself in PowerShell, or is there some other better answer?

Upvotes: 1

Views: 442

Answers (1)

DaveShaw
DaveShaw

Reputation: 52808

You can find it under "Options" (second tab) when editing the build definition:

Create work item on Failure

Upvotes: 2

Related Questions