A VS Code extension designed to streamline ticket logging, focusing on immediate action and effi### Known Issues
- Large context fields with extensive formatting may impact performance
- URL validation currently supports standard Jira patterns (will expand based on feedback)
- Requires an active workspace folder to store logst information capture. Perfect for developers who need to maintain detailed logs of their work on Jira tickets and other project management systems. Each workspace maintains its own separate log storage for better project organization.
- Quick Ticket Addition: Input any Jira URL (e.g.,
https://iskaypet.atlassian.net/browse/CXO-1702) and automatically extract the ticket ID - Dedicated Containers: Each unique ticket ID gets its own container in the sidebar
- Smart URL Parsing: Supports various Jira URL formats and automatically extracts ticket IDs
- VS Code Native Forms: All forms follow VS Code's strict design guidelines for consistency
- Required Fields Validation: Ensures critical information is always captured
- Action Taken (Required): What you did (e.g., "Submitted PR #123 to #frontend-pr-reviews")
- Who Contacted/Involved (Optional): Names, channels, team members
- What was Requested/Outcome (Required): Concise summary of results
- Link (Optional): Direct URLs to Slack threads, PRs, documentation
- Context (Required): Rich text area for detailed notes, code snippets, media references
- Creation Timestamps: Each log preserves and displays its creation date/time (shown on hover and in edit view)
- Save Button Logic: Only enabled when required fields are filled and content has changed
- Change Detection: Prevents accidental saves without modifications
- Auto-placement: New logs default to the most recent ticket container
- Context-aware: When adding from a specific ticket, logs are placed there automatically
- Chronological Display: Logs shown newest to oldest for each ticket
- Export Options:
- CSV Export: Clean, spreadsheet-ready format with all log data including timestamps
- Copy as Table: Formatted markdown table with date/time columns
- Creation History: All exports include creation timestamps for accurate record-keeping
- Quick Access: "Go to Ticket" button opens original Jira URL in browser
- Edit & Delete: Full CRUD operations with confirmation dialogs
- Timestamp Preservation: Creation timestamps are preserved even when editing logs
- Keyboard Shortcuts:
Ctrl/Cmd + Sto save formsEscapeto cancel
- Tree View: Collapsible containers showing ticket IDs with log counts
- Persistent Storage: All data saved automatically and restored between sessions
- Focus Management: Smart focus handling for optimal workflow
- Clone this repository or download the source code
- Open in VS Code
- Run
npm installto install dependencies - Press
F5to launch Extension Development Host - The "Ticket Logs" view will appear in the Explorer sidebar
- Click the "+" button in the Ticket Logs view
- Paste your Jira ticket URL (e.g.,
https://company.atlassian.net/browse/PROJ-123) - The extension automatically extracts the ticket ID and creates a container
- Click "Add New Log" from the ticket container or use the command palette
- Fill in the required fields:
- Action Taken: Describe what you did
- Outcome: What was the result
- Context: Add detailed notes, code snippets, or references
- Optionally add:
- Who Contacted: Team members or channels involved
- Link: URLs to related resources
- Click Save (only enabled when form is valid and changed)
- View: Click any log entry to open it in edit mode
- Edit: Modify existing logs with the same validation rules
- Delete: Remove logs with confirmation prompts
- Export: Right-click ticket containers for export options
- Open Ticket: Quick access to original Jira ticket
| Command | Description |
|---|---|
Ticket Log: Add Ticket |
Add a new ticket from URL |
Ticket Log: Add New Log |
Create a new log entry |
Ticket Log: Refresh |
Refresh the tree view |
- VS Code version 1.100.0 or higher
- No external dependencies required
This extension does not contribute any VS Code settings. All configuration is handled through the intuitive UI.
- Logs are stored per workspace using VS Code's workspace state
- Each project maintains its own separate set of logs
- Data persists across VS Code sessions
- No external databases or cloud services required
- Large context fields with extensive formatting may impact performance
- URL validation currently supports standard Jira patterns (will expand based on feedback)
✨ Initial release with core features:
- Ticket management with auto-ID extraction
- Rich log entry forms with validation
- Export capabilities (CSV and table formats)
- Full CRUD operations for logs
- VS Code native styling and UX
- Persistent data storage
npm install
npm run compilenpm testnpm run package- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
This project is licensed under the MIT License.