{"@context": "https://schema.org", "@type": "WebAPI", "name": "JIRA 7.6.1 API", "description": "JIRA 7.6.1, an HTTP API described by an OpenAPI document.", "provider": {"@type": "Organization", "name": "jira.local"}, "documentation": "https://docs.atlassian.com/jira/REST/server/jira-rest-plugin.wadl"}
Index / APIs / jira.local

JIRA 7.6.1 API

JIRA 7.6.1, an HTTP API described by an OpenAPI document.

Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.

Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.

base URLs: http://jira.local:8080/jira/rest

find it by capability: POST /search {"query":{"text":"..."}} returns these operations with their invocation detail. Connect any agent client.

JIRA 7.6.1 v1.0.0

JIRA 7.6.1, an HTTP API described by an OpenAPI document.

methodpathwhat the vendor says it does
GET/api/2/application-propertiesReturns an application property.
GET/api/2/application-properties/advanced-settingsReturns the properties that are displayed on the "General Configuration > Advanced Settings" page.
PUT/api/2/application-properties/{id}Modify an application property via PUT. The "value" field present in the PUT will override the existing value.
GET/api/2/applicationroleReturns all ApplicationRoles in the system. Will also return an ETag header containing a version hash of the
PUT/api/2/applicationroleUpdates the ApplicationRoles with the passed data if the version hash is the same as the server. Only the gro
GET/api/2/applicationrole/{key}Returns the ApplicationRole with passed key if it exists.
PUT/api/2/applicationrole/{key}Updates the ApplicationRole with the passed data. Only the groups and default groups setting of the role may
GET/api/2/attachment/metaReturns the meta information for an attachments, specifically if they are enabled and the maximum upload size
GET/api/2/attachment/{id}Returns the meta-data for an attachment, including the URI of the actual attached file.
DELETE/api/2/attachment/{id}Remove an attachment from an issue.
GET/api/2/attachment/{id}/expand/humanTries to expand an attachment. Output is human-readable and subject to change.
GET/api/2/attachment/{id}/expand/rawTries to expand an attachment. Output is raw and should be backwards-compatible through the course of time.
GET/api/2/auditing/recordReturns auditing records filtered using provided parameters
POST/api/2/auditing/recordStore a record in Audit Log
GET/api/2/avatar/{type}/systemReturns all system avatars of the given type.
POST/api/2/avatar/{type}/temporaryCreates temporary avatar
POST/api/2/avatar/{type}/temporaryCropUpdates the cropping instructions of the temporary avatar.
GET/api/2/comment/{commentId}/propertiesReturns the keys of all properties for the comment identified by the key or by the id.
GET/api/2/comment/{commentId}/properties/{propertyKey}Returns the value of the property with a given key from the comment identified by the key or by the id. The us
PUT/api/2/comment/{commentId}/properties/{propertyKey}Sets the value of the specified comment's property. You can use this resource to store a custom data agains
DELETE/api/2/comment/{commentId}/properties/{propertyKey}Removes the property from the comment identified by the key or by the id. Ths user removing the property is re
POST/api/2/componentCreate a component via POST.
GET/api/2/component/{id}Returns a project component.
PUT/api/2/component/{id}Modify a component via PUT. Any fields present in the PUT will override existing values. As a convenience, if
DELETE/api/2/component/{id}Delete a project component.
GET/api/2/component/{id}/relatedIssueCountsReturns counts of issues related to this component.
GET/api/2/configurationReturns the information if the optional features in JIRA are enabled or disabled. If the time tracking is enab
GET/api/2/customFieldOption/{id}Returns a full representation of the Custom Field Option that has the given id.
GET/api/2/dashboardReturns a list of all dashboards, optionally filtering them.
GET/api/2/dashboard/{dashboardId}/items/{itemId}/propertiesReturns the keys of all properties for the dashboard item identified by the id.
GET/api/2/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}Returns the value of the property with a given key from the dashboard item identified by the id. The user who
PUT/api/2/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}Sets the value of the specified dashboard item's property. You can use this resource to store a custom data
DELETE/api/2/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}Removes the property from the dashboard item identified by the key or by the id. Ths user removing the propert
GET/api/2/dashboard/{id}Returns a single dashboard.
GET/api/2/fieldReturns a list of all fields, both System and Custom
POST/api/2/fieldCreates a custom field using a definition (object encapsulating custom field data)
POST/api/2/filterCreates a new filter, and returns newly created filter. Currently sets permissions just using the users defau
GET/api/2/filter/defaultShareScopeReturns the default share scope of the logged-in user.
PUT/api/2/filter/defaultShareScopeSets the default share scope of the logged-in user. Available values are GLOBAL and PRIVATE.
GET/api/2/filter/favouriteReturns the favourite filters of the logged-in user.

and 160 more operation(s) in this specification, all searchable.

specification origin: https://docs.atlassian.com/jira/REST/server/jira-rest-plugin.wadl

nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.