I am new to using TFS.
I have created two epics (With features under them):
[Epic]Workflow 1
- [Feature]Screen A
- [Feature]Screen B
- [Feature]Screen C
[Epic]Workflow 2
- [Feature]Screen X
- [Feature]Screen B
- [Feature]Screen C
How can I "share" the features "Screen B" and "Screen C" between the two epics? Or how else to organise this hierarchy?
We cannot "Share" the features directly like the hierarchy you mentioned, because a work item can have only one Parent link.
As a workaround, you can create a copy of the Feature work items, then add parent link to another Epic.
For example in you scenario:
[Feature]Screen B
and[Feature]Screen C
Parent link
to[Epic]Workflow 1
for these copied FeaturesParent link
to[Epic]Workflow 2