Bug Tracking
Applicable to software development and bug management projects, it aims to improve the efficiency of information synchronization during the process of defect identification, logging, and resolution.
Notify {product owner} to confirm the defect when {defects} are created by non-{product owner}
When a Git commit is created for a {pending} defect, change its status to {being fixed}
When a bug happening in {production environment} is defined as {blocker} or {critical}, change {priority} to {highest}
When a {bug} is still in {To Do} status 5 hours after it was created, remind the {assignee} again
When creating a Git commit with {fix} in the commit message, change the {bug} status to {Fixed}
When the status of a {bug} is modified from {Fixed} to {To Do} or {Returned}, tag it as {Returned}
Last updated