provider 619 operations
@utdk/jira
The Jira Cloud platform REST API
Generated UTDK provider client for The Jira Cloud platform REST API. Jira Cloud platform REST API documentation
Import sample
import jira from "@utdk/jira" Factory sample
import { createJiraClient } from "@utdk/jira" README
Embedded directly from the package source.
jira
Generated UTDK provider types and OpenAPI-backed client for https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json.
Operations
619 operations —
open try-it console
| Method | Operation ID | Path | Summary | |
|---|---|---|---|---|
| GET | getBanner | /rest/api/3/announcementBanner | Get announcement banner configuration | Try |
| PUT | setBanner | /rest/api/3/announcementBanner | Update announcement banner configuration | Try |
| POST | getCustomFieldsConfigurations | /rest/api/3/app/field/context/configuration/list | Bulk get custom field configurations | Try |
| POST | updateMultipleCustomFieldValues | /rest/api/3/app/field/value | Update custom fields | Try |
| GET | getCustomFieldConfiguration | /rest/api/3/app/field/{fieldIdOrKey}/context/configuration | Get custom field configurations | Try |
| PUT | updateCustomFieldConfiguration | /rest/api/3/app/field/{fieldIdOrKey}/context/configuration | Update custom field configurations | Try |
| PUT | updateCustomFieldValue | /rest/api/3/app/field/{fieldIdOrKey}/value | Update custom field value | Try |
| GET | getApplicationProperty | /rest/api/3/application-properties | Get application property | Try |
| GET | getAdvancedSettings | /rest/api/3/application-properties/advanced-settings | Get advanced settings | Try |
| PUT | setApplicationProperty | /rest/api/3/application-properties/{id} | Set application property | Try |
| GET | getAllApplicationRoles | /rest/api/3/applicationrole | Get all application roles | Try |
| GET | getApplicationRole | /rest/api/3/applicationrole/{key} | Get application role | Try |
| GET | getAttachmentContent | /rest/api/3/attachment/content/{id} | Get attachment content | Try |
| GET | getAttachmentMeta | /rest/api/3/attachment/meta | Get Jira attachment settings | Try |
| GET | getAttachmentThumbnail | /rest/api/3/attachment/thumbnail/{id} | Get attachment thumbnail | Try |
| GET | getAttachment | /rest/api/3/attachment/{id} | Get attachment metadata | Try |
| DELETE | removeAttachment | /rest/api/3/attachment/{id} | Delete attachment | Try |
| GET | expandAttachmentForHumans | /rest/api/3/attachment/{id}/expand/human | Get all metadata for an expanded attachment | Try |
| GET | expandAttachmentForMachines | /rest/api/3/attachment/{id}/expand/raw | Get contents metadata for an expanded attachment | Try |
| GET | getAuditRecords | /rest/api/3/auditing/record | Get audit records | Try |
| GET | getAllSystemAvatars | /rest/api/3/avatar/{type}/system | Get system avatars by type | Try |
| POST | submitBulkDelete | /rest/api/3/bulk/issues/delete | Bulk delete issues | Try |
| GET | getBulkEditableFields | /rest/api/3/bulk/issues/fields | Get bulk editable fields | Try |
| POST | submitBulkEdit | /rest/api/3/bulk/issues/fields | Bulk edit issues | Try |
| POST | submitBulkMove | /rest/api/3/bulk/issues/move | Bulk move issues | Try |
| GET | getAvailableTransitions | /rest/api/3/bulk/issues/transition | Get available transitions | Try |
| POST | submitBulkTransition | /rest/api/3/bulk/issues/transition | Bulk transition issue statuses | Try |
| POST | submitBulkUnwatch | /rest/api/3/bulk/issues/unwatch | Bulk unwatch issues | Try |
| POST | submitBulkWatch | /rest/api/3/bulk/issues/watch | Bulk watch issues | Try |
| GET | getBulkOperationProgress | /rest/api/3/bulk/queue/{taskId} | Get bulk issue operation progress | Try |
| POST | getBulkChangelogs | /rest/api/3/changelog/bulkfetch | Bulk fetch changelogs | Try |
| GET | getAllUserDataClassificationLevels | /rest/api/3/classification-levels | Get all classification levels | Try |
| POST | getCommentsByIds | /rest/api/3/comment/list | Get comments by IDs | Try |
| GET | getCommentPropertyKeys | /rest/api/3/comment/{commentId}/properties | Get comment property keys | Try |
| GET | getCommentProperty | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Get comment property | Try |
| PUT | setCommentProperty | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Set comment property | Try |
| DELETE | deleteCommentProperty | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Delete comment property | Try |
| GET | findComponentsForProjects | /rest/api/3/component | Find components for projects | Try |
| POST | createComponent | /rest/api/3/component | Create component | Try |
| GET | getComponent | /rest/api/3/component/{id} | Get component | Try |
| PUT | updateComponent | /rest/api/3/component/{id} | Update component | Try |
| DELETE | deleteComponent | /rest/api/3/component/{id} | Delete component | Try |
| GET | getComponentRelatedIssues | /rest/api/3/component/{id}/relatedIssueCounts | Get component issues count | Try |
| GET | getFieldAssociationSchemes | /rest/api/3/config/fieldschemes | Get field schemes | Try |
| POST | createFieldAssociationScheme | /rest/api/3/config/fieldschemes | Create field scheme | Try |
| PUT | updateFieldsAssociatedWithSchemes | /rest/api/3/config/fieldschemes/fields | Update fields associated with field schemes | Try |
| DELETE | removeFieldsAssociatedWithSchemes | /rest/api/3/config/fieldschemes/fields | Remove fields associated with field schemes | Try |
| PUT | updateFieldAssociationSchemeItemParameters | /rest/api/3/config/fieldschemes/fields/parameters | Update field parameters | Try |
| DELETE | removeFieldAssociationSchemeItemParameters | /rest/api/3/config/fieldschemes/fields/parameters | Remove field parameters | Try |
| GET | getProjectsWithFieldSchemes | /rest/api/3/config/fieldschemes/projects | Get projects with field schemes | Try |
| PUT | associateProjectsToFieldAssociationSchemes | /rest/api/3/config/fieldschemes/projects | Associate projects to field schemes | Try |
| GET | getFieldAssociationSchemeById | /rest/api/3/config/fieldschemes/{id} | Get field scheme | Try |
| PUT | updateFieldAssociationScheme | /rest/api/3/config/fieldschemes/{id} | Update field scheme | Try |
| DELETE | deleteFieldAssociationScheme | /rest/api/3/config/fieldschemes/{id} | Delete a field scheme | Try |
| POST | cloneFieldAssociationScheme | /rest/api/3/config/fieldschemes/{id}/clone | Clone field scheme | Try |
| GET | searchFieldAssociationSchemeFields | /rest/api/3/config/fieldschemes/{id}/fields | Search field scheme fields | Try |
| GET | getFieldAssociationSchemeItemParameters | /rest/api/3/config/fieldschemes/{id}/fields/{fieldId}/parameters | Get field parameters | Try |
| GET | searchFieldAssociationSchemeProjects | /rest/api/3/config/fieldschemes/{id}/projects | Search field scheme projects | Try |
| GET | getConfiguration | /rest/api/3/configuration | Get global settings | Try |
| GET | getSelectedTimeTrackingImplementation | /rest/api/3/configuration/timetracking | Get selected time tracking provider | Try |
| PUT | selectTimeTrackingImplementation | /rest/api/3/configuration/timetracking | Select time tracking provider | Try |
| GET | getAvailableTimeTrackingImplementations | /rest/api/3/configuration/timetracking/list | Get all time tracking providers | Try |
| GET | getSharedTimeTrackingConfiguration | /rest/api/3/configuration/timetracking/options | Get time tracking settings | Try |
| PUT | setSharedTimeTrackingConfiguration | /rest/api/3/configuration/timetracking/options | Set time tracking settings | Try |
| GET | getCustomFieldOption | /rest/api/3/customFieldOption/{id} | Get custom field option | Try |
| GET | getAllDashboards | /rest/api/3/dashboard | Get all dashboards | Try |
| POST | createDashboard | /rest/api/3/dashboard | Create dashboard | Try |
| PUT | bulkEditDashboards | /rest/api/3/dashboard/bulk/edit | Bulk edit dashboards | Try |
| GET | getAllAvailableDashboardGadgets | /rest/api/3/dashboard/gadgets | Get available gadgets | Try |
| GET | getDashboardsPaginated | /rest/api/3/dashboard/search | Search for dashboards | Try |
| GET | getAllGadgets | /rest/api/3/dashboard/{dashboardId}/gadget | Get gadgets | Try |
| POST | addGadget | /rest/api/3/dashboard/{dashboardId}/gadget | Add gadget to dashboard | Try |
| PUT | updateGadget | /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} | Update gadget on dashboard | Try |
| DELETE | removeGadget | /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} | Remove gadget from dashboard | Try |
| GET | getDashboardItemPropertyKeys | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties | Get dashboard item property keys | Try |
| GET | getDashboardItemProperty | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Get dashboard item property | Try |
| PUT | setDashboardItemProperty | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Set dashboard item property | Try |
| DELETE | deleteDashboardItemProperty | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Delete dashboard item property | Try |
| GET | getDashboard | /rest/api/3/dashboard/{id} | Get dashboard | Try |
| PUT | updateDashboard | /rest/api/3/dashboard/{id} | Update dashboard | Try |
| DELETE | deleteDashboard | /rest/api/3/dashboard/{id} | Delete dashboard | Try |
| POST | copyDashboard | /rest/api/3/dashboard/{id}/copy | Copy dashboard | Try |
| GET | getPolicy | /rest/api/3/data-policy | Get data policy for the workspace | Try |
| GET | getPolicies | /rest/api/3/data-policy/project | Get data policy for projects | Try |
| GET | getEvents | /rest/api/3/events | Get events | Try |
| POST | analyseExpression | /rest/api/3/expression/analyse | Analyse Jira expression | Try |
| POST | evaluateJiraExpression | /rest/api/3/expression/eval | Currently being removed. Evaluate Jira expression | Try |
| POST | evaluateJSISJiraExpression | /rest/api/3/expression/evaluate | Evaluate Jira expression using enhanced search API | Try |
| GET | getFields | /rest/api/3/field | Get fields | Try |
| POST | createCustomField | /rest/api/3/field | Create custom field | Try |
| PUT | createAssociations | /rest/api/3/field/association | Create associations | Try |
| DELETE | removeAssociations | /rest/api/3/field/association | Remove associations | Try |
| GET | getFieldsPaginated | /rest/api/3/field/search | Get fields paginated | Try |
| GET | getTrashedFieldsPaginated | /rest/api/3/field/search/trashed | Get fields in trash paginated | Try |
| PUT | updateCustomField | /rest/api/3/field/{fieldId} | Update custom field | Try |
| GET | getFieldProjectAssociations | /rest/api/3/field/{fieldId}/association/project | Get field project associations | Try |
| GET | getContextsForField | /rest/api/3/field/{fieldId}/context | Get custom field contexts | Try |
| POST | createCustomFieldContext | /rest/api/3/field/{fieldId}/context | Create custom field context | Try |
| GET | getDefaultValues | /rest/api/3/field/{fieldId}/context/defaultValue | Get custom field contexts default values | Try |
| PUT | setDefaultValues | /rest/api/3/field/{fieldId}/context/defaultValue | Set custom field contexts default values | Try |
| GET | getIssueTypeMappingsForContexts | /rest/api/3/field/{fieldId}/context/issuetypemapping | Get issue types for custom field context | Try |
| POST | getCustomFieldContextsForProjectsAndIssueTypes | /rest/api/3/field/{fieldId}/context/mapping | Get custom field contexts for projects and issue types | Try |
| GET | getProjectContextMapping | /rest/api/3/field/{fieldId}/context/projectmapping | Get project mappings for custom field context | Try |
| PUT | updateCustomFieldContext | /rest/api/3/field/{fieldId}/context/{contextId} | Update custom field context | Try |
| DELETE | deleteCustomFieldContext | /rest/api/3/field/{fieldId}/context/{contextId} | Delete custom field context | Try |
| PUT | addIssueTypesToContext | /rest/api/3/field/{fieldId}/context/{contextId}/issuetype | Add issue types to context | Try |
| POST | removeIssueTypesFromContext | /rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove | Remove issue types from context | Try |
| GET | getOptionsForContext | /rest/api/3/field/{fieldId}/context/{contextId}/option | Get custom field options (context) | Try |
| POST | createCustomFieldOption | /rest/api/3/field/{fieldId}/context/{contextId}/option | Create custom field options (context) | Try |
| PUT | updateCustomFieldOption | /rest/api/3/field/{fieldId}/context/{contextId}/option | Update custom field options (context) | Try |
| PUT | reorderCustomFieldOptions | /rest/api/3/field/{fieldId}/context/{contextId}/option/move | Reorder custom field options (context) | Try |
| DELETE | deleteCustomFieldOption | /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId} | Delete custom field options (context) | Try |
| DELETE | replaceCustomFieldOption | /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue | Replace custom field options | Try |
| PUT | assignProjectsToCustomFieldContext | /rest/api/3/field/{fieldId}/context/{contextId}/project | Assign custom field context to projects | Try |
| POST | removeCustomFieldContextFromProjects | /rest/api/3/field/{fieldId}/context/{contextId}/project/remove | Remove custom field context from projects | Try |
| GET | getContextsForFieldDeprecated | /rest/api/3/field/{fieldId}/contexts | Get contexts for a field | Try |
| GET | getScreensForField | /rest/api/3/field/{fieldId}/screens | Get screens for a field | Try |
| GET | getAllIssueFieldOptions | /rest/api/3/field/{fieldKey}/option | Get all issue field options | Try |
| POST | createIssueFieldOption | /rest/api/3/field/{fieldKey}/option | Create issue field option | Try |
| GET | getSelectableIssueFieldOptions | /rest/api/3/field/{fieldKey}/option/suggestions/edit | Get selectable issue field options | Try |
| GET | getVisibleIssueFieldOptions | /rest/api/3/field/{fieldKey}/option/suggestions/search | Get visible issue field options | Try |
| GET | getIssueFieldOption | /rest/api/3/field/{fieldKey}/option/{optionId} | Get issue field option | Try |
| PUT | updateIssueFieldOption | /rest/api/3/field/{fieldKey}/option/{optionId} | Update issue field option | Try |
| DELETE | deleteIssueFieldOption | /rest/api/3/field/{fieldKey}/option/{optionId} | Delete issue field option | Try |
| DELETE | replaceIssueFieldOption | /rest/api/3/field/{fieldKey}/option/{optionId}/issue | Replace issue field option | Try |
| DELETE | deleteCustomField | /rest/api/3/field/{id} | Delete custom field | Try |
| POST | restoreCustomField | /rest/api/3/field/{id}/restore | Restore custom field from trash | Try |
| POST | trashCustomField | /rest/api/3/field/{id}/trash | Move custom field to trash | Try |
| GET | getAllFieldConfigurations | /rest/api/3/fieldconfiguration | Get all field configurations | Try |
| POST | createFieldConfiguration | /rest/api/3/fieldconfiguration | Create field configuration | Try |
| PUT | updateFieldConfiguration | /rest/api/3/fieldconfiguration/{id} | Update field configuration | Try |
| DELETE | deleteFieldConfiguration | /rest/api/3/fieldconfiguration/{id} | Delete field configuration | Try |
| GET | getFieldConfigurationItems | /rest/api/3/fieldconfiguration/{id}/fields | Get field configuration items | Try |
| PUT | updateFieldConfigurationItems | /rest/api/3/fieldconfiguration/{id}/fields | Update field configuration items | Try |
| GET | getAllFieldConfigurationSchemes | /rest/api/3/fieldconfigurationscheme | Get all field configuration schemes | Try |
| POST | createFieldConfigurationScheme | /rest/api/3/fieldconfigurationscheme | Create field configuration scheme | Try |
| GET | getFieldConfigurationSchemeMappings | /rest/api/3/fieldconfigurationscheme/mapping | Get field configuration issue type items | Try |
| GET | getFieldConfigurationSchemeProjectMapping | /rest/api/3/fieldconfigurationscheme/project | Get field configuration schemes for projects | Try |
| PUT | assignFieldConfigurationSchemeToProject | /rest/api/3/fieldconfigurationscheme/project | Assign field configuration scheme to project | Try |
| PUT | updateFieldConfigurationScheme | /rest/api/3/fieldconfigurationscheme/{id} | Update field configuration scheme | Try |
| DELETE | deleteFieldConfigurationScheme | /rest/api/3/fieldconfigurationscheme/{id} | Delete field configuration scheme | Try |
| PUT | setFieldConfigurationSchemeMapping | /rest/api/3/fieldconfigurationscheme/{id}/mapping | Assign issue types to field configurations | Try |
| POST | removeIssueTypesFromGlobalFieldConfigurationScheme | /rest/api/3/fieldconfigurationscheme/{id}/mapping/delete | Remove issue types from field configuration scheme | Try |
| POST | createFilter | /rest/api/3/filter | Create filter | Try |
| GET | getDefaultShareScope | /rest/api/3/filter/defaultShareScope | Get default share scope | Try |
| PUT | setDefaultShareScope | /rest/api/3/filter/defaultShareScope | Set default share scope | Try |
| GET | getFavouriteFilters | /rest/api/3/filter/favourite | Get favorite filters | Try |
| GET | getMyFilters | /rest/api/3/filter/my | Get my filters | Try |
| GET | getFiltersPaginated | /rest/api/3/filter/search | Search for filters | Try |
| GET | getFilter | /rest/api/3/filter/{id} | Get filter | Try |
| PUT | updateFilter | /rest/api/3/filter/{id} | Update filter | Try |
| DELETE | deleteFilter | /rest/api/3/filter/{id} | Delete filter | Try |
| GET | getColumns | /rest/api/3/filter/{id}/columns | Get columns | Try |
| PUT | setColumns | /rest/api/3/filter/{id}/columns | Set columns | Try |
| DELETE | resetColumns | /rest/api/3/filter/{id}/columns | Reset columns | Try |
| PUT | setFavouriteForFilter | /rest/api/3/filter/{id}/favourite | Add filter as favorite | Try |
| DELETE | deleteFavouriteForFilter | /rest/api/3/filter/{id}/favourite | Remove filter as favorite | Try |
| PUT | changeFilterOwner | /rest/api/3/filter/{id}/owner | Change filter owner | Try |
| GET | getSharePermissions | /rest/api/3/filter/{id}/permission | Get share permissions | Try |
| POST | addSharePermission | /rest/api/3/filter/{id}/permission | Add share permission | Try |
| GET | getSharePermission | /rest/api/3/filter/{id}/permission/{permissionId} | Get share permission | Try |
| DELETE | deleteSharePermission | /rest/api/3/filter/{id}/permission/{permissionId} | Delete share permission | Try |
| POST | bulkPinUnpinProjectsAsync | /rest/api/3/forge/panel/action/bulk/async | Bulk pin or unpin issue panel to projects | Try |
| GET | getGroup | /rest/api/3/group | Get group | Try |
| POST | createGroup | /rest/api/3/group | Create group | Try |
| DELETE | removeGroup | /rest/api/3/group | Remove group | Try |
| GET | bulkGetGroups | /rest/api/3/group/bulk | Bulk get groups | Try |
| GET | getUsersFromGroup | /rest/api/3/group/member | Get users from group | Try |
| POST | addUserToGroup | /rest/api/3/group/user | Add user to group | Try |
| DELETE | removeUserFromGroup | /rest/api/3/group/user | Remove user from group | Try |
| GET | findGroups | /rest/api/3/groups/picker | Find groups | Try |
| GET | findUsersAndGroups | /rest/api/3/groupuserpicker | Find users and groups | Try |
| GET | getLicense | /rest/api/3/instance/license | Get license | Try |
| POST | createIssue | /rest/api/3/issue | Create issue | Try |
| POST | archiveIssuesAsync | /rest/api/3/issue/archive | Archive issue(s) by JQL | Try |
| PUT | archiveIssues | /rest/api/3/issue/archive | Archive issue(s) by issue ID/key | Try |
| POST | createIssues | /rest/api/3/issue/bulk | Bulk create issue | Try |
| POST | bulkFetchIssues | /rest/api/3/issue/bulkfetch | Bulk fetch issues | Try |
| GET | getCreateIssueMeta | /rest/api/3/issue/createmeta | Get create issue metadata | Try |
| GET | getCreateIssueMetaIssueTypes | /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes | Get create metadata issue types for a project | Try |
| GET | getCreateIssueMetaIssueTypeId | /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId} | Get create field metadata for a project and issue type id | Try |
| GET | getIssueLimitReport | /rest/api/3/issue/limit/report | Get issue limit report | Try |
| GET | getIssuePickerResource | /rest/api/3/issue/picker | Get issue picker suggestions | Try |
| POST | bulkSetIssuesPropertiesList | /rest/api/3/issue/properties | Bulk set issues properties by list | Try |
| POST | bulkSetIssuePropertiesByIssue | /rest/api/3/issue/properties/multi | Bulk set issue properties by issue | Try |
| PUT | bulkSetIssueProperty | /rest/api/3/issue/properties/{propertyKey} | Bulk set issue property | Try |
| DELETE | bulkDeleteIssueProperty | /rest/api/3/issue/properties/{propertyKey} | Bulk delete issue property | Try |
| PUT | unarchiveIssues | /rest/api/3/issue/unarchive | Unarchive issue(s) by issue keys/ID | Try |
| POST | getIsWatchingIssueBulk | /rest/api/3/issue/watching | Get is watching issue bulk | Try |
| GET | getIssue | /rest/api/3/issue/{issueIdOrKey} | Get issue | Try |
| PUT | editIssue | /rest/api/3/issue/{issueIdOrKey} | Edit issue | Try |
| DELETE | deleteIssue | /rest/api/3/issue/{issueIdOrKey} | Delete issue | Try |
| PUT | assignIssue | /rest/api/3/issue/{issueIdOrKey}/assignee | Assign issue | Try |
| POST | addAttachment | /rest/api/3/issue/{issueIdOrKey}/attachments | Add attachment | Try |
| GET | getChangeLogs | /rest/api/3/issue/{issueIdOrKey}/changelog | Get changelogs | Try |
| POST | getChangeLogsByIds | /rest/api/3/issue/{issueIdOrKey}/changelog/list | Get changelogs by IDs | Try |
| GET | getComments | /rest/api/3/issue/{issueIdOrKey}/comment | Get comments | Try |
| POST | addComment | /rest/api/3/issue/{issueIdOrKey}/comment | Add comment | Try |
| GET | getComment | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Get comment | Try |
| PUT | updateComment | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Update comment | Try |
| DELETE | deleteComment | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Delete comment | Try |
| GET | getEditIssueMeta | /rest/api/3/issue/{issueIdOrKey}/editmeta | Get edit issue metadata | Try |
| POST | notify | /rest/api/3/issue/{issueIdOrKey}/notify | Send notification for issue | Try |
| GET | getIssuePropertyKeys | /rest/api/3/issue/{issueIdOrKey}/properties | Get issue property keys | Try |
| GET | getIssueProperty | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Get issue property | Try |
| PUT | setIssueProperty | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Set issue property | Try |
| DELETE | deleteIssueProperty | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Delete issue property | Try |
| GET | getRemoteIssueLinks | /rest/api/3/issue/{issueIdOrKey}/remotelink | Get remote issue links | Try |
| POST | createOrUpdateRemoteIssueLink | /rest/api/3/issue/{issueIdOrKey}/remotelink | Create or update remote issue link | Try |
| DELETE | deleteRemoteIssueLinkByGlobalId | /rest/api/3/issue/{issueIdOrKey}/remotelink | Delete remote issue link by global ID | Try |
| GET | getRemoteIssueLinkById | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Get remote issue link by ID | Try |
| PUT | updateRemoteIssueLink | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Update remote issue link by ID | Try |
| DELETE | deleteRemoteIssueLinkById | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Delete remote issue link by ID | Try |
| GET | getTransitions | /rest/api/3/issue/{issueIdOrKey}/transitions | Get transitions | Try |
| POST | doTransition | /rest/api/3/issue/{issueIdOrKey}/transitions | Transition issue | Try |
| GET | getVotes | /rest/api/3/issue/{issueIdOrKey}/votes | Get votes | Try |
| POST | addVote | /rest/api/3/issue/{issueIdOrKey}/votes | Add vote | Try |
| DELETE | removeVote | /rest/api/3/issue/{issueIdOrKey}/votes | Delete vote | Try |
| GET | getIssueWatchers | /rest/api/3/issue/{issueIdOrKey}/watchers | Get issue watchers | Try |
| POST | addWatcher | /rest/api/3/issue/{issueIdOrKey}/watchers | Add watcher | Try |
| DELETE | removeWatcher | /rest/api/3/issue/{issueIdOrKey}/watchers | Delete watcher | Try |
| GET | getIssueWorklog | /rest/api/3/issue/{issueIdOrKey}/worklog | Get issue worklogs | Try |
| POST | addWorklog | /rest/api/3/issue/{issueIdOrKey}/worklog | Add worklog | Try |
| DELETE | bulkDeleteWorklogs | /rest/api/3/issue/{issueIdOrKey}/worklog | Bulk delete worklogs | Try |
| POST | bulkMoveWorklogs | /rest/api/3/issue/{issueIdOrKey}/worklog/move | Bulk move worklogs | Try |
| GET | getWorklog | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Get worklog | Try |
| PUT | updateWorklog | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Update worklog | Try |
| DELETE | deleteWorklog | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Delete worklog | Try |
| GET | getWorklogPropertyKeys | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties | Get worklog property keys | Try |
| GET | getWorklogProperty | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Get worklog property | Try |
| PUT | setWorklogProperty | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Set worklog property | Try |
| DELETE | deleteWorklogProperty | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Delete worklog property | Try |
| POST | linkIssues | /rest/api/3/issueLink | Create issue link | Try |
| GET | getIssueLink | /rest/api/3/issueLink/{linkId} | Get issue link | Try |
| DELETE | deleteIssueLink | /rest/api/3/issueLink/{linkId} | Delete issue link | Try |
| GET | getIssueLinkTypes | /rest/api/3/issueLinkType | Get issue link types | Try |
| POST | createIssueLinkType | /rest/api/3/issueLinkType | Create issue link type | Try |
| GET | getIssueLinkType | /rest/api/3/issueLinkType/{issueLinkTypeId} | Get issue link type | Try |
| PUT | updateIssueLinkType | /rest/api/3/issueLinkType/{issueLinkTypeId} | Update issue link type | Try |
| DELETE | deleteIssueLinkType | /rest/api/3/issueLinkType/{issueLinkTypeId} | Delete issue link type | Try |
| PUT | exportArchivedIssues | /rest/api/3/issues/archive/export | Export archived issue(s) | Try |
| GET | getIssueSecuritySchemes | /rest/api/3/issuesecurityschemes | Get issue security schemes | Try |
| POST | createIssueSecurityScheme | /rest/api/3/issuesecurityschemes | Create issue security scheme | Try |
| GET | getSecurityLevels | /rest/api/3/issuesecurityschemes/level | Get issue security levels | Try |
| PUT | setDefaultLevels | /rest/api/3/issuesecurityschemes/level/default | Set default issue security levels | Try |
| GET | getSecurityLevelMembers | /rest/api/3/issuesecurityschemes/level/member | Get issue security level members | Try |
| GET | searchProjectsUsingSecuritySchemes | /rest/api/3/issuesecurityschemes/project | Get projects using issue security schemes | Try |
| PUT | associateSchemesToProjects | /rest/api/3/issuesecurityschemes/project | Associate security scheme to project | Try |
| GET | searchSecuritySchemes | /rest/api/3/issuesecurityschemes/search | Search issue security schemes | Try |
| GET | getIssueSecurityScheme | /rest/api/3/issuesecurityschemes/{id} | Get issue security scheme | Try |
| PUT | updateIssueSecurityScheme | /rest/api/3/issuesecurityschemes/{id} | Update issue security scheme | Try |
| GET | getIssueSecurityLevelMembers | /rest/api/3/issuesecurityschemes/{issueSecuritySchemeId}/members | Get issue security level members by issue security scheme | Try |
| DELETE | deleteSecurityScheme | /rest/api/3/issuesecurityschemes/{schemeId} | Delete issue security scheme | Try |
| PUT | addSecurityLevel | /rest/api/3/issuesecurityschemes/{schemeId}/level | Add issue security levels | Try |
| PUT | updateSecurityLevel | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId} | Update issue security level | Try |
| DELETE | removeLevel | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId} | Remove issue security level | Try |
| PUT | addSecurityLevelMembers | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member | Add issue security level members | Try |
| DELETE | removeMemberFromSecurityLevel | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member/{memberId} | Remove member from issue security level | Try |
| GET | getIssueAllTypes | /rest/api/3/issuetype | Get all issue types for user | Try |
| POST | createIssueType | /rest/api/3/issuetype | Create issue type | Try |
| GET | getIssueTypesForProject | /rest/api/3/issuetype/project | Get issue types for project | Try |
| GET | getIssueType | /rest/api/3/issuetype/{id} | Get issue type | Try |
| PUT | updateIssueType | /rest/api/3/issuetype/{id} | Update issue type | Try |
| DELETE | deleteIssueType | /rest/api/3/issuetype/{id} | Delete issue type | Try |
| GET | getAlternativeIssueTypes | /rest/api/3/issuetype/{id}/alternatives | Get alternative issue types | Try |
| POST | createIssueTypeAvatar | /rest/api/3/issuetype/{id}/avatar2 | Load issue type avatar | Try |
| GET | getIssueTypePropertyKeys | /rest/api/3/issuetype/{issueTypeId}/properties | Get issue type property keys | Try |
| GET | getIssueTypeProperty | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Get issue type property | Try |
| PUT | setIssueTypeProperty | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Set issue type property | Try |
| DELETE | deleteIssueTypeProperty | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Delete issue type property | Try |
| GET | getAllIssueTypeSchemes | /rest/api/3/issuetypescheme | Get all issue type schemes | Try |
| POST | createIssueTypeScheme | /rest/api/3/issuetypescheme | Create issue type scheme | Try |
| GET | getIssueTypeSchemesMapping | /rest/api/3/issuetypescheme/mapping | Get issue type scheme items | Try |
| GET | getIssueTypeSchemeForProjects | /rest/api/3/issuetypescheme/project | Get issue type schemes for projects | Try |
| PUT | assignIssueTypeSchemeToProject | /rest/api/3/issuetypescheme/project | Assign issue type scheme to project | Try |
| PUT | updateIssueTypeScheme | /rest/api/3/issuetypescheme/{issueTypeSchemeId} | Update issue type scheme | Try |
| DELETE | deleteIssueTypeScheme | /rest/api/3/issuetypescheme/{issueTypeSchemeId} | Delete issue type scheme | Try |
| PUT | addIssueTypesToIssueTypeScheme | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype | Add issue types to issue type scheme | Try |
| PUT | reorderIssueTypesInIssueTypeScheme | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype/move | Change order of issue types | Try |
| DELETE | removeIssueTypeFromIssueTypeScheme | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype/{issueTypeId} | Remove issue type from issue type scheme | Try |
| GET | getIssueTypeScreenSchemes | /rest/api/3/issuetypescreenscheme | Get issue type screen schemes | Try |
| POST | createIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme | Create issue type screen scheme | Try |
| GET | getIssueTypeScreenSchemeMappings | /rest/api/3/issuetypescreenscheme/mapping | Get issue type screen scheme items | Try |
| GET | getIssueTypeScreenSchemeProjectAssociations | /rest/api/3/issuetypescreenscheme/project | Get issue type screen schemes for projects | Try |
| PUT | assignIssueTypeScreenSchemeToProject | /rest/api/3/issuetypescreenscheme/project | Assign issue type screen scheme to project | Try |
| PUT | updateIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId} | Update issue type screen scheme | Try |
| DELETE | deleteIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId} | Delete issue type screen scheme | Try |
| PUT | appendMappingsForIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping | Append mappings to issue type screen scheme | Try |
| PUT | updateDefaultScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/default | Update issue type screen scheme default screen scheme | Try |
| POST | removeMappingsFromIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/remove | Remove mappings from issue type screen scheme | Try |
| GET | getProjectsForIssueTypeScreenScheme | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/project | Get issue type screen scheme projects | Try |
| GET | getAutoComplete | /rest/api/3/jql/autocompletedata | Get field reference data (GET) | Try |
| POST | getAutoCompletePost | /rest/api/3/jql/autocompletedata | Get field reference data (POST) | Try |
| GET | getFieldAutoCompleteForQueryString | /rest/api/3/jql/autocompletedata/suggestions | Get field auto complete suggestions | Try |
| GET | getPrecomputations | /rest/api/3/jql/function/computation | Get precomputations (apps) | Try |
| POST | updatePrecomputations | /rest/api/3/jql/function/computation | Update precomputations (apps) | Try |
| POST | getPrecomputationsByID | /rest/api/3/jql/function/computation/search | Get precomputations by ID (apps) | Try |
| POST | matchIssues | /rest/api/3/jql/match | Check issues against JQL | Try |
| POST | parseJqlQueries | /rest/api/3/jql/parse | Parse JQL query | Try |
| POST | migrateQueries | /rest/api/3/jql/pdcleaner | Convert user identifiers to account IDs in JQL queries | Try |
| POST | sanitiseJqlQueries | /rest/api/3/jql/sanitize | Sanitize JQL queries | Try |
| GET | getAllLabels | /rest/api/3/label | Get all labels | Try |
| GET | getApproximateLicenseCount | /rest/api/3/license/approximateLicenseCount | Get approximate license count | Try |
| GET | getApproximateApplicationLicenseCount | /rest/api/3/license/approximateLicenseCount/product/{applicationKey} | Get approximate application license count | Try |
| GET | getMyPermissions | /rest/api/3/mypermissions | Get my permissions | Try |
| GET | getPreference | /rest/api/3/mypreferences | Get preference | Try |
| PUT | setPreference | /rest/api/3/mypreferences | Set preference | Try |
| DELETE | removePreference | /rest/api/3/mypreferences | Delete preference | Try |
| GET | getLocale | /rest/api/3/mypreferences/locale | Get locale | Try |
| PUT | setLocale | /rest/api/3/mypreferences/locale | Set locale | Try |
| GET | getCurrentUser | /rest/api/3/myself | Get current user | Try |
| GET | getNotificationSchemes | /rest/api/3/notificationscheme | Get notification schemes paginated | Try |
| POST | createNotificationScheme | /rest/api/3/notificationscheme | Create notification scheme | Try |
| GET | getNotificationSchemeToProjectMappings | /rest/api/3/notificationscheme/project | Get projects using notification schemes paginated | Try |
| GET | getNotificationScheme | /rest/api/3/notificationscheme/{id} | Get notification scheme | Try |
| PUT | updateNotificationScheme | /rest/api/3/notificationscheme/{id} | Update notification scheme | Try |
| PUT | addNotifications | /rest/api/3/notificationscheme/{id}/notification | Add notifications to notification scheme | Try |
| DELETE | deleteNotificationScheme | /rest/api/3/notificationscheme/{notificationSchemeId} | Delete notification scheme | Try |
| DELETE | removeNotificationFromNotificationScheme | /rest/api/3/notificationscheme/{notificationSchemeId}/notification/{notificationId} | Remove notification from notification scheme | Try |
| GET | getAllPermissions | /rest/api/3/permissions | Get all permissions | Try |
| POST | getBulkPermissions | /rest/api/3/permissions/check | Get bulk permissions | Try |
| POST | getPermittedProjects | /rest/api/3/permissions/project | Get permitted projects | Try |
| GET | getAllPermissionSchemes | /rest/api/3/permissionscheme | Get all permission schemes | Try |
| POST | createPermissionScheme | /rest/api/3/permissionscheme | Create permission scheme | Try |
| GET | getPermissionScheme | /rest/api/3/permissionscheme/{schemeId} | Get permission scheme | Try |
| PUT | updatePermissionScheme | /rest/api/3/permissionscheme/{schemeId} | Update permission scheme | Try |
| DELETE | deletePermissionScheme | /rest/api/3/permissionscheme/{schemeId} | Delete permission scheme | Try |
| GET | getPermissionSchemeGrants | /rest/api/3/permissionscheme/{schemeId}/permission | Get permission scheme grants | Try |
| POST | createPermissionGrant | /rest/api/3/permissionscheme/{schemeId}/permission | Create permission grant | Try |
| GET | getPermissionSchemeGrant | /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} | Get permission scheme grant | Try |
| DELETE | deletePermissionSchemeEntity | /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} | Delete permission scheme grant | Try |
| GET | getPlans | /rest/api/3/plans/plan | Get plans paginated | Try |
| POST | createPlan | /rest/api/3/plans/plan | Create plan | Try |
| GET | getPlan | /rest/api/3/plans/plan/{planId} | Get plan | Try |
| PUT | updatePlan | /rest/api/3/plans/plan/{planId} | Update plan | Try |
| PUT | archivePlan | /rest/api/3/plans/plan/{planId}/archive | Archive plan | Try |
| POST | duplicatePlan | /rest/api/3/plans/plan/{planId}/duplicate | Duplicate plan | Try |
| GET | getTeams | /rest/api/3/plans/plan/{planId}/team | Get teams in plan paginated | Try |
| POST | addAtlassianTeam | /rest/api/3/plans/plan/{planId}/team/atlassian | Add Atlassian team to plan | Try |
| GET | getAtlassianTeam | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Get Atlassian team in plan | Try |
| PUT | updateAtlassianTeam | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Update Atlassian team in plan | Try |
| DELETE | removeAtlassianTeam | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Remove Atlassian team from plan | Try |
| POST | createPlanOnlyTeam | /rest/api/3/plans/plan/{planId}/team/planonly | Create plan-only team | Try |
| GET | getPlanOnlyTeam | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Get plan-only team | Try |
| PUT | updatePlanOnlyTeam | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Update plan-only team | Try |
| DELETE | deletePlanOnlyTeam | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Delete plan-only team | Try |
| PUT | trashPlan | /rest/api/3/plans/plan/{planId}/trash | Trash plan | Try |
| GET | getPriorities | /rest/api/3/priority | Get priorities | Try |
| POST | createPriority | /rest/api/3/priority | Create priority | Try |
| PUT | setDefaultPriority | /rest/api/3/priority/default | Set default priority | Try |
| PUT | movePriorities | /rest/api/3/priority/move | Move priorities | Try |
| GET | searchPriorities | /rest/api/3/priority/search | Search priorities | Try |
| GET | getPriority | /rest/api/3/priority/{id} | Get priority | Try |
| PUT | updatePriority | /rest/api/3/priority/{id} | Update priority | Try |
| DELETE | deletePriority | /rest/api/3/priority/{id} | Delete priority | Try |
| GET | getPrioritySchemes | /rest/api/3/priorityscheme | Get priority schemes | Try |
| POST | createPriorityScheme | /rest/api/3/priorityscheme | Create priority scheme | Try |
| POST | suggestedPrioritiesForMappings | /rest/api/3/priorityscheme/mappings | Suggested priorities for mappings | Try |
| GET | getAvailablePrioritiesByPriorityScheme | /rest/api/3/priorityscheme/priorities/available | Get available priorities by priority scheme | Try |
| PUT | updatePriorityScheme | /rest/api/3/priorityscheme/{schemeId} | Update priority scheme | Try |
| DELETE | deletePriorityScheme | /rest/api/3/priorityscheme/{schemeId} | Delete priority scheme | Try |
| GET | getPrioritiesByPriorityScheme | /rest/api/3/priorityscheme/{schemeId}/priorities | Get priorities by priority scheme | Try |
| GET | getProjectsByPriorityScheme | /rest/api/3/priorityscheme/{schemeId}/projects | Get projects by priority scheme | Try |
| GET | getAllProjects | /rest/api/3/project | Get all projects | Try |
| POST | createProject | /rest/api/3/project | Create project | Try |
| POST | createProjectWithCustomTemplate | /rest/api/3/project-template | Create custom project | Try |
| PUT | editTemplate | /rest/api/3/project-template/edit-template | Edit a custom project template | Try |
| GET | liveTemplate | /rest/api/3/project-template/live-template | Gets a custom project template | Try |
| DELETE | removeTemplate | /rest/api/3/project-template/remove-template | Deletes a custom project template | Try |
| POST | saveTemplate | /rest/api/3/project-template/save-template | Save a custom project template | Try |
| GET | getRecent | /rest/api/3/project/recent | Get recent projects | Try |
| GET | searchProjects | /rest/api/3/project/search | Get projects paginated | Try |
| GET | getAllProjectTypes | /rest/api/3/project/type | Get all project types | Try |
| GET | getAllAccessibleProjectTypes | /rest/api/3/project/type/accessible | Get licensed project types | Try |
| GET | getProjectTypeByKey | /rest/api/3/project/type/{projectTypeKey} | Get project type by key | Try |
| GET | getAccessibleProjectTypeByKey | /rest/api/3/project/type/{projectTypeKey}/accessible | Get accessible project type by key | Try |
| GET | getProject | /rest/api/3/project/{projectIdOrKey} | Get project | Try |
| PUT | updateProject | /rest/api/3/project/{projectIdOrKey} | Update project | Try |
| DELETE | deleteProject | /rest/api/3/project/{projectIdOrKey} | Delete project | Try |
| POST | archiveProject | /rest/api/3/project/{projectIdOrKey}/archive | Archive project | Try |
| PUT | updateProjectAvatar | /rest/api/3/project/{projectIdOrKey}/avatar | Set project avatar | Try |
| DELETE | deleteProjectAvatar | /rest/api/3/project/{projectIdOrKey}/avatar/{id} | Delete project avatar | Try |
| POST | createProjectAvatar | /rest/api/3/project/{projectIdOrKey}/avatar2 | Load project avatar | Try |
| GET | getAllProjectAvatars | /rest/api/3/project/{projectIdOrKey}/avatars | Get all project avatars | Try |
| GET | getProjectClassificationConfig | /rest/api/3/project/{projectIdOrKey}/classification-config | Get the classification configuration for a project | Try |
| GET | getDefaultProjectClassification | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Get the default data classification level of a project | Try |
| PUT | updateDefaultProjectClassification | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Update the default data classification level of a project | Try |
| DELETE | removeDefaultProjectClassification | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Remove the default data classification level from a project | Try |
| GET | getProjectComponentsPaginated | /rest/api/3/project/{projectIdOrKey}/component | Get project components paginated | Try |
| GET | getProjectComponents | /rest/api/3/project/{projectIdOrKey}/components | Get project components | Try |
| POST | deleteProjectAsynchronously | /rest/api/3/project/{projectIdOrKey}/delete | Delete project asynchronously | Try |
| GET | getFeaturesForProject | /rest/api/3/project/{projectIdOrKey}/features | Get project features | Try |
| PUT | toggleFeatureForProject | /rest/api/3/project/{projectIdOrKey}/features/{featureKey} | Set project feature state | Try |
| GET | getProjectPropertyKeys | /rest/api/3/project/{projectIdOrKey}/properties | Get project property keys | Try |
| GET | getProjectProperty | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Get project property | Try |
| PUT | setProjectProperty | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Set project property | Try |
| DELETE | deleteProjectProperty | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Delete project property | Try |
| POST | restore | /rest/api/3/project/{projectIdOrKey}/restore | Restore deleted or archived project | Try |
| GET | getProjectRoles | /rest/api/3/project/{projectIdOrKey}/role | Get project roles for project | Try |
| GET | getProjectRole | /rest/api/3/project/{projectIdOrKey}/role/{id} | Get project role for project | Try |
| POST | addActorUsers | /rest/api/3/project/{projectIdOrKey}/role/{id} | Add actors to project role | Try |
| PUT | setActors | /rest/api/3/project/{projectIdOrKey}/role/{id} | Set actors for project role | Try |
| DELETE | deleteActor | /rest/api/3/project/{projectIdOrKey}/role/{id} | Delete actors from project role | Try |
| GET | getProjectRoleDetails | /rest/api/3/project/{projectIdOrKey}/roledetails | Get project role details | Try |
| GET | getAllStatuses | /rest/api/3/project/{projectIdOrKey}/statuses | Get all statuses for project | Try |
| GET | getProjectVersionsPaginated | /rest/api/3/project/{projectIdOrKey}/version | Get project versions paginated | Try |
| GET | getProjectVersions | /rest/api/3/project/{projectIdOrKey}/versions | Get project versions | Try |
| GET | getProjectEmail | /rest/api/3/project/{projectId}/email | Get project's sender email | Try |
| PUT | updateProjectEmail | /rest/api/3/project/{projectId}/email | Set project's sender email | Try |
| GET | getHierarchy | /rest/api/3/project/{projectId}/hierarchy | Get project issue type hierarchy | Try |
| GET | getProjectIssueSecurityScheme | /rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme | Get project issue security scheme | Try |
| GET | getNotificationSchemeForProject | /rest/api/3/project/{projectKeyOrId}/notificationscheme | Get project notification scheme | Try |
| GET | getAssignedPermissionScheme | /rest/api/3/project/{projectKeyOrId}/permissionscheme | Get assigned permission scheme | Try |
| PUT | assignPermissionScheme | /rest/api/3/project/{projectKeyOrId}/permissionscheme | Assign permission scheme | Try |
| GET | getSecurityLevelsForProject | /rest/api/3/project/{projectKeyOrId}/securitylevel | Get project issue security levels | Try |
| GET | getAllProjectCategories | /rest/api/3/projectCategory | Get all project categories | Try |
| POST | createProjectCategory | /rest/api/3/projectCategory | Create project category | Try |
| GET | getProjectCategoryById | /rest/api/3/projectCategory/{id} | Get project category by ID | Try |
| PUT | updateProjectCategory | /rest/api/3/projectCategory/{id} | Update project category | Try |
| DELETE | removeProjectCategory | /rest/api/3/projectCategory/{id} | Delete project category | Try |
| GET | getProjectFields | /rest/api/3/projects/fields | Get fields for projects | Try |
| GET | validateProjectKey | /rest/api/3/projectvalidate/key | Validate project key | Try |
| GET | getValidProjectKey | /rest/api/3/projectvalidate/validProjectKey | Get valid project key | Try |
| GET | getValidProjectName | /rest/api/3/projectvalidate/validProjectName | Get valid project name | Try |
| POST | redact | /rest/api/3/redact | Redact | Try |
| GET | getRedactionStatus | /rest/api/3/redact/status/{jobId} | Get redaction status | Try |
| GET | getResolutions | /rest/api/3/resolution | Get resolutions | Try |
| POST | createResolution | /rest/api/3/resolution | Create resolution | Try |
| PUT | setDefaultResolution | /rest/api/3/resolution/default | Set default resolution | Try |
| PUT | moveResolutions | /rest/api/3/resolution/move | Move resolutions | Try |
| GET | searchResolutions | /rest/api/3/resolution/search | Search resolutions | Try |
| GET | getResolution | /rest/api/3/resolution/{id} | Get resolution | Try |
| PUT | updateResolution | /rest/api/3/resolution/{id} | Update resolution | Try |
| DELETE | deleteResolution | /rest/api/3/resolution/{id} | Delete resolution | Try |
| GET | getAllProjectRoles | /rest/api/3/role | Get all project roles | Try |
| POST | createProjectRole | /rest/api/3/role | Create project role | Try |
| GET | getProjectRoleById | /rest/api/3/role/{id} | Get project role by ID | Try |
| POST | partialUpdateProjectRole | /rest/api/3/role/{id} | Partial update project role | Try |
| PUT | fullyUpdateProjectRole | /rest/api/3/role/{id} | Fully update project role | Try |
| DELETE | deleteProjectRole | /rest/api/3/role/{id} | Delete project role | Try |
| GET | getProjectRoleActorsForRole | /rest/api/3/role/{id}/actors | Get default actors for project role | Try |
| POST | addProjectRoleActorsToRole | /rest/api/3/role/{id}/actors | Add default actors to project role | Try |
| DELETE | deleteProjectRoleActorsFromRole | /rest/api/3/role/{id}/actors | Delete default actors from project role | Try |
| GET | getScreens | /rest/api/3/screens | Get screens | Try |
| POST | createScreen | /rest/api/3/screens | Create screen | Try |
| POST | addFieldToDefaultScreen | /rest/api/3/screens/addToDefault/{fieldId} | Add field to default screen | Try |
| GET | getBulkScreenTabs | /rest/api/3/screens/tabs | Get bulk screen tabs | Try |
| PUT | updateScreen | /rest/api/3/screens/{screenId} | Update screen | Try |
| DELETE | deleteScreen | /rest/api/3/screens/{screenId} | Delete screen | Try |
| GET | getAvailableScreenFields | /rest/api/3/screens/{screenId}/availableFields | Get available screen fields | Try |
| GET | getAllScreenTabs | /rest/api/3/screens/{screenId}/tabs | Get all screen tabs | Try |
| POST | addScreenTab | /rest/api/3/screens/{screenId}/tabs | Create screen tab | Try |
| PUT | renameScreenTab | /rest/api/3/screens/{screenId}/tabs/{tabId} | Update screen tab | Try |
| DELETE | deleteScreenTab | /rest/api/3/screens/{screenId}/tabs/{tabId} | Delete screen tab | Try |
| GET | getAllScreenTabFields | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields | Get all screen tab fields | Try |
| POST | addScreenTabField | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields | Add screen tab field | Try |
| DELETE | removeScreenTabField | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id} | Remove screen tab field | Try |
| POST | moveScreenTabField | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move | Move screen tab field | Try |
| POST | moveScreenTab | /rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos} | Move screen tab | Try |
| GET | getScreenSchemes | /rest/api/3/screenscheme | Get screen schemes | Try |
| POST | createScreenScheme | /rest/api/3/screenscheme | Create screen scheme | Try |
| PUT | updateScreenScheme | /rest/api/3/screenscheme/{screenSchemeId} | Update screen scheme | Try |
| DELETE | deleteScreenScheme | /rest/api/3/screenscheme/{screenSchemeId} | Delete screen scheme | Try |
| GET | searchForIssuesUsingJql | /rest/api/3/search | Currently being removed. Search for issues using JQL (GET) | Try |
| POST | searchForIssuesUsingJqlPost | /rest/api/3/search | Currently being removed. Search for issues using JQL (POST) | Try |
| POST | countIssues | /rest/api/3/search/approximate-count | Count issues using JQL | Try |
| GET | searchAndReconsileIssuesUsingJql | /rest/api/3/search/jql | Search for issues using JQL enhanced search (GET) | Try |
| POST | searchAndReconsileIssuesUsingJqlPost | /rest/api/3/search/jql | Search for issues using JQL enhanced search (POST) | Try |
| GET | getIssueSecurityLevel | /rest/api/3/securitylevel/{id} | Get issue security level | Try |
| GET | getServerInfo | /rest/api/3/serverInfo | Get Jira instance info | Try |
| GET | getIssueNavigatorDefaultColumns | /rest/api/3/settings/columns | Get issue navigator default columns | Try |
| PUT | setIssueNavigatorDefaultColumns | /rest/api/3/settings/columns | Set issue navigator default columns | Try |
| GET | getStatuses | /rest/api/3/status | Get all statuses | Try |
| GET | getStatus | /rest/api/3/status/{idOrName} | Get status | Try |
| GET | getStatusCategories | /rest/api/3/statuscategory | Get all status categories | Try |
| GET | getStatusCategory | /rest/api/3/statuscategory/{idOrKey} | Get status category | Try |
| GET | getStatusesById | /rest/api/3/statuses | Bulk get statuses | Try |
| POST | createStatuses | /rest/api/3/statuses | Bulk create statuses | Try |
| PUT | updateStatuses | /rest/api/3/statuses | Bulk update statuses | Try |
| DELETE | deleteStatusesById | /rest/api/3/statuses | Bulk delete Statuses | Try |
| GET | getStatusesByName | /rest/api/3/statuses/byNames | Bulk get statuses by name | Try |
| GET | search | /rest/api/3/statuses/search | Search statuses paginated | Try |
| GET | getProjectIssueTypeUsagesForStatus | /rest/api/3/statuses/{statusId}/project/{projectId}/issueTypeUsages | Get issue type usages by status and project | Try |
| GET | getProjectUsagesForStatus | /rest/api/3/statuses/{statusId}/projectUsages | Get project usages by status | Try |
| GET | getWorkflowUsagesForStatus | /rest/api/3/statuses/{statusId}/workflowUsages | Get workflow usages by status | Try |
| GET | getTask | /rest/api/3/task/{taskId} | Get task | Try |
| POST | cancelTask | /rest/api/3/task/{taskId}/cancel | Cancel task | Try |
| GET | getUiModifications | /rest/api/3/uiModifications | Get UI modifications | Try |
| POST | createUiModification | /rest/api/3/uiModifications | Create UI modification | Try |
| PUT | updateUiModification | /rest/api/3/uiModifications/{uiModificationId} | Update UI modification | Try |
| DELETE | deleteUiModification | /rest/api/3/uiModifications/{uiModificationId} | Delete UI modification | Try |
| GET | getAvatars | /rest/api/3/universal_avatar/type/{type}/owner/{entityId} | Get avatars | Try |
| POST | storeAvatar | /rest/api/3/universal_avatar/type/{type}/owner/{entityId} | Load avatar | Try |
| DELETE | deleteAvatar | /rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id} | Delete avatar | Try |
| GET | getAvatarImageByType | /rest/api/3/universal_avatar/view/type/{type} | Get avatar image by type | Try |
| GET | getAvatarImageByID | /rest/api/3/universal_avatar/view/type/{type}/avatar/{id} | Get avatar image by ID | Try |
| GET | getAvatarImageByOwner | /rest/api/3/universal_avatar/view/type/{type}/owner/{entityId} | Get avatar image by owner | Try |
| GET | getUser | /rest/api/3/user | Get user | Try |
| POST | createUser | /rest/api/3/user | Create user | Try |
| DELETE | removeUser | /rest/api/3/user | Delete user | Try |
| GET | findBulkAssignableUsers | /rest/api/3/user/assignable/multiProjectSearch | Find users assignable to projects | Try |
| GET | findAssignableUsers | /rest/api/3/user/assignable/search | Find users assignable to issues | Try |
| GET | bulkGetUsers | /rest/api/3/user/bulk | Bulk get users | Try |
| GET | bulkGetUsersMigration | /rest/api/3/user/bulk/migration | Get account IDs for users | Try |
| GET | getUserDefaultColumns | /rest/api/3/user/columns | Get user default columns | Try |
| PUT | setUserColumns | /rest/api/3/user/columns | Set user default columns | Try |
| DELETE | resetUserColumns | /rest/api/3/user/columns | Reset user default columns | Try |
| GET | getUserEmail | /rest/api/3/user/email | Get user email | Try |
| GET | getUserEmailBulk | /rest/api/3/user/email/bulk | Get user email bulk | Try |
| GET | getUserGroups | /rest/api/3/user/groups | Get user groups | Try |
| GET | findUsersWithAllPermissions | /rest/api/3/user/permission/search | Find users with permissions | Try |
| GET | findUsersForPicker | /rest/api/3/user/picker | Find users for picker | Try |
| GET | getUserPropertyKeys | /rest/api/3/user/properties | Get user property keys | Try |
| GET | getUserProperty | /rest/api/3/user/properties/{propertyKey} | Get user property | Try |
| PUT | setUserProperty | /rest/api/3/user/properties/{propertyKey} | Set user property | Try |
| DELETE | deleteUserProperty | /rest/api/3/user/properties/{propertyKey} | Delete user property | Try |
| GET | findUsers | /rest/api/3/user/search | Find users | Try |
| GET | findUsersByQuery | /rest/api/3/user/search/query | Find users by query | Try |
| GET | findUserKeysByQuery | /rest/api/3/user/search/query/key | Find user keys by query | Try |
| GET | findUsersWithBrowsePermission | /rest/api/3/user/viewissue/search | Find users with browse permission | Try |
| GET | getAllUsersDefault | /rest/api/3/users | Get all users default | Try |
| GET | getAllUsers | /rest/api/3/users/search | Get all users | Try |
| POST | createVersion | /rest/api/3/version | Create version | Try |
| GET | getVersion | /rest/api/3/version/{id} | Get version | Try |
| PUT | updateVersion | /rest/api/3/version/{id} | Update version | Try |
| DELETE | deleteVersion | /rest/api/3/version/{id} | Delete version | Try |
| PUT | mergeVersions | /rest/api/3/version/{id}/mergeto/{moveIssuesTo} | Merge versions | Try |
| POST | moveVersion | /rest/api/3/version/{id}/move | Move version | Try |
| GET | getVersionRelatedIssues | /rest/api/3/version/{id}/relatedIssueCounts | Get version's related issues count | Try |
| GET | getRelatedWork | /rest/api/3/version/{id}/relatedwork | Get related work | Try |
| POST | createRelatedWork | /rest/api/3/version/{id}/relatedwork | Create related work | Try |
| PUT | updateRelatedWork | /rest/api/3/version/{id}/relatedwork | Update related work | Try |
| POST | deleteAndReplaceVersion | /rest/api/3/version/{id}/removeAndSwap | Delete and replace version | Try |
| GET | getVersionUnresolvedIssues | /rest/api/3/version/{id}/unresolvedIssueCount | Get version's unresolved issues count | Try |
| DELETE | deleteRelatedWork | /rest/api/3/version/{versionId}/relatedwork/{relatedWorkId} | Delete related work | Try |
| GET | getDynamicWebhooksForApp | /rest/api/3/webhook | Get dynamic webhooks for app | Try |
| POST | registerDynamicWebhooks | /rest/api/3/webhook | Register dynamic webhooks | Try |
| DELETE | deleteWebhookById | /rest/api/3/webhook | Delete webhooks by ID | Try |
| GET | getFailedWebhooks | /rest/api/3/webhook/failed | Get failed webhooks | Try |
| PUT | refreshWebhooks | /rest/api/3/webhook/refresh | Extend webhook life | Try |
| POST | readWorkflowFromHistory | /rest/api/3/workflow/history | Read workflow version from history | Try |
| POST | listWorkflowHistory | /rest/api/3/workflow/history/list | List workflow history entries | Try |
| GET | getWorkflowTransitionRuleConfigurations | /rest/api/3/workflow/rule/config | Get workflow transition rule configurations | Try |
| PUT | updateWorkflowTransitionRuleConfigurations | /rest/api/3/workflow/rule/config | Update workflow transition rule configurations | Try |
| PUT | deleteWorkflowTransitionRuleConfigurations | /rest/api/3/workflow/rule/config/delete | Delete workflow transition rule configurations | Try |
| GET | getWorkflowsPaginated | /rest/api/3/workflow/search | Get workflows paginated | Try |
| GET | getWorkflowTransitionProperties | /rest/api/3/workflow/transitions/{transitionId}/properties | Get workflow transition properties | Try |
| POST | createWorkflowTransitionProperty | /rest/api/3/workflow/transitions/{transitionId}/properties | Create workflow transition property | Try |
| PUT | updateWorkflowTransitionProperty | /rest/api/3/workflow/transitions/{transitionId}/properties | Update workflow transition property | Try |
| DELETE | deleteWorkflowTransitionProperty | /rest/api/3/workflow/transitions/{transitionId}/properties | Delete workflow transition property | Try |
| DELETE | deleteInactiveWorkflow | /rest/api/3/workflow/{entityId} | Delete inactive workflow | Try |
| GET | getWorkflowProjectIssueTypeUsages | /rest/api/3/workflow/{workflowId}/project/{projectId}/issueTypeUsages | Get issue types in a project that are using a given workflow | Try |
| GET | getProjectUsagesForWorkflow | /rest/api/3/workflow/{workflowId}/projectUsages | Get projects using a given workflow | Try |
| GET | getWorkflowSchemeUsagesForWorkflow | /rest/api/3/workflow/{workflowId}/workflowSchemes | Get workflow schemes which are using a given workflow | Try |
| POST | readWorkflows | /rest/api/3/workflows | Bulk get workflows | Try |
| GET | workflowCapabilities | /rest/api/3/workflows/capabilities | Get available workflow capabilities | Try |
| POST | createWorkflows | /rest/api/3/workflows/create | Bulk create workflows | Try |
| POST | validateCreateWorkflows | /rest/api/3/workflows/create/validation | Validate create workflows | Try |
| GET | getDefaultEditor | /rest/api/3/workflows/defaultEditor | Get the user's default workflow editor | Try |
| POST | readWorkflowPreviews | /rest/api/3/workflows/preview | Preview workflow | Try |
| GET | searchWorkflows | /rest/api/3/workflows/search | Search workflows | Try |
| POST | updateWorkflows | /rest/api/3/workflows/update | Bulk update workflows | Try |
| POST | validateUpdateWorkflows | /rest/api/3/workflows/update/validation | Validate update workflows | Try |
| GET | getAllWorkflowSchemes | /rest/api/3/workflowscheme | Get all workflow schemes | Try |
| POST | createWorkflowScheme | /rest/api/3/workflowscheme | Create workflow scheme | Try |
| GET | getWorkflowSchemeProjectAssociations | /rest/api/3/workflowscheme/project | Get workflow scheme project associations | Try |
| PUT | assignSchemeToProject | /rest/api/3/workflowscheme/project | Assign workflow scheme to project | Try |
| POST | switchWorkflowSchemeForProject | /rest/api/3/workflowscheme/project/switch | Switch workflow scheme for project | Try |
| POST | readWorkflowSchemes | /rest/api/3/workflowscheme/read | Bulk get workflow schemes | Try |
| POST | updateSchemes | /rest/api/3/workflowscheme/update | Update workflow scheme | Try |
| POST | getRequiredWorkflowSchemeMappings | /rest/api/3/workflowscheme/update/mappings | Get required status mappings for workflow scheme update | Try |
| GET | getWorkflowScheme | /rest/api/3/workflowscheme/{id} | Get workflow scheme | Try |
| PUT | updateWorkflowScheme | /rest/api/3/workflowscheme/{id} | Classic update workflow scheme | Try |
| DELETE | deleteWorkflowScheme | /rest/api/3/workflowscheme/{id} | Delete workflow scheme | Try |
| POST | createWorkflowSchemeDraftFromParent | /rest/api/3/workflowscheme/{id}/createdraft | Create draft workflow scheme | Try |
| GET | getDefaultWorkflow | /rest/api/3/workflowscheme/{id}/default | Get default workflow | Try |
| PUT | updateDefaultWorkflow | /rest/api/3/workflowscheme/{id}/default | Update default workflow | Try |
| DELETE | deleteDefaultWorkflow | /rest/api/3/workflowscheme/{id}/default | Delete default workflow | Try |
| GET | getWorkflowSchemeDraft | /rest/api/3/workflowscheme/{id}/draft | Get draft workflow scheme | Try |
| PUT | updateWorkflowSchemeDraft | /rest/api/3/workflowscheme/{id}/draft | Update draft workflow scheme | Try |
| DELETE | deleteWorkflowSchemeDraft | /rest/api/3/workflowscheme/{id}/draft | Delete draft workflow scheme | Try |
| GET | getDraftDefaultWorkflow | /rest/api/3/workflowscheme/{id}/draft/default | Get draft default workflow | Try |
| PUT | updateDraftDefaultWorkflow | /rest/api/3/workflowscheme/{id}/draft/default | Update draft default workflow | Try |
| DELETE | deleteDraftDefaultWorkflow | /rest/api/3/workflowscheme/{id}/draft/default | Delete draft default workflow | Try |
| GET | getWorkflowSchemeDraftIssueType | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Get workflow for issue type in draft workflow scheme | Try |
| PUT | setWorkflowSchemeDraftIssueType | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Set workflow for issue type in draft workflow scheme | Try |
| DELETE | deleteWorkflowSchemeDraftIssueType | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Delete workflow for issue type in draft workflow scheme | Try |
| POST | publishDraftWorkflowScheme | /rest/api/3/workflowscheme/{id}/draft/publish | Publish draft workflow scheme | Try |
| GET | getDraftWorkflow | /rest/api/3/workflowscheme/{id}/draft/workflow | Get issue types for workflows in draft workflow scheme | Try |
| PUT | updateDraftWorkflowMapping | /rest/api/3/workflowscheme/{id}/draft/workflow | Set issue types for workflow in workflow scheme | Try |
| DELETE | deleteDraftWorkflowMapping | /rest/api/3/workflowscheme/{id}/draft/workflow | Delete issue types for workflow in draft workflow scheme | Try |
| GET | getWorkflowSchemeIssueType | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Get workflow for issue type in workflow scheme | Try |
| PUT | setWorkflowSchemeIssueType | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Set workflow for issue type in workflow scheme | Try |
| DELETE | deleteWorkflowSchemeIssueType | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Delete workflow for issue type in workflow scheme | Try |
| GET | getWorkflow | /rest/api/3/workflowscheme/{id}/workflow | Get issue types for workflows in workflow scheme | Try |
| PUT | updateWorkflowMapping | /rest/api/3/workflowscheme/{id}/workflow | Set issue types for workflow in workflow scheme | Try |
| DELETE | deleteWorkflowMapping | /rest/api/3/workflowscheme/{id}/workflow | Delete issue types for workflow in workflow scheme | Try |
| GET | getProjectUsagesForWorkflowScheme | /rest/api/3/workflowscheme/{workflowSchemeId}/projectUsages | Get projects which are using a given workflow scheme | Try |
| GET | getIdsOfWorklogsDeletedSince | /rest/api/3/worklog/deleted | Get IDs of deleted worklogs | Try |
| POST | getWorklogsForIds | /rest/api/3/worklog/list | Get worklogs | Try |
| GET | getIdsOfWorklogsModifiedSince | /rest/api/3/worklog/updated | Get IDs of updated worklogs | Try |
| GET | AddonPropertiesResource.getAddonProperties_get | /rest/atlassian-connect/1/addons/{addonKey}/properties | Get app properties | Try |
| GET | AddonPropertiesResource.getAddonProperty_get | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Get app property | Try |
| PUT | AddonPropertiesResource.putAddonProperty_put | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Set app property | Try |
| DELETE | AddonPropertiesResource.deleteAddonProperty_delete | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Delete app property | Try |
| GET | DynamicModulesResource.getModules_get | /rest/atlassian-connect/1/app/module/dynamic | Get modules | Try |
| POST | DynamicModulesResource.registerModules_post | /rest/atlassian-connect/1/app/module/dynamic | Register modules | Try |
| DELETE | DynamicModulesResource.removeModules_delete | /rest/atlassian-connect/1/app/module/dynamic | Remove modules | Try |
| PUT | AppIssueFieldValueUpdateResource.updateIssueFields_put | /rest/atlassian-connect/1/migration/field | Bulk update custom field value | Try |
| PUT | MigrationResource.updateEntityPropertiesValue_put | /rest/atlassian-connect/1/migration/properties/{entityType} | Bulk update entity properties | Try |
| POST | MigrationResource.workflowRuleSearch_post | /rest/atlassian-connect/1/migration/workflow/rule/search | Get workflow transition rule configurations | Try |
| GET | ConnectToForgeMigrationFetchTaskResource.fetchMigrationTask_get | /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task | Get Connect issue field migration task | Try |
| POST | ConnectToForgeMigrationTaskSubmissionResource.submitTask_post | /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task | Submit Connect issue field migration task | Try |
| GET | ServiceRegistryResource.services_get | /rest/atlassian-connect/1/service-registry | Retrieve the attributes of service registries | Try |
| GET | getForgeAppPropertyKeys | /rest/forge/1/app/properties | Get app property keys (Forge) | Try |
| GET | getForgeAppProperty | /rest/forge/1/app/properties/{propertyKey} | Get app property (Forge) | Try |
| PUT | putForgeAppProperty | /rest/forge/1/app/properties/{propertyKey} | Set app property (Forge) | Try |
| DELETE | deleteForgeAppProperty | /rest/forge/1/app/properties/{propertyKey} | Delete app property (Forge) | Try |
| POST | getWorklogsByIssueIdAndWorklogId | /rest/internal/api/latest/worklog/bulk | Get worklogs by issue id and worklog id | Try |