We would like new items to end up last on the backlog. I updated the WIT field Backlog Priority in the first transition and set that to 2000000 but it was changed back to a lower number automatically (with a 2nd revision)
Anyway this can be accomplished?
TFS 2015 update 3 on prem.
Thanks!
Just as nschonni commented, new items will automatically appear at the last on backlog.
After you've got some items on your backlog, you can order them and create a prioritized list of work. Frequently reviewing and prioritizing your backlog can help your team know what's most important to deliver next.
Reorder your backlog by simply dragging work items. Or, if you prefer the keyboard, hold the Alt key and use the up and down arrows.
You should refrain from using the bulk modify function to change
the backlog priority of work items. While you can assign a value to
the Backlog Priority (Scrum) or Stack Rank (Agile and CMMI) fields,
you'll be assigning the same value to all items you've selected for
bulk edit. These fields are used by the system to track the relative
ranking of items on the product, feature, or epic backlogs.
Source Link
Update
When you use the quick add, the new crated item either in the top or bottom is based on the position of your mouse.
For example, if you put the mouse at the top, the new created item should also at the top. If you put the mouse at the bottom, then it will also appear at the bottom. More if you want the created at a specific position, you just need to move your mouse.
The select items should have a grey background.
Related
I am trying to use Areas to divide up work on a project, but the default backlogs in TFS 2017 don't show any items assigned to Areas that are not the default root Area.
Project
==Default Area
====Client 1 Sub-Area
======Epics, Stories, etc.
====Client 2 Sub-Area
======Epics, Stories, etc.
All of the items in the sub-areas disappeared from all Boards. Queries still work, but the view is list view only. I need to be able to show all of the team's work on one board, and even better if the Areas become swimlanes on the Board.
There does not appear to be a way to alter the query used by the Backlogs, nor is there a way to show a Board for custom queries. How can I show Items from all Areas on a Board?
Go to the team project Work setting page. click the blue words "click here".
In the team setting Area page, click "Select area(s)", then add those sub-areas. The selected area paths will determine what shows up on your team's backlog and what work items your team is responsible for.
In addition to TingTings answer:
Instead of selecting the sub areas one by one you can also use the context menu of the parent area to include all sub areas.
I have created multiple area paths for each module in our system.
When working in the Backlog I'd like to filter backlog items for one of the modules (Area Path). I could not figure out how to do that, so I simply added the Are Path field to the Backlog view and used the Filter for filtering on the requested module.
This worked, but when there are Tasks associated to the backlog item, they also show up in the Backlog, which quickly pollutes the view. Is there another way to either enable filtering on Area path or hiding Tasks from the backlog view?
The filter box in the (Product) Backlog view only works on keywords, unfortunately, and you can't exclude items. There is also a Tags filter. If you click the filter button, you can click the tags you want to include. This would require you to add a "backlog" tag to all the items you want to show (excluding tasks, of course) but, even though it works, it's not a great solution, because you have to manually add the tag to the work items you want to display.
If you're not tied to the Backlog view, you could switch over to the (Kanban) Board view. There is a more advanced filter there. Click "Board" at the top, then the filter button in the upper right, and then you can filter according to work item type and other values. This is probably what I would do.
The third option is to convert your view into a query by clicking Create Query at the top of the backlog (or just manually writing a new query). You can then edit the query to exclude Tasks. The advantage is that it's a lot easier to control what work items you see (or don't see), and how you see them. The disadvantage is that you lose the ability to drag-drop for stack ranking, and other backlog features.
Is there any view when I can change the item priorities in the scope of one sprint besides the product backlog view? It will be great to have such a possibility in sprint backlog view, however in that one I can only move items to another sprint using drag and drop, without changing the ordering (priority).
No. The iteration (sprint) backlog is intended to be a list of things the team is currently working on. Prioritization should have already occurred.
UPDATE:
With TFS 2012.3 and higher, items that are in a "Committed" state stay on the backlog. You can re-prioritize them there, and it will be reflected in your Sprint backlog.
Have a look here
https://blogs.msdn.microsoft.com/visualstudioalm/2014/07/08/where-is-the-field-on-the-work-item-form-to-order-the-backlog/
You need to go to backlog items view and you can right click on an item to choose between "move to top" or "move to position.."
When you select multiple nodes of a JvTreeView, and then try to drag these nodes, the JvTreeView selects the node you clicked to drag, rather than initiating dragging all the selected nodes. You end up dragging only this single node.
Is it possible to drag multiple nodes in a JvTreeView? I am using Delphi 2007.
UPDATE: Oddly enough, if I hold down CTRL+SHIFT when dragging the items, I can successfully drag them all. Any ideas?
Suppose MultiSelectStyle is the default [msControlSelect], then the answer to your question is 'you don't release the control key when you're selecting the last item and beginning dragging'.
The culprit is in TJvTreeView.WMLButtonDown in JvComCtrls.pas. Code there tests if 'Ctrl' is pressed when the TreeView is MultiSelect, and clears all items and selects the clicked item if 'Ctrl' is not pressed. It should instead test if the clicked item is already selected and do nothing if it is.
You can see the broken behavior without dragging. Multi select a few items and then click a selected item with the mouse. The VCL TreeView do not select or de-select anything, while the JVTreeView, instead, de-selects all items and selects the clicked one.
Yes absolutely, I do it all the time.
Of course Multi-Select needs to be True and you may need to have a look at the TTreeView's MultiSelectStyle. That controls what type of nodes can be selected at the same time. For example if msSiblingOnly is set to true, you can only select sibblings.
Are you using dmAutomatic or dmManual. If the latter, it could be that you are doing something in the OnMouse* events that is negating the multi-selection you made earlier.
I am trying to display items retrieved from an XML DB using xforms:select1 control using appearance=xxforms:tree. The items appear collapsed or expanded automatically and the behaviour is not the same for all the items retrieved. I have the following questions regarding xxforms:tree view:
how to make sure this view shows sub-nodes (those expandable/collapsable using +/- icon) as collapsed or expanded always, irrespective of, for example, the no. of nodes covered by the + icon?
how to render select1 with tree appearance without making any of the items hyperlinks?
how to make sure no item is highlighted/selected by default?
...and although the docs say xxforms:menu is also a possible appearance (URL http://www.orbeon.com/orbeon/doc/reference-xforms-extensions#tree), the details are not available...
About which branches of the tree should be open — By default all the nodes leading to selected nodes are open, this so the selected values are all visible. But you can change this default behavior and specify which nodes should be open using the xxforms:open attribute. For more on this, see the section "Controlling which tree nodes are initially open" on Selection Controls. Note that this feature was added in October 2010, so it is not included in Orbeon Forms 3.8, and until Orbeon Forms 3.9 is released, you'll need to get a nightly build for this.
About using links in the tree — At this point, the nodes you can click on in the select1 appearance="xxforms:tree control are rendered as links, so users know that this is something they can click on to make a selection. I assume that you don't want them to show as links because the tree might be "read-only" in your case (for information only, not to make a selection). This isn' supported at this point. As a workaround, you could use CSS to change the pointer and appearance of links in the tree so to users they don't even notice that this those are links.
About the menu appearance — It works very much like the tree appearance. See for instance this example using the menu.