AI: Comments, Time Logs & Attachments
Beyond creating and updating work items, your AI assistant can handle the day-to-day collaboration details.
Beyond creating and updating work items, your AI assistant can handle the day-to-day collaboration details.
Comments
Add comments to any work item through the AI:
"Add a comment to WEB-42: Tested on Chrome and Firefox, both look good" "Comment on the login bug: Reproduced on iOS 17, screenshot attached"
Comments support @mentions using the format @[Name](user-id). The AI can look up team members and mention them properly.
Time Tracking
Log time spent on work items:
"Log 2 hours on WEB-42 for frontend implementation" "I spent 30 minutes on the login bug yesterday" "Show me the time logs for WEB-42"
The AI can:
- ⏱️ Log time — With hours, date (defaults to today), and an optional note
- 📊 View logs — See all entries with totals vs. estimated hours
- 🗑️ Delete entries — Remove your own time log entries
Time is logged in hours and supports decimals (0.25, 0.5, 1.5, etc.).
File Attachments
The AI can attach files to work items in two ways:
Small Files (Inline)
For small files, the AI can include them directly in the request as base64-encoded data.
Large Files (Upload URL)
For larger files, the AI generates a one-time upload URL that's valid for 5 minutes. It provides a ready-to-use curl command:
curl -X POST -F "[email protected]" "https://mcp.dragonplanner.com/attachments/upload?token=..."You can also attach files when creating a work item — the AI handles both in one step.
Tips
- 💡 Comments posted by the AI appear under your name — the AI acts on your behalf.
- 💡 Time log entries also appear under your name with the date and note you specify.
- 💡 The upload URL expires after 5 minutes for security. Request a new one if it expires.
AI: Dashboard & Insights
Your AI assistant can pull project metrics and provide insights without you needing to open the dashboard.
AI: Prompt Cookbook
Ready-to-use prompts for working with Dragon Planner through your AI assistant. Copy any of these and paste them into your conversation. Swap out the placeho...