Skip to content

Work Items in Zymmr

Overview

A Work Item in Zymmr represents a fundamental unit of work within the project management system. It serves as the core component for:

  • Project planning and tracking
  • Task management and assignment
  • Progress monitoring
  • Team collaboration
  • Reporting and analytics

Core Components

Work Item Overview

Basic Information

#ComponentDescriptionUsage
1TitleConcise description of the workIdentifies the work item
2DescriptionDetailed scope and requirementsExplains the work needed
3Work Item KeyUnique identifier (e.g., AXI-3)References the work item
4Project NameAssociated project (e.g., AXIS)Groups related work items

Status and Priority

#ComponentDescriptionExamples
5Work Item TypeA categorization or classification of a work item or task within a projectTask, Bug, Story
6PriorityThe relative importance or urgency of a work item or taskHigh, Medium, Low
7StatusThe current state or progress of a work item or taskTo Do, In Progress, Done

People and Assignments

#ComponentDescriptionsPurpose
8Primary AssigneeMain person responsibleMain responsible
9Secondary AssigneeSupporting team memberSupporting member
10ReporterPerson who created the work itemCreator
18WatchersTeam members following progressFollowers

Time Tracking

#ComponentDescription
11Story PointsA unit of measurement used in Agile methodologies to estimate relative effort and complexity of work items. Rather than representing specific time units, story points allow teams to compare tasks based on their relative size - a 2-point story requires twice the effort of a 1-point story. Teams typically use a sequence like 1, 2, 3, 5, 8 to assign points, with larger numbers indicating proportionally more complex work.
12Estimate EffortThe projected time needed to complete a work item, typically expressed in hours or days. This initial estimate helps with sprint planning and resource allocation. Teams can update estimates as they gain more information about the work item.
13Logged TimeThe actual time recorded by team members for work performed on a work item, including development, testing, code review and other activities. Helps track real effort expended versus estimates. (view only)
14Remaining TimeThe time still needed to complete the work item, calculated by subtracting logged time from the initial estimate. Updates automatically as time is logged to help track progress. (view only)
15Auto EstimateAn AI-powered feature that suggests estimate effort based on historical project data. The system analyzes similar past work items, considering factors like complexity, type, and team velocity to provide data-driven initial estimates. Teams can accept or adjust these suggestions as needed.

Dates and Planning

#ComponentDescription
16Start DateThe planned or actual date when work begins on an item. Used for scheduling and timeline tracking.
17End DateThe target completion date for the work item. Helps teams plan deliverables and track deadlines.
-Actual Start DateThe date when work status changes from initial state (e.g., New -> In Progress) marking the real commencement of work. Helps track actual vs planned timelines.
-Completion DateThe date when work status changes to final state (e.g., Complete or Done), indicating all required work has been finished. Used for actual delivery tracking.

📅 Timeline Tracking

  • Start Date and End Date are used for planning purposes
  • Actual Start Date and Completion Date reflect real work progress
  • The difference between planned and actual dates helps in future estimations

Organization and Structure

#ComponentDescription
19TagsCustom labels that help categorize and filter work items. Useful for grouping related items across different projects or modules.
20Parent WorkItemEstablishes hierarchical relationships between work items. Helps organize complex features into manageable sub-tasks.
21Affects VersionsIndicates which versions or releases of a product are impacted by a specific issue, bug, feature request, or task.
22Fix VersionSpecifies in which version or release an issue has been or will be resolved. Helps track when specific issues will be addressed.
23ModulesLogical groupings of work items within a project. Helps organize work by functional area or component.
24MilestonesSignificant checkpoints or deliverables in the project timeline. Used to track major achievements and progress.

Collaboration Tools

#ComponentDescription
25CommentsThreaded discussions about the work item. Enables team communication and decision documentation.
26AttachmentsFiles, images, and documents related to the work item. Provides additional context and documentation.
27Related TasksLinks between work items showing dependencies or relationships. Helps track connected pieces of work.
28Activity LogChronological record of all changes and updates to the work item. Maintains complete history for auditing and tracking.

Version Control

#ComponentDescription
29Time LogDetailed record of time spent on work items. Tracks actual effort for reporting and future estimation.
30SprintThe time-boxed iteration period (usually 1-4 weeks) during which the team works to complete this work item. Shows sprint details like name, dates and progress tracking.
31Dev TabIntegration with development tools showing code changes, commits, and pull requests related to the work item.
32Bitbucket IntegrationDirect connection to source code management, enabling seamless tracking of code changes and development progress.

📚 Additional Resources

For a detailed visual guide to Work Items, visit our comprehensive Work Item documentation on Notion.

💡 Best Practices

  • Use clear, descriptive titles
  • Keep descriptions updated
  • Link related items
  • Track time regularly
  • Update status promptly

⚠️ Important Notes

  • Work item keys are permanent
  • Some fields are mandatory
  • History is automatically tracked
  • Permissions may limit access

Released under the MIT License.