How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Atlassian Issue Security Schemes API

The Issue Security Schemes API from Atlassian — 12 operation(s) for issue security schemes.

Atlassian Issue Security Schemes API is one of 183 APIs that Atlassian publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 17 JSON Schema definitions.

Tagged areas include Issue Security Schemes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 17 JSON Schemas.

This API exposes 16 operations across 12 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 1001.0.0-SNAPSHOT-67b5c6e5f3598d7ec1649016d026468ab2838a77.

Requests are made against a single base URL, https://your-domain.atlassian.net.

16 operations 12 paths 25 schemas 3 DELETE6 GET1 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1001.0.0-SNAPSHOT-67b5c6e5f3598d7ec1649016d026468ab2838a77
Server
https://your-domain.atlassian.net
Authentication
OAuth 2.0, HTTP Basic
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Atlassian Issue Security Schemes API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 183 scopes. It accepts HTTP basic authentication (basicAuth).

  • OAuth2 — OAuth2 scopes for Jira
  • basicAuth — You can access this resource via basic auth.

Paths & Operations 16

Across 12 paths, the API surfaces 16 operations — 3 DELETE, 6 GET, 1 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

Issue Security Schemes 16
GET
/rest/api/3/issuesecurityschemes
Atlassian Get Issue Security Schemes
atlassianGetissuesecurityschemes → 200401403
POST
/rest/api/3/issuesecurityschemes
Atlassian Create Issue Security Scheme
atlassianCreateissuesecurityscheme body → 201400401403
GET
/rest/api/3/issuesecurityschemes/level
Atlassian Get Issue Security Levels
atlassianGetsecuritylevels 5 params → 200400401403
PUT
/rest/api/3/issuesecurityschemes/level/default
Atlassian Set Default Issue Security Levels
atlassianSetdefaultlevels body → 204400401403404
GET
/rest/api/3/issuesecurityschemes/level/member
Atlassian Get Issue Security Level Members
atlassianGetsecuritylevelmembers 6 params → 200400401403
GET
/rest/api/3/issuesecurityschemes/project
Atlassian Get Projects Using Issue Security Schemes
atlassianSearchprojectsusingsecurityschemes 4 params → 200400401403
PUT
/rest/api/3/issuesecurityschemes/project
Atlassian Associate Security Scheme To Project
atlassianAssociateschemestoprojects body → 303400401403404409
GET
/rest/api/3/issuesecurityschemes/search
Atlassian Search Issue Security Schemes
atlassianSearchsecurityschemes 4 params → 200400401403
GET
/rest/api/3/issuesecurityschemes/{id}
Atlassian Get Issue Security Scheme
atlassianGetissuesecurityscheme 1 param → 200401403
PUT
/rest/api/3/issuesecurityschemes/{id}
Atlassian Update Issue Security Scheme
atlassianUpdateissuesecurityscheme 1 param body → 204400401403404
DELETE
/rest/api/3/issuesecurityschemes/{schemeId}
Atlassian Delete Issue Security Scheme
atlassianDeletesecurityscheme 1 param → 204400401403404
PUT
/rest/api/3/issuesecurityschemes/{schemeId}/level
Atlassian Add Issue Security Levels
atlassianAddsecuritylevel 1 param body → 204400401403404
DELETE
/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}
Atlassian Remove Issue Security Level
atlassianRemovelevel 3 params → 303400401403404409
PUT
/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}
Atlassian Update Issue Security Level
atlassianUpdatesecuritylevel 2 params body → 204400401403404
PUT
/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member
Atlassian Add Issue Security Level Members
atlassianAddsecuritylevelmembers 2 params body → 204400401403404
DELETE
/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member/{memberId}
Atlassian Remove Member From Issue Security Level
atlassianRemovememberfromsecuritylevel 3 params → 204400401403404

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are TaskProgressBeanObject (13 properties), PageBeanIssueSecuritySchemeToProjectMapping (7 properties), PageBeanSecurityLevel (7 properties), PageBeanSecurityLevelMember (7 properties). Each schema is shown below with its type and property counts.

SecuritySchemeId
object
The ID of the issue security scheme.
1 property 1 required
DefaultLevelValue
object
Details of scheme and new default level.
2 properties 2 required
PageBeanSecurityLevelMember
object
A page of items.
7 properties
AddSecuritySchemeLevelsRequestBean
object
1 property
SecurityLevel
object
Details of an issue level security item.
6 properties
IssueSecuritySchemeToProjectMapping
object
Details about an project using security scheme mapping.
2 properties
UpdateIssueSecuritySchemeRequestBean
object
2 properties
ErrorCollection
object
Error messages from an operation.
3 properties
TaskProgressBeanObject
object
Details about a task.
13 properties 8 required
SecurityLevelMember
object
Issue security level member.
5 properties 4 required
SecuritySchemes
object
List of security schemes.
1 property
SetDefaultLevelsRequest
object
Details of new default levels.
1 property 1 required
PageBeanSecurityLevel
object
A page of items.
7 properties
SecurityScheme
object
Details about a security scheme.
6 properties
OldToNewSecurityLevelMappingsBean
object
2 properties 2 required
PermissionHolder
object
Details of a user, group, field, or project role that holds a permission. See [Holder object](../api-group-permission-schemes/holder-object) in Get all permiss…
4 properties 1 required
PageBeanIssueSecuritySchemeToProjectMapping
object
A page of items.
7 properties
CreateIssueSecuritySchemeDetails
object
Issue security scheme and it's details
3 properties 1 required
SecuritySchemeWithProjects
object
Details about an issue security scheme.
6 properties 3 required
SecuritySchemeMembersRequest
object
Details of issue security scheme level new members.
1 property 1 required
UpdateIssueSecurityLevelDetails
object
Details of issue security scheme level.
2 properties
SecuritySchemeLevelBean
object
4 properties 1 required
AssociateSecuritySchemeWithProjectDetails
object
Issue security scheme, project, and remapping details.
3 properties 2 required
SecuritySchemeLevelMemberBean
object
2 properties 1 required
PageBeanSecuritySchemeWithProjects
object
A page of items.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

atlassian-issue-security-schemes-api-openapi.yml Raw ↑

Other APIs Atlassian publishes across the network.

Atlassian Jira Software Backlog API
Atlassian Jira Software Board API
Atlassian Jira Software Epic API
Atlassian Jira Software Sprint API
Atlassian Jira Software Development Information API
Atlassian Jira Software Feature Flags API
Atlassian Jira Software Deployments API
Atlassian Jira Software Builds API
Atlassian Jira Software Remote Links API
Atlassian Jira Software Security Information API
Atlassian Jira Service Management Customer API
Atlassian Jira Service Management Info API
Where this information came from

This is an independent, third-party profile of Atlassian Issue Security Schemes API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.