Reputation: 1088
I have problem to discover workaround to set default iteration for workitems what are created from Team Foundation Server 2015 Dashboard widget (on picture).
I have iterations (pic. 2) and my expectation is like this.: When Stakeholder come to web and create new work item. This work item should have iteration 'rectangle' (because this iteration is set in administration as default), but current behavior is that have iteration 'August' because this iteration is current. When i create work item from Work tab the behavior is correct and work item have iteration 'rectangle' and is ready to be ordered by user with license <> 'Stakeholder'.
How can I achieve my expectations ?
Thanks for help
Upvotes: 0
Views: 275
Reputation: 1088
I found solution:
Iterations have own id. And is possible to show them in column options in Backlog tab. When we have iteration id number we can include it in new work item template link:
http|https://<template-link>&%5BSystem.IterationId%5D=<iteration-id>
To generate template link use link in circle (visible only when work item is not already saved)
Reference links helped me:
Use work item templates to pre-populate fields
Areas and iterations field reference
Customize area and iteration paths
Upvotes: 1