Taskee Documentation
Complete guide to using Taskee - the universal AI-powered task intelligence platform
Taskee User Guide
Welcome to Taskee! This comprehensive guide will help you get started and make the most of our AI-powered task management platform.
Table of Contents
- Introduction
- Getting Started
- Core Concepts
- Projects
- Adapters
- Tasks
- AI Features
- API Tokens
- CSV Import/Export
- Troubleshooting
- Best Practices
- FAQ
Introduction
What is Taskee?
Taskee is a universal AI-powered task intelligence platform that connects any task management tool (Jira, Linear, Asana, GitHub, CSV) with real-time AI analysis. It eliminates data silos, detects relationships across platforms, and prevents duplicate work.
Key Features
- Universal Adapter Layer: Connect to multiple task management platforms
- AI-Powered Intelligence: Detect relationships, duplicates, and patterns
- Real-Time Sync: Bidirectional synchronization with your tools
- Universal Document Format: Seamless conversion between formats
- Privacy-First: On-demand processing, no permanent storage
Getting Started
Creating an Account
- Visit the Taskee homepage
- Click "Get Started Free" or "Sign Up"
- Enter your email and create a password
- Verify your email address
- You're ready to go!
Your First Project
- After logging in, you'll see the dashboard
- Click "Create Project" button
- Enter a project name (e.g., "Engineering Tasks")
- Click "Create"
- Your project is now ready for adapter connections
Core Concepts
Projects
Projects are containers for your tasks. Each project can have multiple adapters connected, allowing you to aggregate tasks from different sources.
Adapters
Adapters are connectors to external task management systems. Taskee supports:
- Jira: Full OAuth 2.0 and API key support
- ClickUp: OAuth integration
- CSV: Import/export functionality
- More adapters coming soon!
Tasks
Tasks are the core unit of work. They can be imported from adapters, created manually, or generated by AI.
Universal Document Format (UDF)
Taskee uses a proprietary Universal Document Format that enables seamless conversion between different task platform formats (Jira ADF, Markdown, HTML, etc.).
Projects
Creating a Project
- Navigate to Dashboard
- Click "Create Project"
- Enter project name
- Optionally select an adapter type
- Click "Create"
Managing Projects
- View Projects: All projects appear on your dashboard
- Edit Project: Click on a project to open it
- Delete Project: Use the project settings menu (⚠️ This action cannot be undone)
Project Settings
Each project can be configured with:
- Name and description
- Adapter connections
- Sync preferences
- Access permissions
Adapters
Connecting Jira
Taskee supports two methods for connecting to Jira:
Method 1: OAuth 2.0 (Recommended)
- In your project, click "Connect Adapter"
- Select "Jira"
- Choose "OAuth 2.0"
- Click "Authorize"
- You'll be redirected to Jira to authorize Taskee
- Grant permissions and return to Taskee
- Your Jira connection is now active!
Method 2: API Key
- In your project, click "Connect Adapter"
- Select "Jira"
- Choose "API Key"
- Enter your Jira domain (e.g.,
yourcompany.atlassian.net) - Enter your email address
- Enter your Jira API token (create one at Atlassian Account Settings)
- Click "Connect"
Connecting ClickUp
- In your project, click "Connect Adapter"
- Select "ClickUp"
- Click "Authorize with ClickUp"
- Grant permissions
- Your ClickUp connection is active!
CSV Adapter
The CSV adapter allows you to import tasks from CSV files:
- In your project, click "Connect Adapter"
- Select "CSV"
- Upload your CSV file
- Configure column mapping
- Import tasks
See the CSV Import Guide for detailed instructions.
Managing Adapters
- View Connected Adapters: See all adapters in the project settings
- Disconnect Adapter: Remove connection (tasks remain in Taskee)
- Reconnect: If connection expires, use the reconnect button
Tasks
Importing Tasks
- Open your project
- Click "Import Tasks"
- Select an adapter
- Choose tasks to import
- Click "Import"
Viewing Tasks
Tasks are displayed in a table view with:
- Title
- Status
- Priority
- Assignee
- Labels
- Last updated
Editing Tasks
- Click on a task to open the detail view
- Edit any field
- Changes are saved automatically
- If synced, changes will sync back to the source adapter
Task Status
Common statuses:
- To Do: Not started
- In Progress: Currently being worked on
- Done: Completed
- Blocked: Cannot proceed
Task Priority
Priority levels:
- Critical: Urgent, needs immediate attention
- High: Important, should be done soon
- Medium: Normal priority
- Low: Can be deferred
Syncing Tasks
Tasks can be synced back to their source adapter:
- Select one or more tasks
- Click "Sync to [Adapter]"
- Choose sync mode (Update or Create)
- Review changes
- Confirm sync
AI Features
Relationship Detection
Detect relationships between tasks across platforms:
- Select multiple tasks (2 or more)
- Click "Detect Relationships"
- AI analyzes tasks and identifies:
- Dependencies
- Duplicates
- Related work
- Patterns
AI Chat
Chat with AI about your tasks:
- Select one or more tasks
- Click "Chat with AI"
- Ask questions like:
- "What are the dependencies for these tasks?"
- "Are there any duplicates?"
- "What's the best order to complete these?"
- Get intelligent insights
AI Task Suggestions
Get AI-powered suggestions for:
- Task breakdown
- Subtask generation
- Priority recommendations
- Dependency identification
Prompt Execution
Execute custom AI prompts on selected tasks:
- Select tasks
- Click "Execute Prompt"
- Choose a prompt template or create custom
- Review results
API Tokens
Creating API Tokens
- Navigate to Settings → API Tokens
- Click "Create Token"
- Enter a name (e.g., "CI/CD Integration")
- Select scopes:
projects:read- Read projectsprojects:write- Create/update projectstasks:read- Read taskstasks:write- Create/update taskstasks:sync- Sync tasks to adapters
- Optionally set expiration
- Click "Create"
- Copy the token immediately (it won't be shown again)
Using API Tokens
Include the token in the Authorization header:
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://your-domain.com/api/v1/projects
Managing Tokens
- View Tokens: See all your tokens in the API Tokens page
- Revoke Token: Delete a token to revoke access
- Check Last Used: See when tokens were last used
See the Token Management Guide for more details.
CSV Import/Export
Importing from CSV
- Connect CSV adapter to your project
- Upload CSV file
- Configure settings:
- Delimiter (comma, semicolon, tab)
- Has header row
- Encoding
- Map columns to task fields
- Preview import
- Confirm import
Exporting to CSV
- In your project, select tasks
- Click "Export"
- Choose CSV format
- Download file
CSV Format
Required columns:
- Title: Task name (required)
Optional columns:
- Description
- Status
- Priority
- Assignee
- Labels
- Created date
- Updated date
See the CSV Import Guide for detailed format specifications.
Troubleshooting
Connection Issues
Problem: Cannot connect to Jira
- Solution: Check your API token is valid, or try OAuth 2.0
- Solution: Verify your Jira domain is correct
- Solution: Ensure you have necessary permissions in Jira
Problem: OAuth connection expired
- Solution: Click "Reconnect" in adapter settings
- Solution: Re-authorize the connection
Import Issues
Problem: Tasks not importing
- Solution: Check adapter connection is active
- Solution: Verify you have access to the tasks in the source system
- Solution: Check for rate limiting
Problem: CSV import fails
- Solution: Verify CSV format matches requirements
- Solution: Check column mapping is correct
- Solution: Ensure file encoding is UTF-8
Sync Issues
Problem: Changes not syncing back
- Solution: Verify adapter connection is active
- Solution: Check you have write permissions
- Solution: Review sync mode (Update vs Create)
AI Features
Problem: AI not responding
- Solution: Check your OpenAI API key is configured
- Solution: Verify you have API credits
- Solution: Try again after a moment
Best Practices
Organizing Projects
- One project per team: Keep projects focused
- Clear naming: Use descriptive project names
- Regular cleanup: Archive completed projects
Managing Tasks
- Keep titles concise: Clear, actionable titles
- Use descriptions: Add context in descriptions
- Set priorities: Help prioritize work
- Add labels: Categorize tasks for filtering
Using Adapters
- Use OAuth when possible: More secure and convenient
- Regular syncs: Keep data up to date
- Monitor connections: Check adapter status regularly
AI Features
- Select relevant tasks: Better results with focused selections
- Ask specific questions: More detailed questions get better answers
- Review suggestions: Always review AI suggestions before applying
Security
- Protect API tokens: Never share tokens publicly
- Use scoped tokens: Only grant necessary permissions
- Rotate tokens: Regularly update API tokens
- Review access: Periodically review who has access
FAQ
General
Q: Is Taskee free? A: Taskee offers a free tier with limited features. See pricing for details.
Q: What browsers are supported? A: Taskee works on all modern browsers (Chrome, Firefox, Safari, Edge).
Q: Is my data secure? A: Yes! Taskee uses industry-standard security practices. See our security documentation.
Adapters
Q: Can I connect multiple Jira instances? A: Yes, create separate projects for each Jira instance.
Q: Does Taskee store my task data? A: Taskee stores tasks you import, but adapters fetch data on-demand. See privacy documentation.
Q: What happens if I disconnect an adapter? A: Your imported tasks remain in Taskee, but sync will stop.
Tasks
Q: Can I edit tasks in Taskee? A: Yes! Edits can sync back to the source adapter if configured.
Q: How do I delete tasks? A: Select tasks and use the delete action. This may also delete from the source adapter.
Q: Can I create tasks in Taskee? A: Yes, you can create tasks directly in Taskee.
AI Features
Q: What AI model does Taskee use? A: Taskee uses OpenAI's GPT models for AI features.
Q: Is AI analysis accurate? A: AI provides suggestions and insights. Always review before making decisions.
Q: Can I customize AI prompts? A: Yes, you can create and execute custom prompts.
API
Q: Is there an API? A: Yes! See the API Documentation for details.
Q: What's the rate limit? A: Rate limits vary by plan. Check your plan details.
Q: Can I use webhooks? A: Webhooks are coming soon!
Additional Resources
Support
Need help? Contact us:
- Email: support@taskee.dev
- Documentation: taskee.dev
- GitHub: github.com/taskee
Last Updated: November 2025