| GET | /rest/api/3/announcementBanner | Get announcement banner configuration |
| PUT | /rest/api/3/announcementBanner | Update announcement banner configuration |
| POST | /rest/api/3/app/field/context/configuration/list | Bulk get custom field configurations |
| POST | /rest/api/3/app/field/value | Update custom fields |
| GET | /rest/api/3/app/field/{fieldIdOrKey}/context/configuration | Get custom field configurations |
| PUT | /rest/api/3/app/field/{fieldIdOrKey}/context/configuration | Update custom field configurations |
| PUT | /rest/api/3/app/field/{fieldIdOrKey}/value | Update custom field value |
| GET | /rest/api/3/application-properties | Get application property |
| GET | /rest/api/3/application-properties/advanced-settings | Get advanced settings |
| PUT | /rest/api/3/application-properties/{id} | Set application property |
| GET | /rest/api/3/applicationrole | Get all application roles |
| GET | /rest/api/3/applicationrole/{key} | Get application role |
| GET | /rest/api/3/attachment/content/{id} | Get attachment content |
| GET | /rest/api/3/attachment/meta | Get Jira attachment settings |
| GET | /rest/api/3/attachment/thumbnail/{id} | Get attachment thumbnail |
| DELETE | /rest/api/3/attachment/{id} | Delete attachment |
| GET | /rest/api/3/attachment/{id} | Get attachment metadata |
| GET | /rest/api/3/attachment/{id}/expand/human | Get all metadata for an expanded attachment |
| GET | /rest/api/3/attachment/{id}/expand/raw | Get contents metadata for an expanded attachment |
| GET | /rest/api/3/auditing/record | Get audit records |
| GET | /rest/api/3/avatar/{type}/system | Get system avatars by type |
| POST | /rest/api/3/bulk/issues/delete | Bulk delete issues |
| GET | /rest/api/3/bulk/issues/fields | Get bulk editable fields |
| POST | /rest/api/3/bulk/issues/fields | Bulk edit issues |
| POST | /rest/api/3/bulk/issues/move | Bulk move issues |
| GET | /rest/api/3/bulk/issues/transition | Get available transitions |
| POST | /rest/api/3/bulk/issues/transition | Bulk transition issue statuses |
| POST | /rest/api/3/bulk/issues/unwatch | Bulk unwatch issues |
| POST | /rest/api/3/bulk/issues/watch | Bulk watch issues |
| GET | /rest/api/3/bulk/queue/{taskId} | Get bulk issue operation progress |
| POST | /rest/api/3/changelog/bulkfetch | Bulk fetch changelogs |
| GET | /rest/api/3/classification-levels | Get all classification levels |
| POST | /rest/api/3/comment/list | Get comments by IDs |
| GET | /rest/api/3/comment/{commentId}/properties | Get comment property keys |
| DELETE | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Delete comment property |
| GET | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Get comment property |
| PUT | /rest/api/3/comment/{commentId}/properties/{propertyKey} | Set comment property |
| GET | /rest/api/3/component | Find components for projects |
| POST | /rest/api/3/component | Create component |
| DELETE | /rest/api/3/component/{id} | Delete component |
| GET | /rest/api/3/component/{id} | Get component |
| PUT | /rest/api/3/component/{id} | Update component |
| GET | /rest/api/3/component/{id}/relatedIssueCounts | Get component issues count |
| GET | /rest/api/3/config/fieldschemes | Get field schemes |
| POST | /rest/api/3/config/fieldschemes | Create field scheme |
| DELETE | /rest/api/3/config/fieldschemes/fields | Remove fields associated with field schemes |
| PUT | /rest/api/3/config/fieldschemes/fields | Update fields associated with field schemes |
| DELETE | /rest/api/3/config/fieldschemes/fields/parameters | Remove field parameters |
| PUT | /rest/api/3/config/fieldschemes/fields/parameters | Update field parameters |
| GET | /rest/api/3/config/fieldschemes/projects | Get projects with field schemes |
| PUT | /rest/api/3/config/fieldschemes/projects | Associate projects to field schemes |
| DELETE | /rest/api/3/config/fieldschemes/{id} | Delete a field scheme |
| GET | /rest/api/3/config/fieldschemes/{id} | Get field scheme |
| PUT | /rest/api/3/config/fieldschemes/{id} | Update field scheme |
| POST | /rest/api/3/config/fieldschemes/{id}/clone | Clone field scheme |
| GET | /rest/api/3/config/fieldschemes/{id}/fields | Search field scheme fields |
| GET | /rest/api/3/config/fieldschemes/{id}/fields/{fieldId}/parameters | Get field parameters |
| GET | /rest/api/3/config/fieldschemes/{id}/projects | Search field scheme projects |
| GET | /rest/api/3/configuration | Get global settings |
| GET | /rest/api/3/configuration/timetracking | Get selected time tracking provider |
| PUT | /rest/api/3/configuration/timetracking | Select time tracking provider |
| GET | /rest/api/3/configuration/timetracking/list | Get all time tracking providers |
| GET | /rest/api/3/configuration/timetracking/options | Get time tracking settings |
| PUT | /rest/api/3/configuration/timetracking/options | Set time tracking settings |
| GET | /rest/api/3/customFieldOption/{id} | Get custom field option |
| GET | /rest/api/3/dashboard | Get all dashboards |
| POST | /rest/api/3/dashboard | Create dashboard |
| PUT | /rest/api/3/dashboard/bulk/edit | Bulk edit dashboards |
| GET | /rest/api/3/dashboard/gadgets | Get available gadgets |
| GET | /rest/api/3/dashboard/search | Search for dashboards |
| GET | /rest/api/3/dashboard/{dashboardId}/gadget | Get gadgets |
| POST | /rest/api/3/dashboard/{dashboardId}/gadget | Add gadget to dashboard |
| DELETE | /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} | Remove gadget from dashboard |
| PUT | /rest/api/3/dashboard/{dashboardId}/gadget/{gadgetId} | Update gadget on dashboard |
| GET | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties | Get dashboard item property keys |
| DELETE | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Delete dashboard item property |
| GET | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Get dashboard item property |
| PUT | /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} | Set dashboard item property |
| DELETE | /rest/api/3/dashboard/{id} | Delete dashboard |
| GET | /rest/api/3/dashboard/{id} | Get dashboard |
| PUT | /rest/api/3/dashboard/{id} | Update dashboard |
| POST | /rest/api/3/dashboard/{id}/copy | Copy dashboard |
| GET | /rest/api/3/data-policy | Get data policy for the workspace |
| GET | /rest/api/3/data-policy/project | Get data policy for projects |
| GET | /rest/api/3/events | Get events |
| POST | /rest/api/3/expression/analyse | Analyse Jira expression |
| POST | /rest/api/3/expression/eval | Currently being removed. Evaluate Jira expression |
| POST | /rest/api/3/expression/evaluate | Evaluate Jira expression using enhanced search API |
| GET | /rest/api/3/field | Get fields |
| POST | /rest/api/3/field | Create custom field |
| DELETE | /rest/api/3/field/association | Remove associations |
| PUT | /rest/api/3/field/association | Create associations |
| GET | /rest/api/3/field/search | Get fields paginated |
| GET | /rest/api/3/field/search/trashed | Get fields in trash paginated |
| PUT | /rest/api/3/field/{fieldId} | Update custom field |
| GET | /rest/api/3/field/{fieldId}/context | Get custom field contexts |
| POST | /rest/api/3/field/{fieldId}/context | Create custom field context |
| GET | /rest/api/3/field/{fieldId}/context/defaultValue | Get custom field contexts default values |
| PUT | /rest/api/3/field/{fieldId}/context/defaultValue | Set custom field contexts default values |
| GET | /rest/api/3/field/{fieldId}/context/issuetypemapping | Get issue types for custom field context |
| POST | /rest/api/3/field/{fieldId}/context/mapping | Get custom field contexts for projects and issue types |
| GET | /rest/api/3/field/{fieldId}/context/projectmapping | Get project mappings for custom field context |
| DELETE | /rest/api/3/field/{fieldId}/context/{contextId} | Delete custom field context |
| PUT | /rest/api/3/field/{fieldId}/context/{contextId} | Update custom field context |
| PUT | /rest/api/3/field/{fieldId}/context/{contextId}/issuetype | Add issue types to context |
| POST | /rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove | Remove issue types from context |
| GET | /rest/api/3/field/{fieldId}/context/{contextId}/option | Get custom field options (context) |
| POST | /rest/api/3/field/{fieldId}/context/{contextId}/option | Create custom field options (context) |
| PUT | /rest/api/3/field/{fieldId}/context/{contextId}/option | Update custom field options (context) |
| PUT | /rest/api/3/field/{fieldId}/context/{contextId}/option/move | Reorder custom field options (context) |
| DELETE | /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId} | Delete custom field options (context) |
| DELETE | /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue | Replace custom field options |
| PUT | /rest/api/3/field/{fieldId}/context/{contextId}/project | Assign custom field context to projects |
| POST | /rest/api/3/field/{fieldId}/context/{contextId}/project/remove | Remove custom field context from projects |
| GET | /rest/api/3/field/{fieldId}/contexts | Get contexts for a field |
| GET | /rest/api/3/field/{fieldId}/screens | Get screens for a field |
| GET | /rest/api/3/field/{fieldKey}/option | Get all issue field options |
| POST | /rest/api/3/field/{fieldKey}/option | Create issue field option |
| GET | /rest/api/3/field/{fieldKey}/option/suggestions/edit | Get selectable issue field options |
| GET | /rest/api/3/field/{fieldKey}/option/suggestions/search | Get visible issue field options |
| DELETE | /rest/api/3/field/{fieldKey}/option/{optionId} | Delete issue field option |
| GET | /rest/api/3/field/{fieldKey}/option/{optionId} | Get issue field option |
| PUT | /rest/api/3/field/{fieldKey}/option/{optionId} | Update issue field option |
| DELETE | /rest/api/3/field/{fieldKey}/option/{optionId}/issue | Replace issue field option |
| DELETE | /rest/api/3/field/{id} | Delete custom field |
| POST | /rest/api/3/field/{id}/restore | Restore custom field from trash |
| POST | /rest/api/3/field/{id}/trash | Move custom field to trash |
| GET | /rest/api/3/fieldconfiguration | Get all field configurations |
| POST | /rest/api/3/fieldconfiguration | Create field configuration |
| DELETE | /rest/api/3/fieldconfiguration/{id} | Delete field configuration |
| PUT | /rest/api/3/fieldconfiguration/{id} | Update field configuration |
| GET | /rest/api/3/fieldconfiguration/{id}/fields | Get field configuration items |
| PUT | /rest/api/3/fieldconfiguration/{id}/fields | Update field configuration items |
| GET | /rest/api/3/fieldconfigurationscheme | Get all field configuration schemes |
| POST | /rest/api/3/fieldconfigurationscheme | Create field configuration scheme |
| GET | /rest/api/3/fieldconfigurationscheme/mapping | Get field configuration issue type items |
| GET | /rest/api/3/fieldconfigurationscheme/project | Get field configuration schemes for projects |
| PUT | /rest/api/3/fieldconfigurationscheme/project | Assign field configuration scheme to project |
| DELETE | /rest/api/3/fieldconfigurationscheme/{id} | Delete field configuration scheme |
| PUT | /rest/api/3/fieldconfigurationscheme/{id} | Update field configuration scheme |
| PUT | /rest/api/3/fieldconfigurationscheme/{id}/mapping | Assign issue types to field configurations |
| POST | /rest/api/3/fieldconfigurationscheme/{id}/mapping/delete | Remove issue types from field configuration scheme |
| POST | /rest/api/3/filter | Create filter |
| GET | /rest/api/3/filter/defaultShareScope | Get default share scope |
| PUT | /rest/api/3/filter/defaultShareScope | Set default share scope |
| GET | /rest/api/3/filter/favourite | Get favorite filters |
| GET | /rest/api/3/filter/my | Get my filters |
| GET | /rest/api/3/filter/search | Search for filters |
| DELETE | /rest/api/3/filter/{id} | Delete filter |
| GET | /rest/api/3/filter/{id} | Get filter |
| PUT | /rest/api/3/filter/{id} | Update filter |
| DELETE | /rest/api/3/filter/{id}/columns | Reset columns |
| GET | /rest/api/3/filter/{id}/columns | Get columns |
| PUT | /rest/api/3/filter/{id}/columns | Set columns |
| DELETE | /rest/api/3/filter/{id}/favourite | Remove filter as favorite |
| PUT | /rest/api/3/filter/{id}/favourite | Add filter as favorite |
| PUT | /rest/api/3/filter/{id}/owner | Change filter owner |
| GET | /rest/api/3/filter/{id}/permission | Get share permissions |
| POST | /rest/api/3/filter/{id}/permission | Add share permission |
| DELETE | /rest/api/3/filter/{id}/permission/{permissionId} | Delete share permission |
| GET | /rest/api/3/filter/{id}/permission/{permissionId} | Get share permission |
| POST | /rest/api/3/forge/panel/action/bulk/async | Bulk pin or unpin issue panel to projects |
| DELETE | /rest/api/3/group | Remove group |
| GET | /rest/api/3/group | Get group |
| POST | /rest/api/3/group | Create group |
| GET | /rest/api/3/group/bulk | Bulk get groups |
| GET | /rest/api/3/group/member | Get users from group |
| DELETE | /rest/api/3/group/user | Remove user from group |
| POST | /rest/api/3/group/user | Add user to group |
| GET | /rest/api/3/groups/picker | Find groups |
| GET | /rest/api/3/groupuserpicker | Find users and groups |
| GET | /rest/api/3/instance/license | Get license |
| POST | /rest/api/3/issue | Create issue |
| POST | /rest/api/3/issue/archive | Archive issue(s) by JQL |
| PUT | /rest/api/3/issue/archive | Archive issue(s) by issue ID/key |
| POST | /rest/api/3/issue/bulk | Bulk create issue |
| POST | /rest/api/3/issue/bulkfetch | Bulk fetch issues |
| GET | /rest/api/3/issue/createmeta | Get create issue metadata |
| GET | /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes | Get create metadata issue types for a project |
| GET | /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId} | Get create field metadata for a project and issue type id |
| GET | /rest/api/3/issue/limit/report | Get issue limit report |
| GET | /rest/api/3/issue/picker | Get issue picker suggestions |
| POST | /rest/api/3/issue/properties | Bulk set issues properties by list |
| POST | /rest/api/3/issue/properties/multi | Bulk set issue properties by issue |
| DELETE | /rest/api/3/issue/properties/{propertyKey} | Bulk delete issue property |
| PUT | /rest/api/3/issue/properties/{propertyKey} | Bulk set issue property |
| PUT | /rest/api/3/issue/unarchive | Unarchive issue(s) by issue keys/ID |
| POST | /rest/api/3/issue/watching | Get is watching issue bulk |
| DELETE | /rest/api/3/issue/{issueIdOrKey} | Delete issue |
| GET | /rest/api/3/issue/{issueIdOrKey} | Get issue |
| PUT | /rest/api/3/issue/{issueIdOrKey} | Edit issue |
| PUT | /rest/api/3/issue/{issueIdOrKey}/assignee | Assign issue |
| POST | /rest/api/3/issue/{issueIdOrKey}/attachments | Add attachment |
| GET | /rest/api/3/issue/{issueIdOrKey}/changelog | Get changelogs |
| POST | /rest/api/3/issue/{issueIdOrKey}/changelog/list | Get changelogs by IDs |
| GET | /rest/api/3/issue/{issueIdOrKey}/comment | Get comments |
| POST | /rest/api/3/issue/{issueIdOrKey}/comment | Add comment |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Delete comment |
| GET | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Get comment |
| PUT | /rest/api/3/issue/{issueIdOrKey}/comment/{id} | Update comment |
| GET | /rest/api/3/issue/{issueIdOrKey}/editmeta | Get edit issue metadata |
| POST | /rest/api/3/issue/{issueIdOrKey}/notify | Send notification for issue |
| GET | /rest/api/3/issue/{issueIdOrKey}/properties | Get issue property keys |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Delete issue property |
| GET | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Get issue property |
| PUT | /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} | Set issue property |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/remotelink | Delete remote issue link by global ID |
| GET | /rest/api/3/issue/{issueIdOrKey}/remotelink | Get remote issue links |
| POST | /rest/api/3/issue/{issueIdOrKey}/remotelink | Create or update remote issue link |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Delete remote issue link by ID |
| GET | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Get remote issue link by ID |
| PUT | /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} | Update remote issue link by ID |
| GET | /rest/api/3/issue/{issueIdOrKey}/transitions | Get transitions |
| POST | /rest/api/3/issue/{issueIdOrKey}/transitions | Transition issue |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/votes | Delete vote |
| GET | /rest/api/3/issue/{issueIdOrKey}/votes | Get votes |
| POST | /rest/api/3/issue/{issueIdOrKey}/votes | Add vote |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/watchers | Delete watcher |
| GET | /rest/api/3/issue/{issueIdOrKey}/watchers | Get issue watchers |
| POST | /rest/api/3/issue/{issueIdOrKey}/watchers | Add watcher |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/worklog | Bulk delete worklogs |
| GET | /rest/api/3/issue/{issueIdOrKey}/worklog | Get issue worklogs |
| POST | /rest/api/3/issue/{issueIdOrKey}/worklog | Add worklog |
| POST | /rest/api/3/issue/{issueIdOrKey}/worklog/move | Bulk move worklogs |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Delete worklog |
| GET | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Get worklog |
| PUT | /rest/api/3/issue/{issueIdOrKey}/worklog/{id} | Update worklog |
| GET | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties | Get worklog property keys |
| DELETE | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Delete worklog property |
| GET | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Get worklog property |
| PUT | /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} | Set worklog property |
| POST | /rest/api/3/issueLink | Create issue link |
| DELETE | /rest/api/3/issueLink/{linkId} | Delete issue link |
| GET | /rest/api/3/issueLink/{linkId} | Get issue link |
| GET | /rest/api/3/issueLinkType | Get issue link types |
| POST | /rest/api/3/issueLinkType | Create issue link type |
| DELETE | /rest/api/3/issueLinkType/{issueLinkTypeId} | Delete issue link type |
| GET | /rest/api/3/issueLinkType/{issueLinkTypeId} | Get issue link type |
| PUT | /rest/api/3/issueLinkType/{issueLinkTypeId} | Update issue link type |
| PUT | /rest/api/3/issues/archive/export | Export archived issue(s) |
| GET | /rest/api/3/issuesecurityschemes | Get issue security schemes |
| POST | /rest/api/3/issuesecurityschemes | Create issue security scheme |
| GET | /rest/api/3/issuesecurityschemes/level | Get issue security levels |
| PUT | /rest/api/3/issuesecurityschemes/level/default | Set default issue security levels |
| GET | /rest/api/3/issuesecurityschemes/level/member | Get issue security level members |
| GET | /rest/api/3/issuesecurityschemes/project | Get projects using issue security schemes |
| PUT | /rest/api/3/issuesecurityschemes/project | Associate security scheme to project |
| GET | /rest/api/3/issuesecurityschemes/search | Search issue security schemes |
| GET | /rest/api/3/issuesecurityschemes/{id} | Get issue security scheme |
| PUT | /rest/api/3/issuesecurityschemes/{id} | Update issue security scheme |
| GET | /rest/api/3/issuesecurityschemes/{issueSecuritySchemeId}/members | Get issue security level members by issue security scheme |
| DELETE | /rest/api/3/issuesecurityschemes/{schemeId} | Delete issue security scheme |
| PUT | /rest/api/3/issuesecurityschemes/{schemeId}/level | Add issue security levels |
| DELETE | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId} | Remove issue security level |
| PUT | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId} | Update issue security level |
| PUT | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member | Add issue security level members |
| DELETE | /rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member/{memberId} | Remove member from issue security level |
| GET | /rest/api/3/issuetype | Get all issue types for user |
| POST | /rest/api/3/issuetype | Create issue type |
| GET | /rest/api/3/issuetype/project | Get issue types for project |
| DELETE | /rest/api/3/issuetype/{id} | Delete issue type |
| GET | /rest/api/3/issuetype/{id} | Get issue type |
| PUT | /rest/api/3/issuetype/{id} | Update issue type |
| GET | /rest/api/3/issuetype/{id}/alternatives | Get alternative issue types |
| POST | /rest/api/3/issuetype/{id}/avatar2 | Load issue type avatar |
| GET | /rest/api/3/issuetype/{issueTypeId}/properties | Get issue type property keys |
| DELETE | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Delete issue type property |
| GET | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Get issue type property |
| PUT | /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} | Set issue type property |
| GET | /rest/api/3/issuetypescheme | Get all issue type schemes |
| POST | /rest/api/3/issuetypescheme | Create issue type scheme |
| GET | /rest/api/3/issuetypescheme/mapping | Get issue type scheme items |
| GET | /rest/api/3/issuetypescheme/project | Get issue type schemes for projects |
| PUT | /rest/api/3/issuetypescheme/project | Assign issue type scheme to project |
| DELETE | /rest/api/3/issuetypescheme/{issueTypeSchemeId} | Delete issue type scheme |
| PUT | /rest/api/3/issuetypescheme/{issueTypeSchemeId} | Update issue type scheme |
| PUT | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype | Add issue types to issue type scheme |
| PUT | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype/move | Change order of issue types |
| DELETE | /rest/api/3/issuetypescheme/{issueTypeSchemeId}/issuetype/{issueTypeId} | Remove issue type from issue type scheme |
| GET | /rest/api/3/issuetypescreenscheme | Get issue type screen schemes |
| POST | /rest/api/3/issuetypescreenscheme | Create issue type screen scheme |
| GET | /rest/api/3/issuetypescreenscheme/mapping | Get issue type screen scheme items |
| GET | /rest/api/3/issuetypescreenscheme/project | Get issue type screen schemes for projects |
| PUT | /rest/api/3/issuetypescreenscheme/project | Assign issue type screen scheme to project |
| DELETE | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId} | Delete issue type screen scheme |
| PUT | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId} | Update issue type screen scheme |
| PUT | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping | Append mappings to issue type screen scheme |
| PUT | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/default | Update issue type screen scheme default screen scheme |
| POST | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/remove | Remove mappings from issue type screen scheme |
| GET | /rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/project | Get issue type screen scheme projects |
| GET | /rest/api/3/jql/autocompletedata | Get field reference data (GET) |
| POST | /rest/api/3/jql/autocompletedata | Get field reference data (POST) |
| GET | /rest/api/3/jql/autocompletedata/suggestions | Get field auto complete suggestions |
| GET | /rest/api/3/jql/function/computation | Get precomputations (apps) |
| POST | /rest/api/3/jql/function/computation | Update precomputations (apps) |
| POST | /rest/api/3/jql/function/computation/search | Get precomputations by ID (apps) |
| POST | /rest/api/3/jql/match | Check issues against JQL |
| POST | /rest/api/3/jql/parse | Parse JQL query |
| POST | /rest/api/3/jql/pdcleaner | Convert user identifiers to account IDs in JQL queries |
| POST | /rest/api/3/jql/sanitize | Sanitize JQL queries |
| GET | /rest/api/3/label | Get all labels |
| GET | /rest/api/3/license/approximateLicenseCount | Get approximate license count |
| GET | /rest/api/3/license/approximateLicenseCount/product/{applicationKey} | Get approximate application license count |
| GET | /rest/api/3/mypermissions | Get my permissions |
| DELETE | /rest/api/3/mypreferences | Delete preference |
| GET | /rest/api/3/mypreferences | Get preference |
| PUT | /rest/api/3/mypreferences | Set preference |
| GET | /rest/api/3/mypreferences/locale | Get locale |
| PUT | /rest/api/3/mypreferences/locale | Set locale |
| GET | /rest/api/3/myself | Get current user |
| GET | /rest/api/3/notificationscheme | Get notification schemes paginated |
| POST | /rest/api/3/notificationscheme | Create notification scheme |
| GET | /rest/api/3/notificationscheme/project | Get projects using notification schemes paginated |
| GET | /rest/api/3/notificationscheme/{id} | Get notification scheme |
| PUT | /rest/api/3/notificationscheme/{id} | Update notification scheme |
| PUT | /rest/api/3/notificationscheme/{id}/notification | Add notifications to notification scheme |
| DELETE | /rest/api/3/notificationscheme/{notificationSchemeId} | Delete notification scheme |
| DELETE | /rest/api/3/notificationscheme/{notificationSchemeId}/notification/{notificationId} | Remove notification from notification scheme |
| GET | /rest/api/3/permissions | Get all permissions |
| POST | /rest/api/3/permissions/check | Get bulk permissions |
| POST | /rest/api/3/permissions/project | Get permitted projects |
| GET | /rest/api/3/permissionscheme | Get all permission schemes |
| POST | /rest/api/3/permissionscheme | Create permission scheme |
| DELETE | /rest/api/3/permissionscheme/{schemeId} | Delete permission scheme |
| GET | /rest/api/3/permissionscheme/{schemeId} | Get permission scheme |
| PUT | /rest/api/3/permissionscheme/{schemeId} | Update permission scheme |
| GET | /rest/api/3/permissionscheme/{schemeId}/permission | Get permission scheme grants |
| POST | /rest/api/3/permissionscheme/{schemeId}/permission | Create permission grant |
| DELETE | /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} | Delete permission scheme grant |
| GET | /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} | Get permission scheme grant |
| GET | /rest/api/3/plans/plan | Get plans paginated |
| POST | /rest/api/3/plans/plan | Create plan |
| GET | /rest/api/3/plans/plan/{planId} | Get plan |
| PUT | /rest/api/3/plans/plan/{planId} | Update plan |
| PUT | /rest/api/3/plans/plan/{planId}/archive | Archive plan |
| POST | /rest/api/3/plans/plan/{planId}/duplicate | Duplicate plan |
| GET | /rest/api/3/plans/plan/{planId}/team | Get teams in plan paginated |
| POST | /rest/api/3/plans/plan/{planId}/team/atlassian | Add Atlassian team to plan |
| DELETE | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Remove Atlassian team from plan |
| GET | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Get Atlassian team in plan |
| PUT | /rest/api/3/plans/plan/{planId}/team/atlassian/{atlassianTeamId} | Update Atlassian team in plan |
| POST | /rest/api/3/plans/plan/{planId}/team/planonly | Create plan-only team |
| DELETE | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Delete plan-only team |
| GET | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Get plan-only team |
| PUT | /rest/api/3/plans/plan/{planId}/team/planonly/{planOnlyTeamId} | Update plan-only team |
| PUT | /rest/api/3/plans/plan/{planId}/trash | Trash plan |
| GET | /rest/api/3/priority | Get priorities |
| POST | /rest/api/3/priority | Create priority |
| PUT | /rest/api/3/priority/default | Set default priority |
| PUT | /rest/api/3/priority/move | Move priorities |
| GET | /rest/api/3/priority/search | Search priorities |
| DELETE | /rest/api/3/priority/{id} | Delete priority |
| GET | /rest/api/3/priority/{id} | Get priority |
| PUT | /rest/api/3/priority/{id} | Update priority |
| GET | /rest/api/3/priorityscheme | Get priority schemes |
| POST | /rest/api/3/priorityscheme | Create priority scheme |
| POST | /rest/api/3/priorityscheme/mappings | Suggested priorities for mappings |
| GET | /rest/api/3/priorityscheme/priorities/available | Get available priorities by priority scheme |
| DELETE | /rest/api/3/priorityscheme/{schemeId} | Delete priority scheme |
| PUT | /rest/api/3/priorityscheme/{schemeId} | Update priority scheme |
| GET | /rest/api/3/priorityscheme/{schemeId}/priorities | Get priorities by priority scheme |
| GET | /rest/api/3/priorityscheme/{schemeId}/projects | Get projects by priority scheme |
| GET | /rest/api/3/project | Get all projects |
| POST | /rest/api/3/project | Create project |
| POST | /rest/api/3/project-template | Create custom project |
| PUT | /rest/api/3/project-template/edit-template | Edit a custom project template |
| GET | /rest/api/3/project-template/live-template | Gets a custom project template |
| DELETE | /rest/api/3/project-template/remove-template | Deletes a custom project template |
| POST | /rest/api/3/project-template/save-template | Save a custom project template |
| GET | /rest/api/3/project/recent | Get recent projects |
| GET | /rest/api/3/project/search | Get projects paginated |
| GET | /rest/api/3/project/type | Get all project types |
| GET | /rest/api/3/project/type/accessible | Get licensed project types |
| GET | /rest/api/3/project/type/{projectTypeKey} | Get project type by key |
| GET | /rest/api/3/project/type/{projectTypeKey}/accessible | Get accessible project type by key |
| DELETE | /rest/api/3/project/{projectIdOrKey} | Delete project |
| GET | /rest/api/3/project/{projectIdOrKey} | Get project |
| PUT | /rest/api/3/project/{projectIdOrKey} | Update project |
| POST | /rest/api/3/project/{projectIdOrKey}/archive | Archive project |
| PUT | /rest/api/3/project/{projectIdOrKey}/avatar | Set project avatar |
| DELETE | /rest/api/3/project/{projectIdOrKey}/avatar/{id} | Delete project avatar |
| POST | /rest/api/3/project/{projectIdOrKey}/avatar2 | Load project avatar |
| GET | /rest/api/3/project/{projectIdOrKey}/avatars | Get all project avatars |
| GET | /rest/api/3/project/{projectIdOrKey}/classification-config | Get the classification configuration for a project |
| DELETE | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Remove the default data classification level from a project |
| GET | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Get the default data classification level of a project |
| PUT | /rest/api/3/project/{projectIdOrKey}/classification-level/default | Update the default data classification level of a project |
| GET | /rest/api/3/project/{projectIdOrKey}/component | Get project components paginated |
| GET | /rest/api/3/project/{projectIdOrKey}/components | Get project components |
| POST | /rest/api/3/project/{projectIdOrKey}/delete | Delete project asynchronously |
| GET | /rest/api/3/project/{projectIdOrKey}/features | Get project features |
| PUT | /rest/api/3/project/{projectIdOrKey}/features/{featureKey} | Set project feature state |
| GET | /rest/api/3/project/{projectIdOrKey}/properties | Get project property keys |
| DELETE | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Delete project property |
| GET | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Get project property |
| PUT | /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} | Set project property |
| POST | /rest/api/3/project/{projectIdOrKey}/restore | Restore deleted or archived project |
| GET | /rest/api/3/project/{projectIdOrKey}/role | Get project roles for project |
| DELETE | /rest/api/3/project/{projectIdOrKey}/role/{id} | Delete actors from project role |
| GET | /rest/api/3/project/{projectIdOrKey}/role/{id} | Get project role for project |
| POST | /rest/api/3/project/{projectIdOrKey}/role/{id} | Add actors to project role |
| PUT | /rest/api/3/project/{projectIdOrKey}/role/{id} | Set actors for project role |
| GET | /rest/api/3/project/{projectIdOrKey}/roledetails | Get project role details |
| GET | /rest/api/3/project/{projectIdOrKey}/statuses | Get all statuses for project |
| GET | /rest/api/3/project/{projectIdOrKey}/version | Get project versions paginated |
| GET | /rest/api/3/project/{projectIdOrKey}/versions | Get project versions |
| GET | /rest/api/3/project/{projectId}/email | Get project's sender email |
| PUT | /rest/api/3/project/{projectId}/email | Set project's sender email |
| GET | /rest/api/3/project/{projectId}/hierarchy | Get project issue type hierarchy |
| GET | /rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme | Get project issue security scheme |
| GET | /rest/api/3/project/{projectKeyOrId}/notificationscheme | Get project notification scheme |
| GET | /rest/api/3/project/{projectKeyOrId}/permissionscheme | Get assigned permission scheme |
| PUT | /rest/api/3/project/{projectKeyOrId}/permissionscheme | Assign permission scheme |
| GET | /rest/api/3/project/{projectKeyOrId}/securitylevel | Get project issue security levels |
| GET | /rest/api/3/projectCategory | Get all project categories |
| POST | /rest/api/3/projectCategory | Create project category |
| DELETE | /rest/api/3/projectCategory/{id} | Delete project category |
| GET | /rest/api/3/projectCategory/{id} | Get project category by ID |
| PUT | /rest/api/3/projectCategory/{id} | Update project category |
| GET | /rest/api/3/projects/fields | Get fields for projects |
| GET | /rest/api/3/projectvalidate/key | Validate project key |
| GET | /rest/api/3/projectvalidate/validProjectKey | Get valid project key |
| GET | /rest/api/3/projectvalidate/validProjectName | Get valid project name |
| POST | /rest/api/3/redact | Redact |
| GET | /rest/api/3/redact/status/{jobId} | Get redaction status |
| GET | /rest/api/3/resolution | Get resolutions |
| POST | /rest/api/3/resolution | Create resolution |
| PUT | /rest/api/3/resolution/default | Set default resolution |
| PUT | /rest/api/3/resolution/move | Move resolutions |
| GET | /rest/api/3/resolution/search | Search resolutions |
| DELETE | /rest/api/3/resolution/{id} | Delete resolution |
| GET | /rest/api/3/resolution/{id} | Get resolution |
| PUT | /rest/api/3/resolution/{id} | Update resolution |
| GET | /rest/api/3/role | Get all project roles |
| POST | /rest/api/3/role | Create project role |
| DELETE | /rest/api/3/role/{id} | Delete project role |
| GET | /rest/api/3/role/{id} | Get project role by ID |
| POST | /rest/api/3/role/{id} | Partial update project role |
| PUT | /rest/api/3/role/{id} | Fully update project role |
| DELETE | /rest/api/3/role/{id}/actors | Delete default actors from project role |
| GET | /rest/api/3/role/{id}/actors | Get default actors for project role |
| POST | /rest/api/3/role/{id}/actors | Add default actors to project role |
| GET | /rest/api/3/screens | Get screens |
| POST | /rest/api/3/screens | Create screen |
| POST | /rest/api/3/screens/addToDefault/{fieldId} | Add field to default screen |
| GET | /rest/api/3/screens/tabs | Get bulk screen tabs |
| DELETE | /rest/api/3/screens/{screenId} | Delete screen |
| PUT | /rest/api/3/screens/{screenId} | Update screen |
| GET | /rest/api/3/screens/{screenId}/availableFields | Get available screen fields |
| GET | /rest/api/3/screens/{screenId}/tabs | Get all screen tabs |
| POST | /rest/api/3/screens/{screenId}/tabs | Create screen tab |
| DELETE | /rest/api/3/screens/{screenId}/tabs/{tabId} | Delete screen tab |
| PUT | /rest/api/3/screens/{screenId}/tabs/{tabId} | Update screen tab |
| GET | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields | Get all screen tab fields |
| POST | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields | Add screen tab field |
| DELETE | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id} | Remove screen tab field |
| POST | /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move | Move screen tab field |
| POST | /rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos} | Move screen tab |
| GET | /rest/api/3/screenscheme | Get screen schemes |
| POST | /rest/api/3/screenscheme | Create screen scheme |
| DELETE | /rest/api/3/screenscheme/{screenSchemeId} | Delete screen scheme |
| PUT | /rest/api/3/screenscheme/{screenSchemeId} | Update screen scheme |
| GET | /rest/api/3/search | Currently being removed. Search for issues using JQL (GET) |
| POST | /rest/api/3/search | Currently being removed. Search for issues using JQL (POST) |
| POST | /rest/api/3/search/approximate-count | Count issues using JQL |
| GET | /rest/api/3/search/jql | Search for issues using JQL enhanced search (GET) |
| POST | /rest/api/3/search/jql | Search for issues using JQL enhanced search (POST) |
| GET | /rest/api/3/securitylevel/{id} | Get issue security level |
| GET | /rest/api/3/serverInfo | Get Jira instance info |
| GET | /rest/api/3/settings/columns | Get issue navigator default columns |
| PUT | /rest/api/3/settings/columns | Set issue navigator default columns |
| GET | /rest/api/3/status | Get all statuses |
| GET | /rest/api/3/status/{idOrName} | Get status |
| GET | /rest/api/3/statuscategory | Get all status categories |
| GET | /rest/api/3/statuscategory/{idOrKey} | Get status category |
| DELETE | /rest/api/3/statuses | Bulk delete Statuses |
| GET | /rest/api/3/statuses | Bulk get statuses |
| POST | /rest/api/3/statuses | Bulk create statuses |
| PUT | /rest/api/3/statuses | Bulk update statuses |
| GET | /rest/api/3/statuses/byNames | Bulk get statuses by name |
| GET | /rest/api/3/statuses/search | Search statuses paginated |
| GET | /rest/api/3/statuses/{statusId}/project/{projectId}/issueTypeUsages | Get issue type usages by status and project |
| GET | /rest/api/3/statuses/{statusId}/projectUsages | Get project usages by status |
| GET | /rest/api/3/statuses/{statusId}/workflowUsages | Get workflow usages by status |
| GET | /rest/api/3/task/{taskId} | Get task |
| POST | /rest/api/3/task/{taskId}/cancel | Cancel task |
| GET | /rest/api/3/uiModifications | Get UI modifications |
| POST | /rest/api/3/uiModifications | Create UI modification |
| DELETE | /rest/api/3/uiModifications/{uiModificationId} | Delete UI modification |
| PUT | /rest/api/3/uiModifications/{uiModificationId} | Update UI modification |
| GET | /rest/api/3/universal_avatar/type/{type}/owner/{entityId} | Get avatars |
| POST | /rest/api/3/universal_avatar/type/{type}/owner/{entityId} | Load avatar |
| DELETE | /rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id} | Delete avatar |
| GET | /rest/api/3/universal_avatar/view/type/{type} | Get avatar image by type |
| GET | /rest/api/3/universal_avatar/view/type/{type}/avatar/{id} | Get avatar image by ID |
| GET | /rest/api/3/universal_avatar/view/type/{type}/owner/{entityId} | Get avatar image by owner |
| DELETE | /rest/api/3/user | Delete user |
| GET | /rest/api/3/user | Get user |
| POST | /rest/api/3/user | Create user |
| GET | /rest/api/3/user/assignable/multiProjectSearch | Find users assignable to projects |
| GET | /rest/api/3/user/assignable/search | Find users assignable to issues |
| GET | /rest/api/3/user/bulk | Bulk get users |
| GET | /rest/api/3/user/bulk/migration | Get account IDs for users |
| DELETE | /rest/api/3/user/columns | Reset user default columns |
| GET | /rest/api/3/user/columns | Get user default columns |
| PUT | /rest/api/3/user/columns | Set user default columns |
| GET | /rest/api/3/user/email | Get user email |
| GET | /rest/api/3/user/email/bulk | Get user email bulk |
| GET | /rest/api/3/user/groups | Get user groups |
| GET | /rest/api/3/user/permission/search | Find users with permissions |
| GET | /rest/api/3/user/picker | Find users for picker |
| GET | /rest/api/3/user/properties | Get user property keys |
| DELETE | /rest/api/3/user/properties/{propertyKey} | Delete user property |
| GET | /rest/api/3/user/properties/{propertyKey} | Get user property |
| PUT | /rest/api/3/user/properties/{propertyKey} | Set user property |
| GET | /rest/api/3/user/search | Find users |
| GET | /rest/api/3/user/search/query | Find users by query |
| GET | /rest/api/3/user/search/query/key | Find user keys by query |
| GET | /rest/api/3/user/viewissue/search | Find users with browse permission |
| GET | /rest/api/3/users | Get all users default |
| GET | /rest/api/3/users/search | Get all users |
| POST | /rest/api/3/version | Create version |
| DELETE | /rest/api/3/version/{id} | Delete version |
| GET | /rest/api/3/version/{id} | Get version |
| PUT | /rest/api/3/version/{id} | Update version |
| PUT | /rest/api/3/version/{id}/mergeto/{moveIssuesTo} | Merge versions |
| POST | /rest/api/3/version/{id}/move | Move version |
| GET | /rest/api/3/version/{id}/relatedIssueCounts | Get version's related issues count |
| GET | /rest/api/3/version/{id}/relatedwork | Get related work |
| POST | /rest/api/3/version/{id}/relatedwork | Create related work |
| PUT | /rest/api/3/version/{id}/relatedwork | Update related work |
| POST | /rest/api/3/version/{id}/removeAndSwap | Delete and replace version |
| GET | /rest/api/3/version/{id}/unresolvedIssueCount | Get version's unresolved issues count |
| DELETE | /rest/api/3/version/{versionId}/relatedwork/{relatedWorkId} | Delete related work |
| DELETE | /rest/api/3/webhook | Delete webhooks by ID |
| GET | /rest/api/3/webhook | Get dynamic webhooks for app |
| POST | /rest/api/3/webhook | Register dynamic webhooks |
| GET | /rest/api/3/webhook/failed | Get failed webhooks |
| PUT | /rest/api/3/webhook/refresh | Extend webhook life |
| GET | /rest/api/3/workflow | Get all workflows |
| POST | /rest/api/3/workflow | Create workflow |
| POST | /rest/api/3/workflow/history | Read workflow version from history |
| POST | /rest/api/3/workflow/history/list | List workflow history entries |
| GET | /rest/api/3/workflow/rule/config | Get workflow transition rule configurations |
| PUT | /rest/api/3/workflow/rule/config | Update workflow transition rule configurations |
| PUT | /rest/api/3/workflow/rule/config/delete | Delete workflow transition rule configurations |
| GET | /rest/api/3/workflow/search | Get workflows paginated |
| DELETE | /rest/api/3/workflow/transitions/{transitionId}/properties | Delete workflow transition property |
| GET | /rest/api/3/workflow/transitions/{transitionId}/properties | Get workflow transition properties |
| POST | /rest/api/3/workflow/transitions/{transitionId}/properties | Create workflow transition property |
| PUT | /rest/api/3/workflow/transitions/{transitionId}/properties | Update workflow transition property |
| DELETE | /rest/api/3/workflow/{entityId} | Delete inactive workflow |
| GET | /rest/api/3/workflow/{workflowId}/project/{projectId}/issueTypeUsages | Get issue types in a project that are using a given workflow |
| GET | /rest/api/3/workflow/{workflowId}/projectUsages | Get projects using a given workflow |
| GET | /rest/api/3/workflow/{workflowId}/workflowSchemes | Get workflow schemes which are using a given workflow |
| POST | /rest/api/3/workflows | Bulk get workflows |
| GET | /rest/api/3/workflows/capabilities | Get available workflow capabilities |
| POST | /rest/api/3/workflows/create | Bulk create workflows |
| POST | /rest/api/3/workflows/create/validation | Validate create workflows |
| GET | /rest/api/3/workflows/defaultEditor | Get the user's default workflow editor |
| POST | /rest/api/3/workflows/preview | Preview workflow |
| GET | /rest/api/3/workflows/search | Search workflows |
| POST | /rest/api/3/workflows/update | Bulk update workflows |
| POST | /rest/api/3/workflows/update/validation | Validate update workflows |
| GET | /rest/api/3/workflowscheme | Get all workflow schemes |
| POST | /rest/api/3/workflowscheme | Create workflow scheme |
| GET | /rest/api/3/workflowscheme/project | Get workflow scheme project associations |
| PUT | /rest/api/3/workflowscheme/project | Assign workflow scheme to project |
| POST | /rest/api/3/workflowscheme/project/switch | Switch workflow scheme for project |
| POST | /rest/api/3/workflowscheme/read | Bulk get workflow schemes |
| POST | /rest/api/3/workflowscheme/update | Update workflow scheme |
| POST | /rest/api/3/workflowscheme/update/mappings | Get required status mappings for workflow scheme update |
| DELETE | /rest/api/3/workflowscheme/{id} | Delete workflow scheme |
| GET | /rest/api/3/workflowscheme/{id} | Get workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id} | Classic update workflow scheme |
| POST | /rest/api/3/workflowscheme/{id}/createdraft | Create draft workflow scheme |
| DELETE | /rest/api/3/workflowscheme/{id}/default | Delete default workflow |
| GET | /rest/api/3/workflowscheme/{id}/default | Get default workflow |
| PUT | /rest/api/3/workflowscheme/{id}/default | Update default workflow |
| DELETE | /rest/api/3/workflowscheme/{id}/draft | Delete draft workflow scheme |
| GET | /rest/api/3/workflowscheme/{id}/draft | Get draft workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id}/draft | Update draft workflow scheme |
| DELETE | /rest/api/3/workflowscheme/{id}/draft/default | Delete draft default workflow |
| GET | /rest/api/3/workflowscheme/{id}/draft/default | Get draft default workflow |
| PUT | /rest/api/3/workflowscheme/{id}/draft/default | Update draft default workflow |
| DELETE | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Delete workflow for issue type in draft workflow scheme |
| GET | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Get workflow for issue type in draft workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} | Set workflow for issue type in draft workflow scheme |
| POST | /rest/api/3/workflowscheme/{id}/draft/publish | Publish draft workflow scheme |
| DELETE | /rest/api/3/workflowscheme/{id}/draft/workflow | Delete issue types for workflow in draft workflow scheme |
| GET | /rest/api/3/workflowscheme/{id}/draft/workflow | Get issue types for workflows in draft workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id}/draft/workflow | Set issue types for workflow in workflow scheme |
| DELETE | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Delete workflow for issue type in workflow scheme |
| GET | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Get workflow for issue type in workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id}/issuetype/{issueType} | Set workflow for issue type in workflow scheme |
| DELETE | /rest/api/3/workflowscheme/{id}/workflow | Delete issue types for workflow in workflow scheme |
| GET | /rest/api/3/workflowscheme/{id}/workflow | Get issue types for workflows in workflow scheme |
| PUT | /rest/api/3/workflowscheme/{id}/workflow | Set issue types for workflow in workflow scheme |
| GET | /rest/api/3/workflowscheme/{workflowSchemeId}/projectUsages | Get projects which are using a given workflow scheme |
| GET | /rest/api/3/worklog/deleted | Get IDs of deleted worklogs |
| POST | /rest/api/3/worklog/list | Get worklogs |
| GET | /rest/api/3/worklog/updated | Get IDs of updated worklogs |
| GET | /rest/atlassian-connect/1/addons/{addonKey}/properties | Get app properties |
| DELETE | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Delete app property |
| GET | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Get app property |
| PUT | /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} | Set app property |
| DELETE | /rest/atlassian-connect/1/app/module/dynamic | Remove modules |
| GET | /rest/atlassian-connect/1/app/module/dynamic | Get modules |
| POST | /rest/atlassian-connect/1/app/module/dynamic | Register modules |
| PUT | /rest/atlassian-connect/1/migration/field | Bulk update custom field value |
| PUT | /rest/atlassian-connect/1/migration/properties/{entityType} | Bulk update entity properties |
| POST | /rest/atlassian-connect/1/migration/workflow/rule/search | Get workflow transition rule configurations |
| GET | /rest/atlassian-connect/1/migration/{connectKey}/{jiraIssueFieldsKey}/task | Get Connect issue field migration task |
| GET | /rest/atlassian-connect/1/service-registry | Retrieve the attributes of service registries |
| GET | /rest/forge/1/app/properties | Get app property keys (Forge) |
| DELETE | /rest/forge/1/app/properties/{propertyKey} | Delete app property (Forge) |
| GET | /rest/forge/1/app/properties/{propertyKey} | Get app property (Forge) |
| PUT | /rest/forge/1/app/properties/{propertyKey} | Set app property (Forge) |
| POST | /rest/internal/api/latest/worklog/bulk | Get worklogs by issue id and worklog id |