Issues
Tools develop faults and equipment can break down. Managing these issues effectively is crucial to maintaining operational efficiency and ensuring the safety of users. ToolWorks provides a streamlined way to raise and manage issues, ensuring that problems are tracked and resolved efficiently.
- Security Rights
- Raise An Issue
- Manage Issues
- Advanced Issue Management
- Reports
- Notifications
- Copilot
- API
Issues can be raised for tools that are faulty, damaged, or require maintenance. Once an issue is raised, it can be tracked through its lifecycle until it is resolved. Issue go through the following statuses:
- Open: The issue has been reported.
- Resolved: The issue has been fixed.
- Closed: The issue is no longer being tracked.
ToolWorks supports the following status transitions:
- Open => Resolved
- Open => Closed
Security Rights
To raise and manage issues, users need to have the following security rights:
- Raise Issue: Allows users to report issues with tools.
- Manage Issues: Allows users to view, update, and resolve reported issues.
Raise an Issue
- Navigate to Tools [shift + t]
- Select the tool you want to report an issue for and
Add To Cart
- Click on
Raise Issue
button in the cart. - Fill in the issue details, including a title, description of the problem and any relevant photos.
- Click
Submit
to log the issue.
Alternatively, you can raise an issue directly from the tool details page by clicking on the Raise Issue
button.
On Mobile, you can also raise an issue by scanning the tool's barcode and clicking on the Raise Issue
button in the cart.
Manage Issues
- Navigate to Issues [shift + i]
- View the list of reported issues, filter by status, priority, tool or reported by user.
- Click on an issue to view details, add notes, update priority and change status.
Resolve Issue
- Navigate to Issues [shift + i]
- Select the issue you want to resolve.
- Update the status to
Resolved
and add any resolution notes. - Click
Save
to update the issue status.
Close An Issue
- Navigate to Issues [shift + i]
- Select the issue you want to close.
- Update the status to
Closed
and add any closing notes. - Click
Save
to update the issue status.
Advanced Issue Management
Users on Premium and Enterprise plans can take advantage of advanced issue management features that allow you to directly create maintenance tasks from issues.
- Navigate to Issues [shift + i]
- Select the issue you want to create a maintenance task for.
- Click on
Create Maintenance
button. - Fill in the maintenance task details and click
Schedule
to create the maintenance task.
Maintenance task will be created and linked to the issue. You can view and manage the maintenance task from the Maintenance tab. When the maintenance task is completed, it will automatically update the issue status to Resolved
.
Reports
ToolWorks provides "Issue" report to help you track and manage issues effectively. You can run the report to view open issues, resolved issues, and closed issues.
- Navigate to Reports [shift + r]
- Select the
Issue
report from the list of available reports. - Use the filters to customize the report based on status, priority, tool, or reported by user.
- Click
View
to generate the report. - Export the report to CSV for further analysis or sharing with your team.
Notifications
ToolWorks will send notifications to relevant users when an issue is raised, resolved, or closed. Notifications are sent based on the following rules:
- Open: Notify users with "Manage Issues" right for the store where the tool is located or was issued from. Admins are also notified.
- Resolved: Notify the user who raised the issue.
- Closed: Notify the user who raised the issue.
Copilot
ToolWorks Copilot can assist you in raising and managing issues. You can ask Copilot to help you to create new issues, or update the status of an issue or get details for an issue.
API
ToolWorks API allows you to programmatically get list of issues. Issues can be filtered by status, priority, tool or reported by user.
The Base URL for the issues API endpoints is:
https://my.toolworksapp.com/api/v1/issues
For more information, please refer to the ToolWorks API documentation.
Help