SupportTrack
Today
Items
Projects
Time
Logs
Timesheet
CTO Time
Reports
Overview
Meeting Notes
Activity Summary
PMDS Activity Summary
Time by Category
Time by Item
Normalized Tracking
Taxonomy
Automation
PMDS
Templates
Knowledge Base
Wiki
Organigram
Servers
URLs
Firewall Rules
--:--
MAD
NY
--:--
· IN
--:--
⏱️
No tasks running
⏹️
Wiki
Back
Edit page
iNeed Ticket Closing Procedure
Title
Slug
Status
Draft
Verified
Needs Review
Context
No context
AOM
CommsNet
DS
ESB
FSS
GIS
HR
ICC Training
IPPC
MediaNet
Mission Pin Code
OpsData
Organization
OSM
Sage
UA Maps
UA Notifications
UN Base
UN Dashboard
Unite Aware
UN Vector Tiles
Categories
Application Info
Documentation
General
Known Issue
Procedures
Tshoot
Topics
Azure
CommsNet
Compass
Databases
DD Boost FS
Disk Space
Files
Gateways
HeidiSQL
iNeed
Keepass
Linux
MariaDB
MongoDB
MySQL
Network
Organization
PostgresSQL
PowerBI
Remote Desktop Manager
Replication
Service Desk
Setup
UA Notifications
UN Base
UNICC
Updates
WHO
Windows
Markdown
# iNeed Ticket Closing Procedure iNeed is UNICC's official ticketing platform (web-based). ## Standard Closing Checklist For every completed task that has an iNeed WO or SR: 1. Find or create the iNeed ticket (WO or SR) 2. Add activity record with time spent 3. Add asset number (from context — see asset name table in README) 4. Close the ticket 5. Send required emails (if applicable) ## Asset Number The asset name = `contexts.asset_number` in Support Tracker for the relevant application. See README.md for full mapping table. Radius WOs → asset name: **Missions Radius Service** (context: Mission Pin Code) ## Daily Missing Asset Report Carlos receives a daily report showing WOs with missing assets (team-wide). He fills only his own WOs. ST query to find WOs with missing assets: ```sql SELECT i.description, sr.sr_number, wo.wo_number, sr.asset_added FROM work_orders wo JOIN service_requests sr ON wo.sr_id = sr.id JOIN items i ON sr.item_id = i.id WHERE sr.asset_added = false OR sr.asset_added IS NULL; ``` ## Future Automation Goal: automate via Playwright (iNeed is web-based, already tested with Comet browser). POC tracked in Mission Control tracker. ## WO Breach Rules - WOs must be updated at least **every 14 days** - WOs must be closed within **60 days** of opening - WOs are in breach when status = **in progress** - Best practice: set WO to **pending** as soon as you pick it up — stops breach clock - Always do for self-created tickets; optional for tickets created by others - **WO Breach Report** = weekly recurring task (Thursday) — review breach report, update at-risk WOs ## iNeed Activity Format Each activity: description of work done + hours + minutes worked.
Cancel
Save
Stop Timer
Activity comments