Trying to show work item properties other than id and summary
How do I go about adding something other than the id (${id}) or summary (${summary}) to a wiki formatted page for a product backlog in RTC?
I'm trying to format a table with the work item's "planned for" and other attributes/properties of the work item.
Ideally I'd be looking at something like this:
|Work Item Id | Summary | Planned For | Owner |
| [[Work Item 12345|${id} | [[Work Item 12345|${summary}]] | [[Work Item 12345|${PlannedFor}]] | [[Work Item 12345|${Owner}]] |
While I'm at it, I'd like to know the child items too.
Where can I find the docs that list out those attributes/properties for RTC 2.0.0.2?
I'm trying to format a table with the work item's "planned for" and other attributes/properties of the work item.
Ideally I'd be looking at something like this:
|Work Item Id | Summary | Planned For | Owner |
| [[Work Item 12345|${id} | [[Work Item 12345|${summary}]] | [[Work Item 12345|${PlannedFor}]] | [[Work Item 12345|${Owner}]] |
While I'm at it, I'd like to know the child items too.
Where can I find the docs that list out those attributes/properties for RTC 2.0.0.2?