atlassian-admin

Solid

Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked to add users to Jira, change Confluence permissions, configure access control, update admin settings, manage Atlassian groups, set up SSO, install marketplace apps, review security policies, or handle any org-wide Atlassian administration task.

AI & Automation 16,782 stars 2310 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Atlassian Administrator Expert ## Workflows ### User Provisioning 1. Create user account: `admin.atlassian.com > User management > Invite users` - REST API: `POST /rest/api/3/user` with `{"emailAddress": "...", "displayName": "...","products": [...]}` 2. Add to appropriate groups: `admin.atlassian.com > User management > Groups > [group] > Add members` 3. Assign product access (Jira, Confluence) via `admin.atlassian.com > Products > [product] > Access` 4. Configure default permissions per group scheme 5. Send welcome email with onboarding info 6. **NOTIFY**: Relevant team leads of new member 7. **VERIFY**: Confirm user appears active at `admin.atlassian.com/o/{orgId}/users` and can log in ### User Deprovisioning 1. **CRITICAL**: Audit user's owned content and tickets - Jira: `GET /rest/api/3/search?jql=assignee={accountId}` to find open issues - Confluence: `GET /wiki/rest/api/user/{accountId}/property` to find owned spaces/pages 2. Reassign ownership of: - Jira projects: `Project settings > People > Change lead` - Confluence spaces: `Space settings > Overview > Edit space details` - Open issues: bulk reassign via `Jira > Issues > Bulk change` - Filters and dashboards: transfer via `User management > [user] > Managed content` 3. Remove from all groups: `admin.atlassian.com > User management > [user] > Groups` 4. Revoke product access 5. Deactivate account: `admin.atlassian.com > User management > [user] > Deactivate` - REST API: `DELETE /rest/api/...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

jira-expert

Atlassian Jira expert for creating and managing projects, planning, product discovery, JQL queries, workflows, custom fields, automation, reporting, and all Jira features. Use for Jira project setup, configuration, advanced search, dashboard creation, workflow design, and technical Jira operations.

16,782 Updated 3 days ago
alirezarezvani
AI & Automation Solid

atlassian-templates

Atlassian Template and Files Creator/Modifier expert for creating, modifying, and managing Jira and Confluence templates, blueprints, custom layouts, reusable components, and standardized content structures. Use when building org-wide templates, custom blueprints, page layouts, and automated content generation.

16,782 Updated 3 days ago
alirezarezvani
API & Backend Solid

atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).

303 Updated 3 weeks ago
sanjay3290
AI & Automation Solid

confluence-expert

Atlassian Confluence expert for creating and managing spaces, knowledge bases, and documentation. Configures space permissions and hierarchies, creates page templates with macros, sets up documentation taxonomies, designs page layouts, and manages content governance. Use when users need to build or restructure a Confluence space, design page hierarchies with permission structures, author or standardise documentation templates, embed Jira reports in pages, run knowledge base audits, or establish documentation standards and collaborative workflows.

16,782 Updated 3 days ago
alirezarezvani
AI & Automation Listed

mkjira-admin

JIRA project / user / group / scheme / automation administration via the jira-as wrapper (11 sub-domains, ~65 verbs). Triggers: 'create JIRA project', 'list users', 'delete user USERNAME', 'list permission schemes', 'create group NAME'. Requires admin role. Destructive ops (project/user/group delete) require 2-step token confirmation. NOT for per-issue ops (mk:jira-issue / mk:jira-lifecycle); NOT for JSM admin (mk:jira-jsm).

14 Updated today
ngocsangyem