Tagged Questions
Workitems are used for tracking work within TFS.
7
votes
1answer
693 views
Can I modify the default Check-in Action in TFS 2010?
When you associate a changeset with a workitem TFS defaults to resolving the workitem. I want to default to associating it.
I know in TFS 2008 you had to remove resolve check-in action using ...
4
votes
2answers
294 views
How to change upper/lower case in a TFS work item field definition (WIT)?
I have a weird problem with the configuration of TFS 2010 work items. It seems to be impossible to change the case of characters in the allowed values collection of a field e.g. change "Works for me" ...
3
votes
2answers
240 views
TFS 2010: How to produce a changelog (ie. list of work items) between two releases of the application using labels?
I'm looking for a way to automatically produce a changelog (actually a list of workitems) between two releases of my application. I have two versions of my application, v1 and v2, each is identified ...
3
votes
2answers
88 views
TFS 2010: Queries based on the elements of other queries?
is it possible to create new queries in TFS 2010 based on the result of another query?
For example, one (parent) query selects all work items located under a certain work item (lets say work item ...
3
votes
1answer
334 views
Linking work items to published tests in TFS 2010
Is there a way to add link to work item referencing published test result in TFS 2010?
What I wanna do:
Run tests in Visual Studio.
Publish results to some existing build.
Open some work item and ...
3
votes
1answer
400 views
Open TFS Work Item Attachment in Image Viewer not Web Browser
Is there a way to open an attachment for a TFS work item by double clicking on it (or rather just opening it from the IDE) in your computer's default image viewer, rather than opening it in a web ...
3
votes
1answer
661 views
TFS 2010 Workitem auto transition
How can I make work item to auto tansit from new to assigned state when I populate Assigned To field.
Ie. I have reported a bug so its state is new.
Now I populate (select from dropdown) the Assigned ...
3
votes
2answers
1k views
How can I modify a Work Item type to include additional information in TFS?
TFS2008. I'd like to track task points on a Task work item, but there isn't anywhere (other than the description) to record this. I'd like to add a dropdown with 0, 1, 2, 3, 5, 8, etc, so these task ...
2
votes
1answer
57 views
Restrict work item fields to specific users in TFS 2010
I am using TFS 2010 and I am customizing a work item type. I was wondering, if there is a way to restrict access to fields to users that are members of a group such as:
<FIELD name="Created By" ...
2
votes
1answer
64 views
Work Item state change rules in TFS - Any way to use “AND”s or “OR”s?
I have this state in a work item that can only be set if one of four other fields (dates) are filled in. It doesn't matter which one of the four, if at least one is filled then the state can be set.
...
2
votes
1answer
1k views
TFS Execute Custom Code on a Work Item Transition
I'd like TFS 2010 to run a bit of custom code whenever a particular workflow transition happens. Is that possible?
I've found documentation about Custom Actions, which seem to be actions that can ...
2
votes
3answers
590 views
work-item tracking tools with drag-n-drop stack-ranking?
I'm looking for a work-item-tracking/bug-tracking system (or JIRA plugin, or TFS plugin, or...) which makes it easy to stack-rank work items without having to manually assign priority values to each ...
2
votes
1answer
269 views
TFS2010 Query - Find Orphan Tasks?
I'm using the MSF Agile 5.0 project template.
I'm looking to modify the Product Backlog query to include tasks that have no parents. The query currently only shows User Stories.
I don't see a field ...
2
votes
3answers
518 views
A way to find out all affected files of a workItem or group of chgsets in TFS 2008?
I'm trying to figure out a way to find out which files were affected by a work item in TFS 2008.
I realize that this is a duplication of a question already asked by someone else here - ...
2
votes
1answer
593 views
Merging all changesets associated with a WorkItem in Team Foundation Server
We're trailing the use of the built in bug tracking, and have written some integration into our helpdesk software that allows for escalation via workitems.
One thing I haven't found out how to do, is ...
2
votes
1answer
760 views
Cannot get a list of valid users in TFS for AssignedTo field while creating new Workitems via API
Hi I am trying to create new workitems via the TFS API and this is the method I have used below to get a list of valid users who can be assigned workitems. Somehow, it gives me a null reference ...
2
votes
1answer
2k views
How do I select changesets to merge that are attached to work items?
I have a set of work items that are completed and I am ready to move their changes to our production branch. Is it possible to find the changesets that are attached to them and selectively merge them ...
1
vote
1answer
30 views
How to create a new field using IterationPath as data source
We want to extend the bug work item template with a new field called Found In Iteration. This field, what a surprise, should contains the iteration the bug was found in. But when I created the new ...
1
vote
2answers
50 views
Workitem state and reason
I can only select Active and Closed as state and Issue Resolved as reason when editing a workitem in VS2010. I have consulted the TFS Power Tools work item field explorer and it shows me a bunch of ...
1
vote
1answer
125 views
Automatically generate TFS Work Item(s) from Klocwork Insight run
we consider to use Klocwork Insight for code analysis in the near future and are just migrating our source to Team Foundation Server 2010.
Is it possible to tell Klocwork to create Work Items for ...
1
vote
1answer
79 views
CAB: Get service instance without having a reference to WorkItem
Is it possible to get an instance of a service without having a WorkItem context?
I have a some classes that need to access some services, and i'm wondering if it's possible to get those services ...
1
vote
1answer
325 views
Copying field values when creating a child Workitem in TFS?
We have a TFS team project using the Agile process template.
We have added a string field to the User Story and Task work item types.
This field is a dropdown bound to a global list.
When you create ...
1
vote
1answer
134 views
TFS Lock Work Items in State
Once work items in a particular workflow reach a "tested/resolved" end state, I don't want them to be editable. I could enter Field restrictions on the end state for every field that exists, but ...
1
vote
1answer
173 views
TFS - Is it possible to link a shelve to a work item? Automatically? (And more)
Hmm I think the question itself is pretty straight-forward...
In Team Foundation 2010, is it possible to link a shelveset to a work item in some way ?
If so, is it possible to automatically create ...
1
vote
2answers
629 views
TFS Work items: user in the “Assigned to” field is the only user who can update this work item
I am creating my own process template using process editor on Visual Studio 2010 & TFS 2010.
I want to modify work item type definition to achieve any of the following:
The work item can only ...
1
vote
2answers
415 views
tfs 2010 create work item on partially succeeded build
We just updated our TFS2008 to TFS2010. On the daily builds on TFS2008 I had made an extra functionality in the TFSBUILD.proj so that on Partially Succeeded builds, a work item was created.
So if a ...
1
vote
1answer
207 views
What syntax to query a custom work item field
I am using the Event Subscription Tool, which sits on top of the bissubscribe.exe tool to create some custom alerts. I need to query against some custom work item fields, but I'm not sure how to ...
1
vote
2answers
390 views
Populating <validuser/> field in WorkItem
I've created a new WorkItem named Project that contains a field named business owner which can be any domain user.
The field was created using the WorkItem XML syntax using the tag. I have a problem ...
1
vote
1answer
205 views
Setting MinimumSize Attribute for a Control in a TFS WorkItem
Tools used:
Visual Studio 2008 SP1
Team Explorer
Team Foundation Server Power Tools October 2008 Release.
Using the Process Editor in Visual Studio, I am attempting to set the MinimumSize ...
1
vote
4answers
4k views
How to retrieve a list of Changesets (or work items) that were checked-in between builds?
I need a list of changesets (or Work Items) that were made betweend builds (I can label builds if its necessary).
I need that list for our test team (and to publish 'changelist')
Is MSBuild task able ...
1
vote
1answer
79 views
Saving WorkItem - SaveFlags
in 2010 Beta 2 the new TFS SDK provides an overloaded method for WorkItem.Save(SaveFlags). SaveFlags is an enum with only 2 values: None and MergeLinks. Does anybody know what the MergeLinks option ...
1
vote
1answer
679 views
Transition workflows of a work item's states
I am developing a windows app that performs some common TFS tasks using the 2010 Beta 2 API (like creating new team projects, new work items, selective build, etc. ).
In the process of editing ...
1
vote
2answers
425 views
How to show associate workitem from code?
We develop some product using an internal design tool that stores information in XML files. To provide proper integration with TFS we've also coded a provider that tracks, in TFS, checkin and checkout ...
1
vote
1answer
781 views
How to get work items associated with a changeset id using tfs api?
Hi I need to get a list of work items that are associated with selected changesets programmatically. So far I have been able to get the changesets associated with a work item ID using the concept of ...
0
votes
2answers
26 views
When creating a new TFS workitem is it possible to configure a different default Itteration value?
Like many people we utilise the tree structure of each TFS project's Iteration field to organise the work items within that project. Typically we use it to track what iteration we are working in, so ...
0
votes
0answers
19 views
Graphical state transition diagram for bugs with bugzilla
I'm looking for something like tfs work items state transition diagrams but using bugzilla. Is there anything like that, maybe a third party tool or something else that include that feature?
You can ...
0
votes
1answer
29 views
TFS 2010 work item - how to manage link types
we use TFS 2010 and we have a VCR item with tabs for development tasks and another tab for design tasks.
I want to display only tasks with discipline = "Development" when opening the "link to" window, ...
0
votes
1answer
41 views
Customizing WIT in TFS 2010 Process Editor
Our Release Management process in TFS 2010 is based on branches. for this reason the default bug item form does not suffice our needs, In Bug item under system Info tab we have "found in build" which ...
0
votes
1answer
94 views
Query tfs workitems where user is assigned work item or linked work item (in 'tree of work items')
We are using the agile template, and have user story's with linked tasks.
Some user stories assigned to me and some tasks, for users stories, are assigned to me.
What I'm trying to get is all work ...
0
votes
3answers
98 views
TFS 2010: Set color of work item in a query result
is it in someway possible to change the color or appereance of work items in the result list of a query depending on a value of a field? Want to draw my work item titles red for bugs and green for ...
0
votes
2answers
236 views
TFS 2010 Queries for work item hierarchies with multiple levels
I've build up a hierarchical structure of all my work items with excel - all my work items are now organized in multiple levels.
User Story 1
|-- Task 1
| -- -- Sub Task 1
| -- -- -- Bug 1
| -- ...
0
votes
0answers
56 views
TFS 2010 WorkItem state machine check for duplicate
Is it possible in the TFS 2010 work item definition and its state machine to check for already existing / duplicate entry for new items? Particularly I want to make sure that only one work item with ...
0
votes
0answers
68 views
TFS2010 Cross Work Item Validation
I am trying to do extensive validation of work items in TFS2010. I understand that validation can be done using the out-of-box rules given by Microsoft, however I am looking to do more advanced ...
0
votes
1answer
40 views
TFS 2010: Multiselection in WorkItems is it possible and useable in the webfrontend?
is in TFS 2010 a multi selection control (listcontrol) available and if so is it useable in the web frontend ?
We have a customized form for test cases and would like to define multiple "verifier" ...
0
votes
1answer
23 views
Team Explorer 2008: Executing a query brings up a certain work item instead of a list of results
Strange problem I'm having here:
When I run a work item query in Team Explorer 2008, instead of getting a list of results as usual, I'm getting a single work item (always the same one, the query is ...
0
votes
1answer
142 views
How do I add a custom field to the TFS 2010 sharepoint work item templates?
The manager was some specific fields added to the standard TFS web parts.. I could just make a Sharepoint List but then it would not haev a relation to the TFS bug/Task list..
So is there a way to do ...
0
votes
2answers
291 views
Non-editable Work Item Type in TFS 2010
Is there any possibility to create a custom Work Item Type in TFS 2010 that is read-only after the first save?
We would like to implement a very simple code review solution based on a custom review ...
0
votes
1answer
344 views
TFS 2010 set bug work item severity after build failure
I'm experiencing a problem with the severity of the bug work items generated by me builds occasionally failing while using TFS 2010 (after checking in bad sources of course).
My boss has decided that ...
0
votes
1answer
70 views
Is it possible to create a link type in TFS 2010 to be specific what kind of work item is the target and what is the source
For example, I create level 1 2 3 three types of work items. then I want to customize a link type which only link level 1 to level 2, but can`t level 1 to level 3 directly. Is it possible? How?
0
votes
1answer
168 views
Adding CreatedOn column for changeset links in work item links tab
The links tab of a work item in TFS 2010 shows links to changesets associated with that work item.
The tab is generally designed to show links to other work items so, for a changeset, only the ...