So I created a custom column for my Agile board, and assigned it an "InProgress" type for the new state. This then gives it an "in progress" description when all the stories are collapsed.
Ideally I'd like the custom state to have it's own description "ready to deploy" description when all items collapsed so I can tell between active items and items that are completed and awaiting deployment.
I am thinking it has something to do with categories but I can't find anything to point me in the right direction.
TFS Agile task board collapsed
Thanks,
Angus.
Related
we have a JIRA dashboard with the following columns
To Do
In Progress
In Review
Done
When I click on a user I would like the scrum dashboard to display only the issues that are on the users plate, i.e
All the issues that the user has To Do
All the issues that the user has In Progress (stuff they are doing)
All the issues that the user has In Review (stuff they are reviewing)
All the issues that the user has Done (issues that the have been
completed and the user was involved with, i.e. they did the work,
they reviewed the work)
How can I create/amend the "In Review" and "Done" columns on the scrum board to show tickets that are on the user's plate.
I don't want to show stuff the user has moved into "In Review" or "Done".
Regards
When you click on the Group By Button you can group by assignee. Every task which is assigned to say Eric is then grouped in one section and every task assigned to tom is grouped in another section. (See image at the bottom)
I think you could also search for the user in the searchbox.
Also you can create filter.
[Edit] Click on the usericon next to the searchbox and tasks are filtered per assigned user.
In TFS 2015 we are using the Scrum process template. When I 'group by people' only the tasks are showing up on the board, but not the PBI's (product backlog items) or bugs.
How can I get the PBI's and Bugs that are assigned to my team to show up when I group the backlog by people? Is this possible?
You can't see User Story if you use "Group by: People".
But you can see bugs, you need to configure it according the picture:
Another option: you can install Query based boards extension, This extension allows you to visualize the result of work item queries on a board. The order by clauses of the query are respected on the board.
After installing the extension, navigate to the Work hub, and select Queries. When opening a query, a new tab called Board is available to visualize the results on a board.
Bugs could be added by default, the detail steps please follow the
official tutorial-- Show bugs on backlogs and boards
However, for PBIs, you need to do it by customizing your process
or team project, based on the process model you use. For details,
please refer this link: Add other work item types to your backlogs
or boards
we have a TFS with many tasks and want to see them on the TFS delivery plan, how can I do it?
in the delivery plan I can only see stories and bugs, but I'm more interested on tasks..
Generally, only the selected backlog level work items can be displayed in delivery plans. But Task is not in any of the backlog level categories (Epics-Microsoft.EpicCategory, Features-Microsoft.FeatureCategory, Stories-Microsoft.RequirementCategory).
So, to display Task in Delivery plans, you can try to add Task to Microsoft.RequirementCategory. You need to edit the Task WIT definition to support planning tools. See Add a WIT to track it like a requirement for details.
But it will conflict with the original/default behaviour of Task work item. So, if you insist on display Task in delevery plans you can try add a new type work item based on the existing Task wit, then custom it as needed.
I customized the Kanban board to include new columns. These columns are mapped to the existing states, (New, Active, Resolved, Complete).
My backlog shows only the states. Is there a way for the backlog to display the new columns and not the state to which they are mapped?
Thanks!
No, sorry, this is not a feature I have seen. If you really think it will be of value, your best place is the VS User Voice site.
Why is "Unassigned" the only option available from the TFS 2013 agile task board? Why don't I see a list of team members. I have assigned team members to the team project. Also, if I open the task to get at all of the details, the Assigned To field has a list of all the users I would expect to be able to select from the agile board view.
Here's a screenshot of the Agile board where I am trying to assign the task to someone, but only see "Unassigned." I also cannot type in the field.
In my experience, this was related to capacity. For each sprint, you can set the number of hours per day and days off per user. I found that if a user was given 0 hours capacity for the sprint, they would not appear in the drop-down on the task board.
I think you don't have right in order to access your members, i suggest you to access security section in your Web Portal, check your Group and permissions associated.
try with administator group which have all permissions
This is late to the party, but in my experience this is because the drop down from the task board item view only includes team members which already have assigned tasks on the board (unless you set capacity, as above). If you edit the task by double clicking on it you can assign whoever, and then that person will appear on the drop downs for all other tasks on the board.