Oswald
Oswald

Reputation: 1262

Defaultvalue for IterationPath in WorkitemType

I'm using TFS 2017 SP1

If I'm creating a new Bug in the queries tab, the Iteration Path is always set to the current iteration we're working on.

Is it possible to set the default value of the iteration path with the REST API of the TFS server?

There's unfortunatelly no example. It has to be in an area like this...

http://tfs:8080/tfs/<collection>/<project>/_apis/wit/fields/System.IterationPath

P.s.: I'm not able to edit the Project Template via the Power Tools. Is this normal for TFS 2017?

Upvotes: 0

Views: 189

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30372

You don't need the REST API, in TFS 2017 you can set the default iteration via web portal:

Team Settings (gear icon) >> Work >> Click the link "click here" behind the string "To access the default team's iteration settings". >> Iterations >> Default Iteration >> Change >> Select the iteration >> Set

enter image description here

Upvotes: 2

Related Questions