Add atlassian-org-license-utilization CodeBundle#683
Open
rw-codebundle-agent[bot] wants to merge 1 commit into
Open
Add atlassian-org-license-utilization CodeBundle#683rw-codebundle-agent[bot] wants to merge 1 commit into
rw-codebundle-agent[bot] wants to merge 1 commit into
Conversation
…ring. Implements read-only Atlassian Organizations API reporting for license utilization, tier proximity, threshold alerts, and active-user trends with an in-repo SLI scoring API reachability, tier headroom, and utilization. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
atlassian-org-license-utilizationCodeBundle to monitor Atlassian Cloud organization license utilization across entitled products (Jira, Confluence, JSM, Loom, etc.)sli.robotscoring API reachability, tier headroom, and utilization health (0–1 aggregate score)Closes #119 (design-spec from parent #117).
API validation
GET /v1/orgs/{orgId}/users(access_billable,product_access.last_active)POST /v2/orgs/{orgId}/workspaces(usage/capacityfields)GET /v2/orgs/{orgId}/directoriesScorer
python -m scorer.score codebundles/atlassian-org-license-utilization→ 104/100 (pass)Test plan
.test/validate-atlassian-bundle-structure.sh)healthy_high_utilization,low_utilization_jira, andtier_proximity_confluencescenariosNotes
SLI_MAX_USER_PAGEScaps managed-account pagination during SLI for large orgsMade with Cursor