jira_cloud 0.0.1-1001 copy "jira_cloud: ^0.0.1-1001" to clipboard
jira_cloud: ^0.0.1-1001 copied to clipboard

Jira Cloud Rest API library - generated from official swagger document swagger-v3.v3.json

jira_cloud #

Jira Cloud platform REST API documentation

This Dart package is automatically generated by the OpenAPI Generator project:

  • API version: 1001.0.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.DartDioClientCodegen

Requirements #

Dart 1.20.0 or later OR Flutter 0.0.20 or later

Installation & Usage #

Github #

If this Dart package is published to Github, please include the following in pubspec.yaml

name: jira_cloud
version: 1.0.0
description: OpenAPI API client
dependencies:
  jira_cloud:
    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
      version: 'any'

Local #

To use the package in your local drive, please include the following in pubspec.yaml

dependencies:
  jira_cloud:
    path: /path/to/jira_cloud

Getting Started #

Please follow the installation procedure and then run the following:

import 'package:jira_cloud/api.dart';


var api_instance = new AppPropertiesApi();
var addonKey = addonKey_example; // String | The key of the app, as defined in its descriptor.
var propertyKey = propertyKey_example; // String | The key of the property.

try {
    api_instance.addonPropertiesResourceDeleteAddonPropertyDelete(addonKey, propertyKey);
} catch (e) {
    print("Exception when calling AppPropertiesApi->addonPropertiesResourceDeleteAddonPropertyDelete: $e\n");
}

Documentation for API Endpoints #

All URIs are relative to https://mydomain.atlassian.net

Class Method HTTP request Description
AppPropertiesApi addonPropertiesResourceDeleteAddonPropertyDelete delete /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} Delete app property
AppPropertiesApi addonPropertiesResourceGetAddonPropertiesGet get /rest/atlassian-connect/1/addons/{addonKey}/properties Get app properties
AppPropertiesApi addonPropertiesResourceGetAddonPropertyGet get /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} Get app property
AppPropertiesApi addonPropertiesResourcePutAddonPropertyPut put /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} Set app property
ApplicationRolesApi comAtlassianJiraRestV2AdminApplicationroleApplicationRoleResourceGetAllApplicationRolesGet get /rest/api/3/applicationrole Get all application roles
ApplicationRolesApi comAtlassianJiraRestV2AdminApplicationroleApplicationRoleResourceGetApplicationRoleGet get /rest/api/3/applicationrole/{key} Get application role
AuditRecordsApi comAtlassianJiraRestV2AdminAuditingAuditingResourceGetAuditRecordsGet get /rest/api/3/auditing/record Get audit records
AvatarsApi comAtlassianJiraRestV2IssueAvatarResourceGetAllSystemAvatarsGet get /rest/api/3/avatar/{type}/system Get system avatars by type
AvatarsApi comAtlassianJiraRestV2IssueUniversalAvatarResourceDeleteAvatarDelete delete /rest/api/3/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id} Delete avatar
AvatarsApi comAtlassianJiraRestV2IssueUniversalAvatarResourceGetAvatarsGet get /rest/api/3/universal_avatar/type/{type}/owner/{entityId} Get avatars
AvatarsApi comAtlassianJiraRestV2IssueUniversalAvatarResourceStoreAvatarPost post /rest/api/3/universal_avatar/type/{type}/owner/{entityId} Load avatar
DashboardsApi comAtlassianJiraRestV2DashboardDashboardItemPropertyResourceDeleteDashboardItemPropertyDelete delete /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} Delete dashboard item property
DashboardsApi comAtlassianJiraRestV2DashboardDashboardItemPropertyResourceGetDashboardItemPropertyGet get /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} Get dashboard item property
DashboardsApi comAtlassianJiraRestV2DashboardDashboardItemPropertyResourceGetDashboardItemPropertyKeysGet get /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties Get dashboard item property keys
DashboardsApi comAtlassianJiraRestV2DashboardDashboardItemPropertyResourceSetDashboardItemPropertyPut put /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} Set dashboard item property
DashboardsApi comAtlassianJiraRestV2DashboardDashboardResourceGetAllDashboardsGet get /rest/api/3/dashboard Get all dashboards
DashboardsApi comAtlassianJiraRestV2DashboardDashboardResourceGetDashboardGet get /rest/api/3/dashboard/{id} Get dashboard
DashboardsApi comAtlassianJiraRestV2DashboardDashboardResourceGetDashboardsPaginatedGet get /rest/api/3/dashboard/search Search for dashboards
DynamicModulesApi dynamicModulesResourceGetModulesGet get /rest/atlassian-connect/1/app/module/dynamic Get modules
DynamicModulesApi dynamicModulesResourceRegisterModulesPost post /rest/atlassian-connect/1/app/module/dynamic Register modules
DynamicModulesApi dynamicModulesResourceRemoveModulesDelete delete /rest/atlassian-connect/1/app/module/dynamic Remove modules
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceAddSharePermissionPost post /rest/api/3/filter/{id}/permission Add share permission
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceDeleteSharePermissionDelete delete /rest/api/3/filter/{id}/permission/{permissionId} Delete share permission
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceGetDefaultShareScopeGet get /rest/api/3/filter/defaultShareScope Get default share scope
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceGetSharePermissionGet get /rest/api/3/filter/{id}/permission/{permissionId} Get share permission
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceGetSharePermissionsGet get /rest/api/3/filter/{id}/permission Get share permissions
FilterSharingApi comAtlassianJiraRestV2SearchFilterResourceSetDefaultShareScopePut put /rest/api/3/filter/defaultShareScope Set default share scope
FiltersApi comAtlassianJiraRestV2SearchFilterResourceCreateFilterPost post /rest/api/3/filter Create filter
FiltersApi comAtlassianJiraRestV2SearchFilterResourceDeleteFavouriteForFilterDelete delete /rest/api/3/filter/{id}/favourite Remove filter as favorite
FiltersApi comAtlassianJiraRestV2SearchFilterResourceDeleteFilterDelete delete /rest/api/3/filter/{id} Delete filter
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetColumnsGet get /rest/api/3/filter/{id}/columns Get columns
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetFavouriteFiltersGet get /rest/api/3/filter/favourite Get favorite filters
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetFilterGet get /rest/api/3/filter/{id} Get filter
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetFiltersGet get /rest/api/3/filter Get filters
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetFiltersPaginatedGet get /rest/api/3/filter/search Search for filters
FiltersApi comAtlassianJiraRestV2SearchFilterResourceGetMyFiltersGet get /rest/api/3/filter/my Get my filters
FiltersApi comAtlassianJiraRestV2SearchFilterResourceResetColumnsDelete delete /rest/api/3/filter/{id}/columns Reset columns
FiltersApi comAtlassianJiraRestV2SearchFilterResourceSetColumnsPut put /rest/api/3/filter/{id}/columns Set columns
FiltersApi comAtlassianJiraRestV2SearchFilterResourceSetFavouriteForFilterPut put /rest/api/3/filter/{id}/favourite Add filter as favorite
FiltersApi comAtlassianJiraRestV2SearchFilterResourceUpdateFilterPut put /rest/api/3/filter/{id} Update filter
GroupAndUserPickerApi comAtlassianJiraRestV2IssueGroupAndUserPickerResourceFindUsersAndGroupsGet get /rest/api/3/groupuserpicker Find users and groups
GroupsApi comAtlassianJiraRestV2IssueGroupPickerResourceFindGroupsGet get /rest/api/3/groups/picker Find groups
GroupsApi comAtlassianJiraRestV2IssueGroupResourceAddUserToGroupPost post /rest/api/3/group/user Add user to group
GroupsApi comAtlassianJiraRestV2IssueGroupResourceCreateGroupPost post /rest/api/3/group Create group
GroupsApi comAtlassianJiraRestV2IssueGroupResourceGetGroupGet get /rest/api/3/group Get group
GroupsApi comAtlassianJiraRestV2IssueGroupResourceGetUsersFromGroupGet get /rest/api/3/group/member Get users from group
GroupsApi comAtlassianJiraRestV2IssueGroupResourceRemoveGroupDelete delete /rest/api/3/group Remove group
GroupsApi comAtlassianJiraRestV2IssueGroupResourceRemoveUserFromGroupDelete delete /rest/api/3/group/user Remove user from group
IssueAttachmentsApi comAtlassianJiraRestV2IssueAttachmentAttachmentResourceExpandAttachmentForHumansGet get /rest/api/3/attachment/{id}/expand/human Get all metadata for an expanded attachment
IssueAttachmentsApi comAtlassianJiraRestV2IssueAttachmentAttachmentResourceExpandAttachmentForMachinesGet get /rest/api/3/attachment/{id}/expand/raw Get contents metadata for an expanded attachment
IssueAttachmentsApi comAtlassianJiraRestV2IssueAttachmentAttachmentResourceGetAttachmentGet get /rest/api/3/attachment/{id} Get attachment metadata
IssueAttachmentsApi comAtlassianJiraRestV2IssueAttachmentAttachmentResourceGetAttachmentMetaGet get /rest/api/3/attachment/meta Get Jira attachment settings
IssueAttachmentsApi comAtlassianJiraRestV2IssueAttachmentAttachmentResourceRemoveAttachmentDelete delete /rest/api/3/attachment/{id} Delete attachment
IssueAttachmentsApi comAtlassianJiraRestV2IssueIssueAttachmentsResourceAddAttachmentPost post /rest/api/3/issue/{issueIdOrKey}/attachments Add attachment
IssueCommentPropertiesApi comAtlassianJiraRestV2IssueCommentPropertyResourceDeleteCommentPropertyDelete delete /rest/api/3/comment/{commentId}/properties/{propertyKey} Delete comment property
IssueCommentPropertiesApi comAtlassianJiraRestV2IssueCommentPropertyResourceGetCommentPropertyGet get /rest/api/3/comment/{commentId}/properties/{propertyKey} Get comment property
IssueCommentPropertiesApi comAtlassianJiraRestV2IssueCommentPropertyResourceGetCommentPropertyKeysGet get /rest/api/3/comment/{commentId}/properties Get comment property keys
IssueCommentPropertiesApi comAtlassianJiraRestV2IssueCommentPropertyResourceSetCommentPropertyPut put /rest/api/3/comment/{commentId}/properties/{propertyKey} Set comment property
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentListResourceGetCommentsByIdsPost post /rest/api/3/comment/list Get comments by IDs
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentResourceAddCommentPost post /rest/api/3/issue/{issueIdOrKey}/comment Add comment
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentResourceDeleteCommentDelete delete /rest/api/3/issue/{issueIdOrKey}/comment/{id} Delete comment
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentResourceGetCommentGet get /rest/api/3/issue/{issueIdOrKey}/comment/{id} Get comment
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentResourceGetCommentsGet get /rest/api/3/issue/{issueIdOrKey}/comment Get comments
IssueCommentsApi comAtlassianJiraRestV2IssueIssueCommentResourceUpdateCommentPut put /rest/api/3/issue/{issueIdOrKey}/comment/{id} Update comment
IssueCustomFieldOptionsApi comAtlassianJiraRestV2IssueBulkCustomFieldOptionResourceCreateCustomFieldOptionsPost post /rest/api/3/customField/{fieldId}/option Create custom field options
IssueCustomFieldOptionsApi comAtlassianJiraRestV2IssueBulkCustomFieldOptionResourceGetOptionsForFieldGet get /rest/api/3/customField/{fieldId}/option Get options for field
IssueCustomFieldOptionsApi comAtlassianJiraRestV2IssueBulkCustomFieldOptionResourceUpdateCustomFieldOptionsPut put /rest/api/3/customField/{fieldId}/option Update custom field options
IssueCustomFieldOptionsApi comAtlassianJiraRestV2IssueCustomfieldCustomFieldOptionResourceGetCustomFieldOptionGet get /rest/api/3/customFieldOption/{id} Get custom field option
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceCreateIssueFieldOptionPost post /rest/api/3/field/{fieldKey}/option Create issue field option
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceDeleteIssueFieldOptionDelete delete /rest/api/3/field/{fieldKey}/option/{optionId} Delete issue field option
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceGetAllIssueFieldOptionsGet get /rest/api/3/field/{fieldKey}/option Get all issue field options
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceGetIssueFieldOptionGet get /rest/api/3/field/{fieldKey}/option/{optionId} Get issue field option
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceGetSelectableIssueFieldOptionsGet get /rest/api/3/field/{fieldKey}/option/suggestions/edit Get selectable issue field options
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceGetVisibleIssueFieldOptionsGet get /rest/api/3/field/{fieldKey}/option/suggestions/search Get visible issue field options
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceReplaceIssueFieldOptionDelete delete /rest/api/3/field/{fieldKey}/option/{optionId}/issue Replace issue field option
IssueCustomFieldOptionsAppsApi comAtlassianJiraRestV2IssueFieldIssueFieldOptionResourceUpdateIssueFieldOptionPut put /rest/api/3/field/{fieldKey}/option/{optionId} Update issue field option
IssueFieldConfigurationsApi comAtlassianJiraRestV2IssueFieldFieldConfigurationResourceGetAllFieldConfigurationsGet get /rest/api/3/fieldconfiguration Get all field configurations
IssueFieldConfigurationsApi comAtlassianJiraRestV2IssueFieldFieldConfigurationResourceGetFieldConfigurationItemsGet get /rest/api/3/fieldconfiguration/{id}/fields Get field configuration items
IssueFieldConfigurationsApi comAtlassianJiraRestV2IssueFieldFieldConfigurationSchemeResourceGetFieldConfigurationSchemeMappingsGet get /rest/api/3/fieldconfigurationscheme/mapping Get field configuration issue type items
IssueFieldsApi comAtlassianJiraRestV2IssueFieldFieldSearchResourceGetFieldsPaginatedGet get /rest/api/3/field/search Get fields paginated
IssueFieldsApi comAtlassianJiraRestV2IssueFieldResourceCreateCustomFieldPost post /rest/api/3/field Create custom field
IssueFieldsApi comAtlassianJiraRestV2IssueFieldResourceGetContextsForFieldGet get /rest/api/3/field/{fieldId}/contexts Get contexts for a field
IssueFieldsApi comAtlassianJiraRestV2IssueFieldResourceGetFieldsGet get /rest/api/3/field Get fields
IssueLinkTypesApi comAtlassianJiraRestV2IssueIssueLinkTypeResourceCreateIssueLinkTypePost post /rest/api/3/issueLinkType Create issue link type
IssueLinkTypesApi comAtlassianJiraRestV2IssueIssueLinkTypeResourceDeleteIssueLinkTypeDelete delete /rest/api/3/issueLinkType/{issueLinkTypeId} Delete issue link type
IssueLinkTypesApi comAtlassianJiraRestV2IssueIssueLinkTypeResourceGetIssueLinkTypeGet get /rest/api/3/issueLinkType/{issueLinkTypeId} Get issue link type
IssueLinkTypesApi comAtlassianJiraRestV2IssueIssueLinkTypeResourceGetIssueLinkTypesGet get /rest/api/3/issueLinkType Get issue link types
IssueLinkTypesApi comAtlassianJiraRestV2IssueIssueLinkTypeResourceUpdateIssueLinkTypePut put /rest/api/3/issueLinkType/{issueLinkTypeId} Update issue link type
IssueLinksApi comAtlassianJiraRestV2IssueLinkIssueResourceDeleteIssueLinkDelete delete /rest/api/3/issueLink/{linkId} Delete issue link
IssueLinksApi comAtlassianJiraRestV2IssueLinkIssueResourceGetIssueLinkGet get /rest/api/3/issueLink/{linkId} Get issue link
IssueLinksApi comAtlassianJiraRestV2IssueLinkIssueResourceLinkIssuesPost post /rest/api/3/issueLink Create issue link
IssueNavigatorSettingsApi comAtlassianJiraRestV2AdminSettingsResourceGetIssueNavigatorDefaultColumnsGet get /rest/api/3/settings/columns Get issue navigator default columns
IssueNavigatorSettingsApi comAtlassianJiraRestV2AdminSettingsResourceSetIssueNavigatorDefaultColumnsPut put /rest/api/3/settings/columns Set issue navigator default columns
IssueNotificationSchemesApi comAtlassianJiraRestV2NotificationNotificationSchemeResourceGetNotificationSchemeGet get /rest/api/3/notificationscheme/{id} Get notification scheme
IssueNotificationSchemesApi comAtlassianJiraRestV2NotificationNotificationSchemeResourceGetNotificationSchemesGet get /rest/api/3/notificationscheme Get notification schemes paginated
IssuePrioritiesApi comAtlassianJiraRestV2IssuePriorityResourceGetPrioritiesGet get /rest/api/3/priority Get priorities
IssuePrioritiesApi comAtlassianJiraRestV2IssuePriorityResourceGetPriorityGet get /rest/api/3/priority/{id} Get priority
IssuePropertiesApi comAtlassianJiraRestV2IssueIssuePropertyResourceDeleteIssuePropertyDelete delete /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} Delete issue property
IssuePropertiesApi comAtlassianJiraRestV2IssueIssuePropertyResourceGetIssuePropertyGet get /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} Get issue property
IssuePropertiesApi comAtlassianJiraRestV2IssueIssuePropertyResourceGetIssuePropertyKeysGet get /rest/api/3/issue/{issueIdOrKey}/properties Get issue property keys
IssuePropertiesApi comAtlassianJiraRestV2IssueIssuePropertyResourceSetIssuePropertyPut put /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey} Set issue property
IssuePropertiesApi comAtlassianJiraRestV2PropertyIssuePropertyBulkUpdateResourceBulkDeleteIssuePropertyDelete delete /rest/api/3/issue/properties/{propertyKey} Bulk delete issue property
IssuePropertiesApi comAtlassianJiraRestV2PropertyIssuePropertyBulkUpdateResourceBulkSetIssuePropertyPut put /rest/api/3/issue/properties/{propertyKey} Bulk set issue property
IssuePropertiesApi comAtlassianJiraRestV2PropertyIssuePropertyBulkUpdateResourceBulkSetIssuesPropertiesPost post /rest/api/3/issue/properties Bulk set issues properties
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceCreateOrUpdateRemoteIssueLinkPost post /rest/api/3/issue/{issueIdOrKey}/remotelink Create or update remote issue link
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceDeleteRemoteIssueLinkByGlobalIdDelete delete /rest/api/3/issue/{issueIdOrKey}/remotelink Delete remote issue link by global ID
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceDeleteRemoteIssueLinkByIdDelete delete /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} Delete remote issue link by ID
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceGetRemoteIssueLinkByIdGet get /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} Get remote issue link by ID
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceGetRemoteIssueLinksGet get /rest/api/3/issue/{issueIdOrKey}/remotelink Get remote issue links
IssueRemoteLinksApi comAtlassianJiraRestV2IssueIssueResourceUpdateRemoteIssueLinkPut put /rest/api/3/issue/{issueIdOrKey}/remotelink/{linkId} Update remote issue link by ID
IssueResolutionsApi comAtlassianJiraRestV2IssueResolutionResourceGetResolutionGet get /rest/api/3/resolution/{id} Get resolution
IssueResolutionsApi comAtlassianJiraRestV2IssueResolutionResourceGetResolutionsGet get /rest/api/3/resolution Get resolutions
IssueSearchApi comAtlassianJiraRestV2IssueIssueResourceGetIssuePickerResourceGet get /rest/api/3/issue/picker Get issue picker suggestions
IssueSearchApi comAtlassianJiraRestV2MatchIssueMatchResourceMatchIssuesPost post /rest/api/3/jql/match Check issues against JQL
IssueSearchApi comAtlassianJiraRestV2SearchSearchResourceSearchForIssuesUsingJqlGet get /rest/api/3/search Search for issues using JQL (GET)
IssueSearchApi comAtlassianJiraRestV2SearchSearchResourceSearchForIssuesUsingJqlPost post /rest/api/3/search Search for issues using JQL (POST)
IssueSecurityLevelApi comAtlassianJiraRestV2IssueIssueSecurityLevelResourceGetIssueSecurityLevelGet get /rest/api/3/securitylevel/{id} Get issue security level
IssueSecuritySchemesApi comAtlassianJiraRestV2IssueIssueSecuritySchemeResourceGetIssueSecuritySchemeGet get /rest/api/3/issuesecurityschemes/{id} Get issue security scheme
IssueSecuritySchemesApi comAtlassianJiraRestV2IssueIssueSecuritySchemeResourceGetIssueSecuritySchemesGet get /rest/api/3/issuesecurityschemes Get issue security schemes
IssueTypePropertiesApi comAtlassianJiraRestV2IssueIssueTypePropertyResourceDeleteIssueTypePropertyDelete delete /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} Delete issue type property
IssueTypePropertiesApi comAtlassianJiraRestV2IssueIssueTypePropertyResourceGetIssueTypePropertyGet get /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} Get issue type property
IssueTypePropertiesApi comAtlassianJiraRestV2IssueIssueTypePropertyResourceGetIssueTypePropertyKeysGet get /rest/api/3/issuetype/{issueTypeId}/properties Get issue type property keys
IssueTypePropertiesApi comAtlassianJiraRestV2IssueIssueTypePropertyResourceSetIssueTypePropertyPut put /rest/api/3/issuetype/{issueTypeId}/properties/{propertyKey} Set issue type property
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceCreateIssueTypeAvatarPost post /rest/api/3/issuetype/{id}/avatar2 Load issue type avatar
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceCreateIssueTypePost post /rest/api/3/issuetype Create issue type
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceDeleteIssueTypeDelete delete /rest/api/3/issuetype/{id} Delete issue type
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceGetAlternativeIssueTypesGet get /rest/api/3/issuetype/{id}/alternatives Get alternative issue types
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceGetIssueAllTypesGet get /rest/api/3/issuetype Get all issue types for user
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceGetIssueTypeGet get /rest/api/3/issuetype/{id} Get issue type
IssueTypesApi comAtlassianJiraRestV2IssueIssueTypeResourceUpdateIssueTypePut put /rest/api/3/issuetype/{id} Update issue type
IssueVotesApi comAtlassianJiraRestV2IssueIssueResourceAddVotePost post /rest/api/3/issue/{issueIdOrKey}/votes Add vote
IssueVotesApi comAtlassianJiraRestV2IssueIssueResourceGetVotesGet get /rest/api/3/issue/{issueIdOrKey}/votes Get votes
IssueVotesApi comAtlassianJiraRestV2IssueIssueResourceRemoveVoteDelete delete /rest/api/3/issue/{issueIdOrKey}/votes Delete vote
IssueWatchersApi comAtlassianJiraRestV2IssueIssueResourceAddWatcherPost post /rest/api/3/issue/{issueIdOrKey}/watchers Add watcher
IssueWatchersApi comAtlassianJiraRestV2IssueIssueResourceGetIssueWatchersGet get /rest/api/3/issue/{issueIdOrKey}/watchers Get issue watchers
IssueWatchersApi comAtlassianJiraRestV2IssueIssueResourceRemoveWatcherDelete delete /rest/api/3/issue/{issueIdOrKey}/watchers Delete watcher
IssueWorklogPropertiesApi comAtlassianJiraRestV2IssueWorklogPropertyResourceDeleteWorklogPropertyDelete delete /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} Delete worklog property
IssueWorklogPropertiesApi comAtlassianJiraRestV2IssueWorklogPropertyResourceGetWorklogPropertyGet get /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} Get worklog property
IssueWorklogPropertiesApi comAtlassianJiraRestV2IssueWorklogPropertyResourceGetWorklogPropertyKeysGet get /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties Get worklog property keys
IssueWorklogPropertiesApi comAtlassianJiraRestV2IssueWorklogPropertyResourceSetWorklogPropertyPut put /rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey} Set worklog property
IssueWorklogsApi comAtlassianJiraRestV2IssueIssueWorklogsResourceAddWorklogPost post /rest/api/3/issue/{issueIdOrKey}/worklog Add worklog
IssueWorklogsApi comAtlassianJiraRestV2IssueIssueWorklogsResourceDeleteWorklogDelete delete /rest/api/3/issue/{issueIdOrKey}/worklog/{id} Delete worklog
IssueWorklogsApi comAtlassianJiraRestV2IssueIssueWorklogsResourceGetIssueWorklogGet get /rest/api/3/issue/{issueIdOrKey}/worklog Get issue worklogs
IssueWorklogsApi comAtlassianJiraRestV2IssueIssueWorklogsResourceGetWorklogGet get /rest/api/3/issue/{issueIdOrKey}/worklog/{id} Get worklog
IssueWorklogsApi comAtlassianJiraRestV2IssueIssueWorklogsResourceUpdateWorklogPut put /rest/api/3/issue/{issueIdOrKey}/worklog/{id} Update worklog
IssueWorklogsApi comAtlassianJiraRestV2IssueWorklogWorklogResourceGetIdsOfWorklogsDeletedSinceGet get /rest/api/3/worklog/deleted Get IDs of deleted worklogs
IssueWorklogsApi comAtlassianJiraRestV2IssueWorklogWorklogResourceGetIdsOfWorklogsModifiedSinceGet get /rest/api/3/worklog/updated Get IDs of updated worklogs
IssueWorklogsApi comAtlassianJiraRestV2IssueWorklogWorklogResourceGetWorklogsForIdsPost post /rest/api/3/worklog/list Get worklogs
IssuesApi comAtlassianJiraRestV2IssueIssueChangelogResourceGetChangeLogsGet get /rest/api/3/issue/{issueIdOrKey}/changelog Get change logs
IssuesApi comAtlassianJiraRestV2IssueIssueResourceAssignIssuePut put /rest/api/3/issue/{issueIdOrKey}/assignee Assign issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceCreateIssuePost post /rest/api/3/issue Create issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceCreateIssuesPost post /rest/api/3/issue/bulk Bulk create issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceDeleteIssueDelete delete /rest/api/3/issue/{issueIdOrKey} Delete issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceDoTransitionPost post /rest/api/3/issue/{issueIdOrKey}/transitions Transition issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceEditIssuePut put /rest/api/3/issue/{issueIdOrKey} Edit issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceGetCreateIssueMetaGet get /rest/api/3/issue/createmeta Get create issue metadata
IssuesApi comAtlassianJiraRestV2IssueIssueResourceGetEditIssueMetaGet get /rest/api/3/issue/{issueIdOrKey}/editmeta Get edit issue metadata
IssuesApi comAtlassianJiraRestV2IssueIssueResourceGetIssueGet get /rest/api/3/issue/{issueIdOrKey} Get issue
IssuesApi comAtlassianJiraRestV2IssueIssueResourceGetTransitionsGet get /rest/api/3/issue/{issueIdOrKey}/transitions Get transitions
IssuesApi comAtlassianJiraRestV2IssueIssueResourceNotifyPost post /rest/api/3/issue/{issueIdOrKey}/notify Send notification for issue
JQLApi comAtlassianJiraRestV2JqlJqlParserResourceParseJqlQueriesPost post /rest/api/3/jql/parse Parse JQL query
JQLApi comAtlassianJiraRestV2SearchJQLPersonalDataMigrationResourceMigrateQueriesPost post /rest/api/3/jql/pdcleaner Convert user identifiers to account IDs in JQL queries
JQLApi comAtlassianJiraRestV2SearchSearchAutoCompleteResourceGetAutoCompleteGet get /rest/api/3/jql/autocompletedata Get field reference data
JQLApi comAtlassianJiraRestV2SearchSearchAutoCompleteResourceGetFieldAutoCompleteForQueryStringGet get /rest/api/3/jql/autocompletedata/suggestions Get field auto complete suggestions
JiraExpressionsApi comAtlassianJiraRestV2ExpressionJiraExpressionsResourceAnalyseExpressionPost post /rest/api/3/expression/analyse Analyse Jira expression
JiraExpressionsApi comAtlassianJiraRestV2ExpressionJiraExpressionsResourceEvaluateJiraExpressionPost post /rest/api/3/expression/eval Evaluate Jira expression
JiraSettingsApi comAtlassianJiraRestV2AdminApplicationPropertiesResourceGetAdvancedSettingsGet get /rest/api/3/application-properties/advanced-settings Get advanced settings
JiraSettingsApi comAtlassianJiraRestV2AdminApplicationPropertiesResourceGetApplicationPropertyGet get /rest/api/3/application-properties Get application property
JiraSettingsApi comAtlassianJiraRestV2AdminApplicationPropertiesResourceSetApplicationPropertyPut put /rest/api/3/application-properties/{id} Set application property
JiraSettingsApi comAtlassianJiraRestV2AdminConfigurationResourceGetConfigurationGet get /rest/api/3/configuration Get global settings
LabelsApi comAtlassianJiraRestV2LabelLabelResourceGetAllLabelsGet get /rest/api/3/label Get all labels
MyselfApi comAtlassianJiraRestV2IssueCurrentUserResourceGetCurrentUserGet get /rest/api/3/myself Get current user
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceDeleteLocaleDelete delete /rest/api/3/mypreferences/locale Delete locale
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceGetLocaleGet get /rest/api/3/mypreferences/locale Get locale
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceGetPreferenceGet get /rest/api/3/mypreferences Get preference
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceRemovePreferenceDelete delete /rest/api/3/mypreferences Delete preference
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceSetLocalePut put /rest/api/3/mypreferences/locale Set locale
MyselfApi comAtlassianJiraRestV2PreferenceCurrentUserPreferencesResourceSetPreferencePut put /rest/api/3/mypreferences Set preference
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceCreatePermissionGrantPost post /rest/api/3/permissionscheme/{schemeId}/permission Create permission grant
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceCreatePermissionSchemePost post /rest/api/3/permissionscheme Create permission scheme
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceDeletePermissionSchemeDelete delete /rest/api/3/permissionscheme/{schemeId} Delete permission scheme
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceDeletePermissionSchemeEntityDelete delete /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} Delete permission scheme grant
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceGetAllPermissionSchemesGet get /rest/api/3/permissionscheme Get all permission schemes
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceGetPermissionSchemeGet get /rest/api/3/permissionscheme/{schemeId} Get permission scheme
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceGetPermissionSchemeGrantGet get /rest/api/3/permissionscheme/{schemeId}/permission/{permissionId} Get permission scheme grant
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceGetPermissionSchemeGrantsGet get /rest/api/3/permissionscheme/{schemeId}/permission Get permission scheme grants
PermissionSchemesApi comAtlassianJiraRestV2AdminPermissionschemePermissionSchemeResourceUpdatePermissionSchemePut put /rest/api/3/permissionscheme/{schemeId} Update permission scheme
PermissionsApi comAtlassianJiraRestV2PermissionPermissionsResourceGetAllPermissionsGet get /rest/api/3/permissions Get all permissions
PermissionsApi comAtlassianJiraRestV2PermissionPermissionsResourceGetBulkPermissionsPost post /rest/api/3/permissions/check Get bulk permissions
PermissionsApi comAtlassianJiraRestV2PermissionPermissionsResourceGetMyPermissionsGet get /rest/api/3/mypermissions Get my permissions
PermissionsApi comAtlassianJiraRestV2PermissionPermissionsResourceGetPermittedProjectsPost post /rest/api/3/permissions/project Get permitted projects
ProjectAvatarsApi comAtlassianJiraRestV2IssueProjectResourceCreateProjectAvatarPost post /rest/api/3/project/{projectIdOrKey}/avatar2 Load project avatar
ProjectAvatarsApi comAtlassianJiraRestV2IssueProjectResourceDeleteProjectAvatarDelete delete /rest/api/3/project/{projectIdOrKey}/avatar/{id} Delete project avatar
ProjectAvatarsApi comAtlassianJiraRestV2IssueProjectResourceGetAllProjectAvatarsGet get /rest/api/3/project/{projectIdOrKey}/avatars Get all project avatars
ProjectAvatarsApi comAtlassianJiraRestV2IssueProjectResourceUpdateProjectAvatarPut put /rest/api/3/project/{projectIdOrKey}/avatar Set project avatar
ProjectCategoriesApi comAtlassianJiraRestV2IssueProjectCategoryResourceCreateProjectCategoryPost post /rest/api/3/projectCategory Create project category
ProjectCategoriesApi comAtlassianJiraRestV2IssueProjectCategoryResourceGetAllProjectCategoriesGet get /rest/api/3/projectCategory Get all project categories
ProjectCategoriesApi comAtlassianJiraRestV2IssueProjectCategoryResourceGetProjectCategoryByIdGet get /rest/api/3/projectCategory/{id} Get project category by id
ProjectCategoriesApi comAtlassianJiraRestV2IssueProjectCategoryResourceRemoveProjectCategoryDelete delete /rest/api/3/projectCategory/{id} Delete project category
ProjectCategoriesApi comAtlassianJiraRestV2IssueProjectCategoryResourceUpdateProjectCategoryPut put /rest/api/3/projectCategory/{id} Update project category
ProjectComponentsApi comAtlassianJiraRestV2IssueComponentResourceCreateComponentPost post /rest/api/3/component Create component
ProjectComponentsApi comAtlassianJiraRestV2IssueComponentResourceDeleteComponentDelete delete /rest/api/3/component/{id} Delete component
ProjectComponentsApi comAtlassianJiraRestV2IssueComponentResourceGetComponentGet get /rest/api/3/component/{id} Get component
ProjectComponentsApi comAtlassianJiraRestV2IssueComponentResourceGetComponentRelatedIssuesGet get /rest/api/3/component/{id}/relatedIssueCounts Get component issues count
ProjectComponentsApi comAtlassianJiraRestV2IssueComponentResourceUpdateComponentPut put /rest/api/3/component/{id} Update component
ProjectComponentsApi comAtlassianJiraRestV2IssueProjectResourceGetProjectComponentsGet get /rest/api/3/project/{projectIdOrKey}/components Get project components
ProjectComponentsApi comAtlassianJiraRestV2IssueProjectResourceGetProjectComponentsPaginatedGet get /rest/api/3/project/{projectIdOrKey}/component Get project components paginated
ProjectKeyAndNameValidationApi comAtlassianJiraRestV2IssueProjectValidateResourceGetValidProjectKeyGet get /rest/api/3/projectvalidate/validProjectKey Get valid project key
ProjectKeyAndNameValidationApi comAtlassianJiraRestV2IssueProjectValidateResourceGetValidProjectNameGet get /rest/api/3/projectvalidate/validProjectName Get valid project name
ProjectKeyAndNameValidationApi comAtlassianJiraRestV2IssueProjectValidateResourceValidateProjectKeyGet get /rest/api/3/projectvalidate/key Validate project key
ProjectPermissionSchemesApi comAtlassianJiraRestV2IssueProjectIssueSecurityLevelSchemeResourceGetIssueSecuritySchemeGet get /rest/api/3/project/{projectKeyOrId}/issuesecuritylevelscheme Get project issue security scheme
ProjectPermissionSchemesApi comAtlassianJiraRestV2PermissionProjectPermissionSchemeResourceAssignPermissionSchemePut put /rest/api/3/project/{projectKeyOrId}/permissionscheme Assign permission scheme
ProjectPermissionSchemesApi comAtlassianJiraRestV2PermissionProjectPermissionSchemeResourceGetAssignedPermissionSchemeGet get /rest/api/3/project/{projectKeyOrId}/permissionscheme Get assigned permission scheme
ProjectPermissionSchemesApi comAtlassianJiraRestV2SecuritylevelProjectSecurityLevelResourceGetSecurityLevelsForProjectGet get /rest/api/3/project/{projectKeyOrId}/securitylevel Get project issue security levels
ProjectPropertiesApi comAtlassianJiraRestV2IssueProjectPropertyResourceDeleteProjectPropertyDelete delete /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} Delete project property
ProjectPropertiesApi comAtlassianJiraRestV2IssueProjectPropertyResourceGetProjectPropertyGet get /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} Get project property
ProjectPropertiesApi comAtlassianJiraRestV2IssueProjectPropertyResourceGetProjectPropertyKeysGet get /rest/api/3/project/{projectIdOrKey}/properties Get project property keys
ProjectPropertiesApi comAtlassianJiraRestV2IssueProjectPropertyResourceSetProjectPropertyPut put /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} Set project property
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectProjectRoleResourceAddActorUsersPost post /rest/api/3/project/{projectIdOrKey}/role/{id} Add actors to project role
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectProjectRoleResourceDeleteActorDelete delete /rest/api/3/project/{projectIdOrKey}/role/{id} Delete actors from project role
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectProjectRoleResourceSetActorsPut put /rest/api/3/project/{projectIdOrKey}/role/{id} Set actors for project role
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectRoleResourceAddProjectRoleActorsToRolePost post /rest/api/3/role/{id}/actors Add default actors to project role
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectRoleResourceDeleteProjectRoleActorsFromRoleDelete delete /rest/api/3/role/{id}/actors Delete default actors from project role
ProjectRoleActorsApi comAtlassianJiraRestV2IssueProjectRoleResourceGetProjectRoleActorsForRoleGet get /rest/api/3/role/{id}/actors Get default actors for project role
ProjectRolesApi comAtlassianJiraRestV2IssueProjectProjectRoleDetailsResourceGetProjectRoleDetailsGet get /rest/api/3/project/{projectIdOrKey}/roledetails Get project role details
ProjectRolesApi comAtlassianJiraRestV2IssueProjectProjectRoleResourceGetProjectRoleGet get /rest/api/3/project/{projectIdOrKey}/role/{id} Get project role for project
ProjectRolesApi comAtlassianJiraRestV2IssueProjectProjectRoleResourceGetProjectRolesGet get /rest/api/3/project/{projectIdOrKey}/role Get project roles for project
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourceCreateProjectRolePost post /rest/api/3/role Create project role
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourceDeleteProjectRoleDelete delete /rest/api/3/role/{id} Delete project role
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourceFullyUpdateProjectRolePut put /rest/api/3/role/{id} Fully update project role
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourceGetAllProjectRolesGet get /rest/api/3/role Get all project roles
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourceGetProjectRoleByIdGet get /rest/api/3/role/{id} Get project role by ID
ProjectRolesApi comAtlassianJiraRestV2IssueProjectRoleResourcePartialUpdateProjectRolePost post /rest/api/3/role/{id} Partial update project role
ProjectTypesApi comAtlassianJiraRestV2ProjectTypeProjectTypeResourceGetAccessibleProjectTypeByKeyGet get /rest/api/3/project/type/{projectTypeKey}/accessible Get accessible project type by key
ProjectTypesApi comAtlassianJiraRestV2ProjectTypeProjectTypeResourceGetAllProjectTypesGet get /rest/api/3/project/type Get all project types
ProjectTypesApi comAtlassianJiraRestV2ProjectTypeProjectTypeResourceGetProjectTypeByKeyGet get /rest/api/3/project/type/{projectTypeKey} Get project type by key
ProjectVersionsApi comAtlassianJiraRestV2IssueProjectResourceGetProjectVersionsGet get /rest/api/3/project/{projectIdOrKey}/versions Get project versions
ProjectVersionsApi comAtlassianJiraRestV2IssueProjectResourceGetProjectVersionsPaginatedGet get /rest/api/3/project/{projectIdOrKey}/version Get project versions paginated
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceCreateVersionPost post /rest/api/3/version Create version
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceDeleteAndReplaceVersionPost post /rest/api/3/version/{id}/removeAndSwap Delete and replace version
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceDeleteVersionDelete delete /rest/api/3/version/{id} Delete version
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceGetVersionGet get /rest/api/3/version/{id} Get version
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceGetVersionRelatedIssuesGet get /rest/api/3/version/{id}/relatedIssueCounts Get version's related issues count
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceGetVersionUnresolvedIssuesGet get /rest/api/3/version/{id}/unresolvedIssueCount Get version's unresolved issues count
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceMergeVersionsPut put /rest/api/3/version/{id}/mergeto/{moveIssuesTo} Merge versions
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceMoveVersionPost post /rest/api/3/version/{id}/move Move version
ProjectVersionsApi comAtlassianJiraRestV2IssueVersionResourceUpdateVersionPut put /rest/api/3/version/{id} Update version
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceCreateProjectPost post /rest/api/3/project Create project
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceDeleteProjectDelete delete /rest/api/3/project/{projectIdOrKey} Delete project
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceGetAllProjectsGet get /rest/api/3/project Get all projects
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceGetAllStatusesGet get /rest/api/3/project/{projectIdOrKey}/statuses Get all statuses for project
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceGetProjectGet get /rest/api/3/project/{projectIdOrKey} Get project
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceSearchProjectsGet get /rest/api/3/project/search Get projects paginated
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceUpdateProjectPut put /rest/api/3/project/{projectIdOrKey} Update project
ProjectsApi comAtlassianJiraRestV2IssueProjectResourceUpdateProjectTypePut put /rest/api/3/project/{projectIdOrKey}/type/{newProjectTypeKey} Update project type
ProjectsApi comAtlassianJiraRestV2NextgenHierarchyResourceGetHierarchyGet get /rest/api/3/project/{projectId}/hierarchy Get project issue type hierarchy
ProjectsApi comAtlassianJiraRestV2NotificationProjectNotificationSchemeResourceGetNotificationSchemeGet get /rest/api/3/project/{projectKeyOrId}/notificationscheme Get project notification scheme
ScreensApi comAtlassianJiraRestV2IssueFieldResourceGetScreensForFieldGet get /rest/api/3/field/{fieldId}/screens Get screens for a field
ScreensApi comAtlassianJiraRestV2IssueIssuetypescreenschemeIssueTypeScreenSchemeResourceGetIssueTypeScreenSchemeMappingsGet get /rest/api/3/issuetypescreenscheme/mapping Get issue type screen scheme items
ScreensApi comAtlassianJiraRestV2IssueScreensResourceAddFieldToDefaultScreenPost post /rest/api/3/screens/addToDefault/{fieldId} Add field to default screen
ScreensApi comAtlassianJiraRestV2IssueScreensResourceAddScreenTabFieldPost post /rest/api/3/screens/{screenId}/tabs/{tabId}/fields Add screen tab field
ScreensApi comAtlassianJiraRestV2IssueScreensResourceAddScreenTabPost post /rest/api/3/screens/{screenId}/tabs Create screen tab
ScreensApi comAtlassianJiraRestV2IssueScreensResourceDeleteScreenTabDelete delete /rest/api/3/screens/{screenId}/tabs/{tabId} Delete screen tab
ScreensApi comAtlassianJiraRestV2IssueScreensResourceGetAllScreenTabFieldsGet get /rest/api/3/screens/{screenId}/tabs/{tabId}/fields Get all screen tab fields
ScreensApi comAtlassianJiraRestV2IssueScreensResourceGetAllScreenTabsGet get /rest/api/3/screens/{screenId}/tabs Get all screen tabs
ScreensApi comAtlassianJiraRestV2IssueScreensResourceGetAllScreensGet get /rest/api/3/screens Get all screens
ScreensApi comAtlassianJiraRestV2IssueScreensResourceGetAvailableScreenFieldsGet get /rest/api/3/screens/{screenId}/availableFields Get available screen fields
ScreensApi comAtlassianJiraRestV2IssueScreensResourceMoveScreenTabFieldPost post /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move Move screen tab field
ScreensApi comAtlassianJiraRestV2IssueScreensResourceMoveScreenTabPost post /rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos} Move screen tab
ScreensApi comAtlassianJiraRestV2IssueScreensResourceRemoveScreenTabFieldDelete delete /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id} Remove screen tab field
ScreensApi comAtlassianJiraRestV2IssueScreensResourceRenameScreenTabPut put /rest/api/3/screens/{screenId}/tabs/{tabId} Update screen tab
ScreensApi comAtlassianJiraRestV2IssueScreenschemeScreenSchemeResourceGetAllScreenSchemesGet get /rest/api/3/screenscheme Get all screen schemes
ServerInfoApi comAtlassianJiraRestV2ServerInfoResourceGetServerInfoGet get /rest/api/3/serverInfo Get Jira instance info
TasksApi comAtlassianJiraRestV2TaskTaskResourceCancelTaskPost post /rest/api/3/task/{taskId}/cancel Cancel task
TasksApi comAtlassianJiraRestV2TaskTaskResourceGetTaskGet get /rest/api/3/task/{taskId} Get task
TimeTrackingApi comAtlassianJiraRestV2AdminTimetrackingTimeTrackingResourceGetAvailableTimeTrackingImplementationsGet get /rest/api/3/configuration/timetracking/list Get all time tracking providers
TimeTrackingApi comAtlassianJiraRestV2AdminTimetrackingTimeTrackingResourceGetSelectedTimeTrackingImplementationGet get /rest/api/3/configuration/timetracking Get selected time tracking provider
TimeTrackingApi comAtlassianJiraRestV2AdminTimetrackingTimeTrackingResourceGetSharedTimeTrackingConfigurationGet get /rest/api/3/configuration/timetracking/options Get time tracking settings
TimeTrackingApi comAtlassianJiraRestV2AdminTimetrackingTimeTrackingResourceSelectTimeTrackingImplementationPut put /rest/api/3/configuration/timetracking Select time tracking provider
TimeTrackingApi comAtlassianJiraRestV2AdminTimetrackingTimeTrackingResourceSetSharedTimeTrackingConfigurationPut put /rest/api/3/configuration/timetracking/options Set time tracking settings
UserPropertiesApi comAtlassianJiraRestV2UserpropertyUserPropertyResourceDeleteUserPropertyDelete delete /rest/api/3/user/properties/{propertyKey} Delete user property
UserPropertiesApi comAtlassianJiraRestV2UserpropertyUserPropertyResourceGetUserPropertyGet get /rest/api/3/user/properties/{propertyKey} Get user property
UserPropertiesApi comAtlassianJiraRestV2UserpropertyUserPropertyResourceGetUserPropertyKeysGet get /rest/api/3/user/properties Get user property keys
UserPropertiesApi comAtlassianJiraRestV2UserpropertyUserPropertyResourceSetUserPropertyPut put /rest/api/3/user/properties/{propertyKey} Set user property
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindAssignableUsersGet get /rest/api/3/user/assignable/search Find users assignable to issues
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindBulkAssignableUsersGet get /rest/api/3/user/assignable/multiProjectSearch Find users assignable to projects
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindUsersForPickerGet get /rest/api/3/user/picker Find users for picker
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindUsersGet get /rest/api/3/user/search Find users
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindUsersWithAllPermissionsGet get /rest/api/3/user/permission/search Find users with permissions
UserSearchApi comAtlassianJiraRestV2IssueUserResourceFindUsersWithBrowsePermissionGet get /rest/api/3/user/viewissue/search Find users with browse permission
UserSearchApi comAtlassianJiraRestV2SearchUserSearchResourceFindUserKeysByQueryGet get /rest/api/3/user/search/query/key Find user keys by query
UserSearchApi comAtlassianJiraRestV2SearchUserSearchResourceFindUsersByQueryGet get /rest/api/3/user/search/query Find users by query
UsersApi comAtlassianJiraRestV2IssueUserResourceCreateUserPost post /rest/api/3/user Create user
UsersApi comAtlassianJiraRestV2IssueUserResourceGetUserDefaultColumnsGet get /rest/api/3/user/columns Get user default columns
UsersApi comAtlassianJiraRestV2IssueUserResourceGetUserGet get /rest/api/3/user Get user
UsersApi comAtlassianJiraRestV2IssueUserResourceGetUserGroupsGet get /rest/api/3/user/groups Get user groups
UsersApi comAtlassianJiraRestV2IssueUserResourceRemoveUserDelete delete /rest/api/3/user Delete user
UsersApi comAtlassianJiraRestV2IssueUserResourceResetUserColumnsDelete delete /rest/api/3/user/columns Reset user default columns
UsersApi comAtlassianJiraRestV2IssueUserResourceSetUserColumnsPut put /rest/api/3/user/columns Set user default columns
UsersApi comAtlassianJiraRestV2IssueUsersResourceGetAllUsersDefaultGet get /rest/api/3/users Get all users default
UsersApi comAtlassianJiraRestV2IssueUsersResourceGetAllUsersGet get /rest/api/3/users/search Get all users
UsersApi comAtlassianJiraRestV2UserUnrestrictedUserEmailResourceGetUserEmailBulkGet get /rest/api/3/user/email/bulk Get user email bulk
UsersApi comAtlassianJiraRestV2UserUnrestrictedUserEmailResourceGetUserEmailGet get /rest/api/3/user/email Get user email
UsersApi comAtlassianJiraRestV2UserUserBulkResourceBulkGetUsersGet get /rest/api/3/user/bulk Bulk get users
UsersApi comAtlassianJiraRestV2UserUserBulkResourceBulkGetUsersMigrationGet get /rest/api/3/user/bulk/migration Get account IDs for users
WebhooksApi comAtlassianJiraRestV2WebhookDynamicWebhookResourceDeleteWebhookByIdDelete delete /rest/api/3/webhook Delete webhooks by ID
WebhooksApi comAtlassianJiraRestV2WebhookDynamicWebhookResourceGetDynamicWebhooksForAppGet get /rest/api/3/webhook Get dynamic webhooks for app
WebhooksApi comAtlassianJiraRestV2WebhookDynamicWebhookResourceRefreshWebhooksPut put /rest/api/3/webhook/refresh Extend webhook life
WebhooksApi comAtlassianJiraRestV2WebhookDynamicWebhookResourceRegisterDynamicWebhooksPost post /rest/api/3/webhook Register dynamic webhooks
WebhooksApi comAtlassianJiraRestV2WebhookFailedWebhookResourceGetFailedWebhooksGet get /rest/api/3/webhook/failed Get failed webhooks
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceCreateWorkflowSchemeDraftFromParentPost post /rest/api/3/workflowscheme/{id}/createdraft Create draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteDraftDefaultWorkflowDelete delete /rest/api/3/workflowscheme/{id}/draft/default Delete draft default workflow
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteDraftWorkflowMappingDelete delete /rest/api/3/workflowscheme/{id}/draft/workflow Delete issue types for workflow in draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteWorkflowSchemeDraftDelete delete /rest/api/3/workflowscheme/{id}/draft Delete draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteWorkflowSchemeDraftIssueTypeDelete delete /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} Delete workflow for issue type in draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetDraftDefaultWorkflowGet get /rest/api/3/workflowscheme/{id}/draft/default Get draft default workflow
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetDraftWorkflowGet get /rest/api/3/workflowscheme/{id}/draft/workflow Get issue types for workflows in draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetWorkflowSchemeDraftGet get /rest/api/3/workflowscheme/{id}/draft Get draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetWorkflowSchemeDraftIssueTypeGet get /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} Get workflow for issue type in draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceSetWorkflowSchemeDraftIssueTypePut put /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType} Set workflow for issue type in draft workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateDraftDefaultWorkflowPut put /rest/api/3/workflowscheme/{id}/draft/default Update draft default workflow
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateDraftWorkflowMappingPut put /rest/api/3/workflowscheme/{id}/draft/workflow Set issue types for workflow in workflow scheme
WorkflowSchemeDraftsApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateWorkflowSchemeDraftPut put /rest/api/3/workflowscheme/{id}/draft Update draft workflow scheme
WorkflowSchemeProjectAssociationsApi comAtlassianJiraRestV2AdminWorkflowschemeProjectWorkflowSchemeProjectResourceGetWorkflowSchemeProjectAssociationsGet get /rest/api/3/workflowscheme/project Get workflow scheme project associations
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceCreateWorkflowSchemePost post /rest/api/3/workflowscheme Create workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteDefaultWorkflowDelete delete /rest/api/3/workflowscheme/{id}/default Delete default workflow
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteWorkflowMappingDelete delete /rest/api/3/workflowscheme/{id}/workflow Delete issue types for workflow in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteWorkflowSchemeDelete delete /rest/api/3/workflowscheme/{id} Delete workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceDeleteWorkflowSchemeIssueTypeDelete delete /rest/api/3/workflowscheme/{id}/issuetype/{issueType} Delete workflow for issue type in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetAllWorkflowSchemesGet get /rest/api/3/workflowscheme Get all workflow schemes
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetDefaultWorkflowGet get /rest/api/3/workflowscheme/{id}/default Get default workflow
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetWorkflowGet get /rest/api/3/workflowscheme/{id}/workflow Get issue types for workflows in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetWorkflowSchemeGet get /rest/api/3/workflowscheme/{id} Get workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceGetWorkflowSchemeIssueTypeGet get /rest/api/3/workflowscheme/{id}/issuetype/{issueType} Get workflow for issue type in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceSetWorkflowSchemeIssueTypePut put /rest/api/3/workflowscheme/{id}/issuetype/{issueType} Set workflow for issue type in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateDefaultWorkflowPut put /rest/api/3/workflowscheme/{id}/default Update default workflow
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateWorkflowMappingPut put /rest/api/3/workflowscheme/{id}/workflow Set issue types for workflow in workflow scheme
WorkflowSchemesApi comAtlassianJiraRestV2AdminWorkflowschemeWorkflowSchemeResourceUpdateWorkflowSchemePut put /rest/api/3/workflowscheme/{id} Update workflow scheme
WorkflowStatusCategoriesApi comAtlassianJiraRestV2IssueStatusCategoryResourceGetStatusCategoriesGet get /rest/api/3/statuscategory Get all status categories
WorkflowStatusCategoriesApi comAtlassianJiraRestV2IssueStatusCategoryResourceGetStatusCategoryGet get /rest/api/3/statuscategory/{idOrKey} Get status category
WorkflowStatusesApi comAtlassianJiraRestV2IssueStatusResourceGetStatusGet get /rest/api/3/status/{idOrName} Get status
WorkflowStatusesApi comAtlassianJiraRestV2IssueStatusResourceGetStatusesGet get /rest/api/3/status Get all statuses
WorkflowTransitionPropertiesApi comAtlassianJiraRestV2AdminWorkflowTransitionResourceCreateWorkflowTransitionPropertyPost post /rest/api/3/workflow/transitions/{transitionId}/properties Create workflow transition property
WorkflowTransitionPropertiesApi comAtlassianJiraRestV2AdminWorkflowTransitionResourceDeleteWorkflowTransitionPropertyDelete delete /rest/api/3/workflow/transitions/{transitionId}/properties Delete workflow transition property
WorkflowTransitionPropertiesApi comAtlassianJiraRestV2AdminWorkflowTransitionResourceGetWorkflowTransitionPropertiesGet get /rest/api/3/workflow/transitions/{transitionId}/properties Get workflow transition properties
WorkflowTransitionPropertiesApi comAtlassianJiraRestV2AdminWorkflowTransitionResourceUpdateWorkflowTransitionPropertyPut put /rest/api/3/workflow/transitions/{transitionId}/properties Update workflow transition property
WorkflowTransitionRulesApi comAtlassianJiraRestV2AdminWorkflowWorkflowRuleConfigResourceGetWorkflowTransitionRuleConfigurationsGet get /rest/api/3/workflow/rule/config Get workflow transition rule configurations
WorkflowTransitionRulesApi comAtlassianJiraRestV2AdminWorkflowWorkflowRuleConfigResourceUpdateWorkflowTransitionRuleConfigurationsPut put /rest/api/3/workflow/rule/config Update workflow transition rule configurations
WorkflowsApi comAtlassianJiraRestV2AdminWorkflowWorkflowSearchResourceGetWorkflowsPaginatedGet get /rest/api/3/workflow/search Get workflows paginated
WorkflowsApi comAtlassianJiraRestV2AdminWorkflowsResourceGetAllWorkflowsGet get /rest/api/3/workflow Get all workflows

Documentation For Models #

Documentation For Authorization #

OAuth2 #

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: https://auth.atlassian.com/authorize
  • Scopes:
  • read:jira-user: View user information in Jira that you have access to, including usernames, email addresses, and avatars.
  • read:jira-work: Read project and issue data. Search for issues and objects associated with issues (such as attachments and worklogs).
  • write:jira-work: Create and edit issues in Jira, post comments, create worklogs, and delete issues.
  • manage:jira-project: Create and edit project settings and create new project-level objects, for example, versions, components.
  • manage:jira-configuration: Configure Jira settings that require the Jira administrators permission, for example, create projects and custom fields, view workflows, manage issue link types.

basicAuth #

  • Type: HTTP basic authentication

Author #

ecosystem@atlassian.com

3
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Jira Cloud Rest API library - generated from official swagger document swagger-v3.v3.json

Repository (GitHub)
View/report issues

License

BSD-2-Clause-Views (LICENSE)

Dependencies

built_collection, built_value, dio

More

Packages that depend on jira_cloud