Comprehensive security architecture and practices we aim to maintain & protect your data.
The app is designed for no data storage and no data persistence.
Sessions expire after 15 minutes of inactivity. All data is promptly purged for inactive sessions.
HTTPS everywhere. Encrypted internal tokens. HTTP-only cookies prevent XSS.
Each user gets a cryptographically unique session. No cross-contamination between users.
💡 Recommended: Dedicated API Tokens
Create a dedicated Atlassian API token specifically for use with this tool. Revoke and recreate tokens regularly.
Why? Even if your browser session is compromised, the attacker only gets a limited-scope token that you can immediately revoke.
✅ What We Recommend
⚠️ Security Considerations