Stage Checklist

  • ✓ Research (.md file)
  • ✓ POC App
  • ✓ POC UI (templates)
  • ✓ Microservice
  • ✓ Containerized (Dockerfile)
  • ✓ Helm Chart
  • ✓ CI/CD Pipeline
  • ✓ Frontend Page
Download Research Download Implementation Guide

AI Research

Last researched: 2026-03-05

Refund Rules

Not yet researched

Credit Policies

Not yet researched

Contractual Terms

Not yet researched

Integration Complexity

Not rated

Technical Notes

Based on the research provided, here's my analysis of Bitbucket's refund rules, credit policies, and contractual terms: ```json { "refund_rules": "Atlassian typically offers pro-rated refunds for downgrades (reducing seats) but not for cancellations or unused time. Refunds generally require 30-day notice and are calculated from the next billing cycle. For Atlassian Cloud bundles, refund policies may be more restrictive since Bitbucket is part of a broader subscription. No specific refunds for unused build minutes or LFS storage overages.", "credit_policies": "Atlassian provides SLA credits for verified downtime exceeding 99.9% uptime commitment - typically 10-25% monthly credit for qualifying outages. Credits for service issues require support ticket documentation. No automatic credits for unused build minutes or storage. For Atlassian Cloud customers, credits may apply across the entire suite (Jira, Confluence, Bitbucket).", "contractual_terms": "Monthly subscriptions auto-renew with 30-day cancellation notice. Annual plans auto-renew for full year with 30-day notice before renewal. Price increases limited to once per year with 60-day advance notice. Seat increases take effect immediately, decreases at next billing cycle. For Enterprise/Data Center licenses, custom terms may include price protection periods and longer cancellation notice requirements.", "integration_complexity": 3, "technical_notes": "OAuth 2.0 or App Password authentication. Rate limit: 1,000 requests/hour per app. No native last_activity tracking - must derive from commits/PRs across all repositories. Requires scanning multiple endpoints (commits, PRs, pipelines) to build user activity profile. Workspace-based structure may require multiple API calls for organizations with multiple workspaces. For Atlassian Cloud customers, may need both Bitbucket API and Atlassian Admin API for complete user management data." } ```