Add Worksheet Navigation Entry
- Go to Project Administration > Portal > Topics
- Select Default view
- Add there:
<topic id="worksheet"/>
Setup Team Work Item Type
- Go to Project Administration > Work Items > Types
- Setup a new work item type with ID "team"
- Setup custom fields for the Team work item
i.e. go to Project Administration > Work Items > Custom Fields - Create new configuration for type 'Team'
- Add multi-valued custom field members of type Enum:User
- Add custom field properties of type Text (multi line)
Adjustments
If you want to use other work items than those with type.id:team, or if you want to load the team items from other than current project, use following context property to override the default:
nextedy.team.query=project.id:{0} AND type:team
You can also change the name of the properties custom field by context property:
nextedy.team.key.properties=properties
Add Team Items
- Go to Project > Work Items > Team
- Create your teams by creating an item of type "team"
- Select team members by using custom field "members"
- Optionally setup team "properties"
nextedy.team.worksheet.assignments.rProject=0,8,8,2,2,2,0
nextedy.team.worksheet.items.query.1.label=Unresolved Team Tasks
nextedy.team.worksheet.items.query.1.pattern=assignee.id:{1} AND NOT HAS_VALUE:resolution
nextedy.team.worksheet.items.query.2.label=Resolved Team Tasks
nextedy.team.worksheet.items.query.2.pattern=assignee.id:{1} AND HAS_VALUE:resolution
nextedy.team.workRecordsItemsQuery=type:task
nextedy.team.eventItemsQuery=project.id:{2} AND type:(event) AND assignee.id:{1}
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article