You can define the following properties in Administration > Configuration Properties or at the team level using Team Work Item:
Worksheet
- nextedy.team.key.members=members
The name of the custom field of team work item that holds the team members definition. - nextedy.team.workRecordsItemsQuery=project.id:{1}
A query pattern for work records, this defines what work records are by default shown.
In addition to this query - the time (selected month) and the assignment (selected team) filters are applied.
The parameters are: {0} = team-id, {1} = project-id - nextedy.team.worksheet.assignments.USERID=null
The time assignment / allocation of the specific user.
The format is a comma-separated list of hours per day.
I.e. 0,8,8,8,8,8,0 means a standard 8 hours MON-FRI working week - nextedy.worksheet.workrecord.defaultType.id=null
The id of the WorkRecordType that should be assigned to new work records as default - nextedy.worksheet.workrecord.defaultType.color=lightblue
The color of the work record type with unspecified color in the enumeration definition. - nextedy.worksheet.workrecord.default.duration=2
The default duration for new work records. - nextedy.check.minOK=0.85
- nextedy.check.maxOK=1.1
If the day is occupied by less then minOK * capacity - it is YELLOW
If the day is occupied by less then maxOK * capacity - it is RED
Between it is green.
Work Item Collections
- nextedy.team.worksheet.items.query.0.label=null
- nextedy.team.worksheet.items.query.0.pattern=null
The system searches for 0..10 collection definition properties.
Label - holds the Name of the collection
Pattern - is a query string with following parameters:
The parameters are: {0} = team-id, {1} = assignee-list, {2} = project-id - nextedy.team.default.itemsQuery.label=Team Assignments
- nextedy.team.default.itemsQuery.pattern=assignee.id:{1}
If no "Work item collections" are defined, this is what is used as default collection.
Label - holds the Name of the collection
Pattern - is a query string with following parameters:
The parameters are: {0} = team-id, {1} = assignee-list, {2} = project-id
- nextedy.worksheet.sidebar_sorting=id
You can use standard Polarion sorting API-like schema, e.g.: ~priority id to sort first by PRIORITY (reverse order) and by ID
Events
- nextedy.team.eventItemsQuery=project.id:{2} AND type:event AND assignee.id:{1}
A query pattern for events, this defines what event items are by default shown.
The parameters are: {0} = team-id, {1} = assignee-list, {2} = project-id - nextedy.team.default.event.allocation=0
The float value between 0..1 that holds how much the event items by-default "eats" the time capacity - nextedy.worksheet.event.key.startDate=startDate
The key of event work item that holds start date - nextedy.worksheet.event.key.endDate=endDate
The key of event work item that holds end date - nextedy.worksheet.event.key.allocation=allocation
The key of event work item that holds allocation value
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