Draft tickets
Understanding and managing ticket drafts in the Thena platform
Ticket drafts provide a way to prepare and collaborate on tickets before they are officially created. This feature is particularly useful for complex tickets that require multiple edits or team input before being submitted.
Drafts can be either private (visible only to the creator) or public (visible to all team members), allowing for flexible collaboration while maintaining control over work in progress.
Understanding drafts
Draft types
Private drafts
• Visible only to the creator
• Perfect for personal work
• No team visibility
• Convert to public when ready
Public drafts
• Visible to all team members
• Enables collaboration
• Team can provide input
• Ready for group review
Draft lifecycle
Creation
- Start new draft
- Set visibility (private/public)
- Add initial content
- Save progress
Collaboration
- Share with team (if public)
- Gather feedback
- Make revisions
- Track changes
Finalization
- Review final content
- Validate required fields
- Get approvals if needed
- Prepare for submission
Submission
- Convert to actual ticket
- Assign appropriate team
- Set initial status
- Begin ticket lifecycle
Draft management
Core capabilities
API endpoints
Draft ticket
When creating a draft, use isPrivate: true
and draftScope: "personal"
for private drafts visible only to the creator. For team-wide visibility, set isPrivate: false
.
Available operations
Best practices
Draft creation
• Use clear titles
• Include key details
• Set appropriate visibility
• Use templates when available
Collaboration
• Share early for feedback
• Use clear comments
• Track major changes
• Set review expectations
Tips for effective draft management
Organization
- Use consistent naming
- Categorize appropriately
- Clean up old drafts
- Document decisions
Collaboration
- Share context early
- Request specific feedback
- Set review timelines
- Track feedback status
Quality control
- Review required fields
- Validate information
- Check attachments
- Test links and references