Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.87 KB

details.md

File metadata and controls

61 lines (48 loc) · 1.87 KB

Actions

View current work item links

3 links child links on form: Part 1, Part 2, Part 3

Add a child a work item

hover create child button enter title for child
Press Enter or exit focus to save. Press Esc or clear title to cancel.
child created

Rename the work item

Click options -> rename or select then F2
select Part 4 workitem renaming to 'renamed'
Press Enter or exit focus to save new title. Press Esc to cancel
renamed saved

Reorder linked work items

Shift + (⬆ / ⬇)
move renamed up 1

Delete linked work items

Click options -> delete or select then press Del
delete renamed

Unlink linked work items

Click options -> Unlink or select then press Ctrl + U
unlink Part 3
Then save the work item to confirm link removal

Why?

To make the functionality available on the board available in the work item form
Big feature work item on board with 2 child links: Part 1, Part 2

Configuration with Visual Studio Team Services

To configure where the board group is added click on the customize option from the work item form.
customize context image
Then drag the group where desired or hide it.
customize form

Configuration using process template

Navigate the process template xml. For each work item type to customize at the location

/WITD/WORKITEMTYPE/FORM/WebLayout/Extensions

add

<Extension Id="ottostreifel.links-group" />

Within the same Weblayout choose a Section element and add

<GroupContribution Label="Links" Id="ottostreifel.links-group.links-group"/>

Change Log

(03/20/18) 1.0.1 Initial release