- Add an attachment to an issue
- Get metadata for an attachment by ID
- Delete an attachment from an issue
- Get metadata for archive attachments (ZIP, TAR, etc.) — only works on archive file types
- Get global attachment settings for the Jira instance
- Get all boards visible to the user
- Get details of a specific board
- Get all issues for a board
- Get all issues in the backlog of a board
- Get board configuration including columns and status mappings
- Get all project categories
- Get details of a specific project category
- Create a new project category
- Update an existing project category
- Delete a project category
- Get the changelog history for an issue
- Get specific changelog entries for an issue by changelog IDs
- Get all comments for an issue
- Create a comment on an issue
- Get a specific comment on an issue
- Update a comment on an issue
- Delete a comment from an issue
- Get all components for specified projects
- Create a new component in a project
- Get details of a specific component
- Update an existing component
- Delete a component from a project
- Get all dashboards accessible to the user
- Search for dashboards with advanced filtering
- Get details of a specific dashboard
- Create a new dashboard
- Update an existing dashboard
- Delete a dashboard
- Copy an existing dashboard
- Get all fields (system and custom) in the Jira instance
- Search for fields with pagination and filtering
- Get all field configurations
- Get all filters accessible to the user
- Get details of a specific filter
- Create a new filter (saved search)
- Update an existing filter
- Delete a filter
- Add a filter to the current user's favourites
- Remove a filter from the current user's favourites
- Get all filters marked as favourites by the current user
- Get all filters owned by the current user
- Get all groups in the Jira instance
- Find groups matching a query for group picker
- Get members of a specific group
- Create a new group
- Delete a group
- Create a group member (add user to group)
- Delete a group member (remove user from group)
- Return the authenticated identity and auth type for the current Jira connection. Calls GET /rest/api/3/myself and maps name with a fallback chain (emailAddress, then displayName, then accountId — emailAddress can be omitted under GDPR/profile-visibility settings). Infers auth_type from the response `self` URL — Atlassian routes OAuth 2.0 calls through api.atlassian.com/ex/jira/{cloudId} and API Key (basic auth) calls through {tenant}.atlassian.net, so the host segment of `self` deterministically identifies the auth flow. The optional user field is populated inline with the authenticated user's full IamUser record so callers don't need a second roundtrip. Scopes are unmapped (UpstreamUnsupported — no scope introspection available).
- List every Jira group in the connected site, mapped to the StackOne IAM unified group schema. Returns up to 200 groups per call. Each entry surfaces the group's stable groupId, name, and a synthesized type ("group"). Useful for group inventory sync, populating permission pickers, and driving downstream membership lookups.
- Retrieve a single Jira group by groupId, mapped to the IAM unified group schema. Optionally pass expand=["users"] to inline up to 200 members in a single round-trip via /rest/api/3/group/member. Use to enrich a group reference held elsewhere or to fetch a group's member list on demand.
- Return the stable workspace-level IAM roles synthesized from Jira's accountType field (atlassian_user / app / customer / unknown). The role set is static, closed, and matches the role IDs embedded in IamUser.roles[] on this connector. Jira's two native role surfaces (application roles, project roles) are NOT used here because neither fits the global IAM list contract.
- Retrieve a single synthesized Jira IAM role by its stable key. Only "atlassian_user", "app", "customer", and "unknown" are valid — any other id is rejected by input validation with a 400 because the role namespace is closed (Jira's accountType-derived role set is fixed at four entries).
- List Atlassian accounts visible to the current Jira connection, mapped to the StackOne IAM unified user schema. Returns up to 200 users per call (Jira's /users endpoint uses page-number pagination without a cursor — full enumeration beyond 200 requires the non-unified get_all_users action with explicit startAt). Each entry surfaces accountId, displayName, emailAddress, accountType, and active status.
- Retrieve a single Atlassian account by accountId, mapped to the IAM unified user schema. Optionally pass expand=["groups"] to inline the user's group memberships in a single round-trip via /rest/api/3/user/groups. Designed for resolving a user reference into the unified shape and powering cross-action joins (e.g. user → groups, user → application roles).
- Get all available issue link types
- Get details of a specific issue link type
- Create a link between two issues
- Get details of a specific issue link
- Delete an issue link
- Create a new issue link type
- Update an existing issue link type
- Delete an issue link type
- Search for issues using the JQL endpoint with nextPageToken pagination
- Create a new issue in Jira
- Get details of a specific issue by ID or key
- Update an existing issue
- Delete an issue
- Assign an issue to a user
- Get all issue types in the Jira instance
- Get details of a specific issue type
- Get all labels used in the Jira instance
- Get permissions for the current user
- Get all available permission types
- Get permissions for multiple projects and issues in a single request
- Get all issue priorities with pagination and filtering
- Get details of a specific priority
- Get a paginated list of projects visible to the user
- Get details of a specific project
- Get all valid statuses for a project grouped by issue type
- Get all components for a project
- Get all versions for a project
- Get all issue types available for a project
- Create a new Jira project
- Update a project's details
- Delete a project
- Archive a project
- Restore a deleted project
- Get all project roles
- Get a project role by ID
- Create a new project role
- Delete a project role
- Get a project role and its actors (users/groups) for a specific project
- Create actors (users or groups) for a project role
- Get all remote links for an issue
- Get a specific remote issue link by ID
- Create a remote issue link
- Update a remote issue link by ID
- Delete a remote issue link by ID
- Delete a remote issue link by its global ID
- Get all issue resolutions
- Get details of a specific resolution
- Get information about the Jira instance
- Get details of the currently authenticated user
- Get all sprints for a board
- Get details of a specific sprint
- Create a new sprint
- Update an existing sprint
- Delete a sprint
- Get all issues in a sprint
- Move issues to a sprint
- Get all statuses in the Jira instance
- Get details of a specific status by ID or name
- Get available transitions for an issue
- Transition an issue to a different status
- Get a list of all users (active and inactive)
- Get details of a specific user by account ID
- Get the groups to which a user belongs
- Search for active users matching a query string
- Find users for user picker with highlighted query matches
- Find users who can be assigned issues in one or more projects
- Find users who can be assigned to a specific issue
- Find users who have a set of permissions for a project or issue
- Find users who have permission to browse issues in a project or specific issue
- Create a new project version
- Get details of a specific version
- Update an existing version
- Delete a project version
- Get vote information for an issue
- Add a vote to an issue for the current user
- Remove a vote from an issue for the current user
- Get the list of watchers for an issue
- Add a user as a watcher to an issue
- Remove a user as a watcher from an issue
- Search for workflows in Jira
- Get all workflow schemes
- Get a workflow scheme by ID
- Get all worklogs for an issue
- Add a worklog entry to an issue
- Get a specific worklog entry from an issue
- Update a worklog entry on an issue
- Delete a worklog entry from an issue
No matching actions