@resolution/jira-api-client 0.1.6 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/lib/index.d.ts +22 -3
- package/lib/index.js +28 -5
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +868 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +808 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpClient.js +390 -0
- package/lib/openapi/platform/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/platform/core/CommonHttpService.js +20 -0
- package/lib/openapi/platform/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/platform/models/announcementBanner.d.ts +27 -0
- package/lib/openapi/platform/models/announcementBanner.js +30 -0
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -0
- package/lib/openapi/platform/models/appDataPolicies.d.ts +31 -0
- package/lib/openapi/platform/models/appDataPolicies.js +40 -0
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -0
- package/lib/openapi/platform/models/appMigration.d.ts +86 -0
- package/lib/openapi/platform/models/appMigration.js +67 -0
- package/lib/openapi/platform/models/appMigration.js.map +1 -0
- package/lib/openapi/platform/models/appProperties.d.ts +15 -0
- package/lib/openapi/platform/models/appProperties.js +18 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -0
- package/lib/openapi/platform/models/auditRecords.d.ts +70 -0
- package/lib/openapi/platform/models/auditRecords.js +62 -0
- package/lib/openapi/platform/models/auditRecords.js.map +1 -0
- package/lib/openapi/platform/models/avatars.d.ts +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +25 -0
- package/lib/openapi/platform/models/classificationLevels.js +31 -0
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/common.d.ts +10 -10
- package/lib/openapi/platform/models/common.js +18 -18
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +92 -0
- package/lib/openapi/platform/models/dynamicModules.js +24 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -0
- package/lib/openapi/platform/models/filterSharing.d.ts +59 -0
- package/lib/openapi/platform/models/filterSharing.js +36 -0
- package/lib/openapi/platform/models/filterSharing.js.map +1 -0
- package/lib/openapi/platform/models/filters.d.ts +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +49 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js +31 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -0
- package/lib/openapi/platform/models/groups.d.ts +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +124 -0
- package/lib/openapi/platform/models/issueAttachments.js +129 -0
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -0
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +10 -0
- package/lib/openapi/platform/models/issueCommentProperties.js +18 -0
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueComments.d.ts +36 -0
- package/lib/openapi/platform/models/issueComments.js +49 -0
- package/lib/openapi/platform/models/issueComments.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +36 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +53 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +417 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +458 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +136 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js +115 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +119 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +133 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +66 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +42 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +194 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js +182 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -0
- package/lib/openapi/platform/models/issueFields.d.ts +227 -0
- package/lib/openapi/platform/models/issueFields.js +119 -0
- package/lib/openapi/platform/models/issueFields.js.map +1 -0
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +9 -0
- package/lib/openapi/platform/models/issueLinkTypes.js +21 -0
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueLinks.d.ts +90 -0
- package/lib/openapi/platform/models/issueLinks.js +74 -0
- package/lib/openapi/platform/models/issueLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +158 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js +147 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issuePriorities.d.ts +74 -0
- package/lib/openapi/platform/models/issuePriorities.js +89 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -0
- package/lib/openapi/platform/models/issueProperties.d.ts +80 -0
- package/lib/openapi/platform/models/issueProperties.js +158 -0
- package/lib/openapi/platform/models/issueProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +120 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js +70 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueResolutions.d.ts +81 -0
- package/lib/openapi/platform/models/issueResolutions.js +79 -0
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -0
- package/lib/openapi/platform/models/issueSearch.d.ts +196 -0
- package/lib/openapi/platform/models/issueSearch.js +136 -0
- package/lib/openapi/platform/models/issueSearch.js.map +1 -0
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +214 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js +211 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +146 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js +115 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +139 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js +109 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypes.d.ts +36 -0
- package/lib/openapi/platform/models/issueTypes.js +28 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueVotes.d.ts +18 -0
- package/lib/openapi/platform/models/issueVotes.js +22 -0
- package/lib/openapi/platform/models/issueVotes.js.map +1 -0
- package/lib/openapi/platform/models/issueWatchers.d.ts +27 -0
- package/lib/openapi/platform/models/issueWatchers.js +36 -0
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -0
- package/lib/openapi/platform/models/issueWorklogs.d.ts +93 -0
- package/lib/openapi/platform/models/issueWorklogs.js +80 -0
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -0
- package/lib/openapi/platform/models/issues.d.ts +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +329 -0
- package/lib/openapi/platform/models/jiraExpressions.js +180 -0
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -0
- package/lib/openapi/platform/models/jiraSettings.d.ts +62 -0
- package/lib/openapi/platform/models/jiraSettings.js +49 -0
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -0
- package/lib/openapi/platform/models/jql.d.ts +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +61 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js +57 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -0
- package/lib/openapi/platform/models/labels.d.ts +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +27 -0
- package/lib/openapi/platform/models/licenseMetrics.js +32 -0
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -0
- package/lib/openapi/platform/models/myself.d.ts +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +42 -0
- package/lib/openapi/platform/models/permissionSchemes.js +39 -0
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/permissions.d.ts +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +233 -0
- package/lib/openapi/platform/models/prioritySchemes.js +227 -0
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectAvatars.d.ts +11 -0
- package/lib/openapi/platform/models/projectAvatars.js +20 -0
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -0
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +8 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js +17 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/projectComponents.d.ts +122 -0
- package/lib/openapi/platform/models/projectComponents.js +91 -0
- package/lib/openapi/platform/models/projectComponents.js.map +1 -0
- package/lib/openapi/platform/models/projectEmail.d.ts +10 -0
- package/lib/openapi/platform/models/projectEmail.js +18 -0
- package/lib/openapi/platform/models/projectEmail.js.map +1 -0
- package/lib/openapi/platform/models/projectFeatures.d.ts +35 -0
- package/lib/openapi/platform/models/projectFeatures.js +38 -0
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +17 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js +25 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectRoleActors.d.ts +65 -0
- package/lib/openapi/platform/models/projectRoleActors.js +37 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -0
- package/lib/openapi/platform/models/projectRoles.d.ts +41 -0
- package/lib/openapi/platform/models/projectRoles.js +34 -0
- package/lib/openapi/platform/models/projectRoles.js.map +1 -0
- package/lib/openapi/platform/models/projectTypes.d.ts +16 -0
- package/lib/openapi/platform/models/projectTypes.js +21 -0
- package/lib/openapi/platform/models/projectTypes.js.map +1 -0
- package/lib/openapi/platform/models/projectVersions.d.ts +110 -0
- package/lib/openapi/platform/models/projectVersions.js +87 -0
- package/lib/openapi/platform/models/projectVersions.js.map +1 -0
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +94 -0
- package/lib/openapi/platform/models/screenSchemes.js +79 -0
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/screenTabFields.d.ts +19 -0
- package/lib/openapi/platform/models/screenTabFields.js +24 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -0
- package/lib/openapi/platform/models/screens.d.ts +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +51 -0
- package/lib/openapi/platform/models/serverInfo.js +47 -0
- package/lib/openapi/platform/models/serverInfo.js.map +1 -0
- package/lib/openapi/platform/models/serviceRegistry.d.ts +32 -0
- package/lib/openapi/platform/models/serviceRegistry.js +34 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -0
- package/lib/openapi/platform/models/status.d.ts +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +20 -0
- package/lib/openapi/platform/models/timeTracking.js +19 -0
- package/lib/openapi/platform/models/timeTracking.js.map +1 -0
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +127 -0
- package/lib/openapi/platform/models/uiModificationsApps.js +85 -0
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -0
- package/lib/openapi/platform/models/userSearch.d.ts +37 -0
- package/lib/openapi/platform/models/userSearch.js +30 -0
- package/lib/openapi/platform/models/userSearch.js.map +1 -0
- package/lib/openapi/platform/models/users.d.ts +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +17 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js +37 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +29 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +33 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemes.d.ts +217 -0
- package/lib/openapi/platform/models/workflowSchemes.js +261 -0
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +15 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js +19 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +106 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js +117 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +49 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +99 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +44 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +101 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -0
- package/lib/openapi/platform/services/AppMigrationService.d.ts +152 -0
- package/lib/openapi/platform/services/AppMigrationService.js +178 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +184 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +325 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +158 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +209 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +101 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +125 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -0
- package/lib/openapi/platform/services/AvatarsService.d.ts +363 -0
- package/lib/openapi/platform/services/AvatarsService.js +523 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +72 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +104 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/DashboardsService.d.ts +918 -0
- package/lib/openapi/platform/services/DashboardsService.js +1109 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +50 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +96 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -0
- package/lib/openapi/platform/services/FilterSharingService.d.ts +446 -0
- package/lib/openapi/platform/services/FilterSharingService.js +565 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -0
- package/lib/openapi/platform/services/FiltersService.d.ts +1320 -0
- package/lib/openapi/platform/services/FiltersService.js +1351 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +132 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +140 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -0
- package/lib/openapi/platform/services/GroupsService.d.ts +411 -0
- package/lib/openapi/platform/services/GroupsService.js +448 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +549 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +724 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +149 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +239 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +528 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +563 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +155 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +163 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +659 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +854 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +615 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +605 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +339 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +420 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +90 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +117 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +561 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +801 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +420 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +555 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +263 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinksService.d.ts +237 -0
- package/lib/openapi/platform/services/IssueLinksService.js +264 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +55 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +97 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +809 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +917 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +238 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +372 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +368 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +439 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +351 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +429 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +202 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +346 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSearchService.d.ts +887 -0
- package/lib/openapi/platform/services/IssueSearchService.js +878 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +136 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +174 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +530 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +721 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +150 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +227 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +460 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +615 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +442 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +606 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypesService.d.ts +343 -0
- package/lib/openapi/platform/services/IssueTypesService.js +495 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueVotesService.d.ts +117 -0
- package/lib/openapi/platform/services/IssueVotesService.js +179 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +168 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +236 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +251 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +694 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +701 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -0
- package/lib/openapi/platform/services/IssuesService.d.ts +2356 -0
- package/lib/openapi/platform/services/IssuesService.js +2022 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +298 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +272 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +236 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +325 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +113 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +142 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlService.d.ts +623 -0
- package/lib/openapi/platform/services/JqlService.js +697 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -0
- package/lib/openapi/platform/services/LabelsService.d.ts +34 -0
- package/lib/openapi/platform/services/LabelsService.js +67 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +82 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +160 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -0
- package/lib/openapi/platform/services/MyselfService.d.ts +254 -0
- package/lib/openapi/platform/services/MyselfService.js +382 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +554 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +613 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionsService.d.ts +214 -0
- package/lib/openapi/platform/services/PermissionsService.js +281 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +578 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +655 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +170 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +254 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +128 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +226 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +90 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +161 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +955 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1075 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +60 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +113 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +103 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +155 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +59 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +135 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +179 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +255 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +147 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +224 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +351 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +413 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +484 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +647 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +121 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +220 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +632 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +852 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectsService.d.ts +1622 -0
- package/lib/openapi/platform/services/ProjectsService.js +1686 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +166 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +216 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +103 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +181 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +164 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +278 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreensService.d.ts +226 -0
- package/lib/openapi/platform/services/ScreensService.js +346 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -0
- package/lib/openapi/platform/services/ServerInfoService.d.ts +40 -0
- package/lib/openapi/platform/services/ServerInfoService.js +74 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +32 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +60 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -0
- package/lib/openapi/platform/services/StatusService.d.ts +268 -0
- package/lib/openapi/platform/services/StatusService.js +321 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -0
- package/lib/openapi/platform/services/TasksService.d.ts +71 -0
- package/lib/openapi/platform/services/TasksService.js +126 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +140 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +260 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +212 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +262 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +218 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +254 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/UserSearchService.d.ts +782 -0
- package/lib/openapi/platform/services/UserSearchService.js +784 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -0
- package/lib/openapi/platform/services/UsersService.d.ts +579 -0
- package/lib/openapi/platform/services/UsersService.js +729 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -0
- package/lib/openapi/platform/services/WebhooksService.d.ts +258 -0
- package/lib/openapi/platform/services/WebhooksService.js +307 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +744 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +956 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +85 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +134 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +843 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1030 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +60 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +115 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +87 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +142 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +189 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +224 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +319 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +326 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowsService.d.ts +3032 -0
- package/lib/openapi/platform/services/WorkflowsService.js +2529 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -0
- package/lib/openapi/platform/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/platform/validationSchemaStorage.js +144 -0
- package/lib/openapi/platform/validationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +430 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +444 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpClient.js +390 -0
- package/lib/openapi/software/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/software/core/CommonHttpService.js +20 -0
- package/lib/openapi/software/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/models/board.d.ts +519 -457
- package/lib/openapi/software/models/board.js +515 -334
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +352 -0
- package/lib/openapi/software/models/builds.js +116 -0
- package/lib/openapi/software/models/builds.js.map +1 -0
- package/lib/openapi/software/models/common.d.ts +122 -0
- package/lib/openapi/software/models/common.js +109 -0
- package/lib/openapi/software/models/common.js.map +1 -0
- package/lib/openapi/software/models/deployments.d.ts +245 -0
- package/lib/openapi/software/models/deployments.js +154 -0
- package/lib/openapi/software/models/deployments.js.map +1 -0
- package/lib/openapi/software/models/devOpsComponents.d.ts +90 -0
- package/lib/openapi/software/models/devOpsComponents.js +49 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -0
- package/lib/openapi/software/models/developmentInformation.d.ts +649 -0
- package/lib/openapi/software/models/developmentInformation.js +217 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -0
- package/lib/openapi/software/models/epic.d.ts +17 -0
- package/lib/openapi/software/models/epic.js +51 -0
- package/lib/openapi/software/models/epic.js.map +1 -0
- package/lib/openapi/software/models/featureFlags.d.ts +180 -0
- package/lib/openapi/software/models/featureFlags.js +65 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -0
- package/lib/openapi/software/models/issue.d.ts +6 -0
- package/lib/openapi/software/models/issue.js +17 -0
- package/lib/openapi/software/models/issue.js.map +1 -0
- package/lib/openapi/software/models/operations.d.ts +420 -0
- package/lib/openapi/software/models/operations.js +167 -0
- package/lib/openapi/software/models/operations.js.map +1 -0
- package/lib/openapi/software/models/remoteLinks.d.ts +268 -0
- package/lib/openapi/software/models/remoteLinks.js +108 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -0
- package/lib/openapi/software/models/securityInformation.d.ts +386 -0
- package/lib/openapi/software/models/securityInformation.js +129 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -0
- package/lib/openapi/software/models/sprint.d.ts +13 -0
- package/lib/openapi/software/models/sprint.js +27 -0
- package/lib/openapi/software/models/sprint.js.map +1 -0
- package/lib/openapi/software/services/BacklogService.d.ts +75 -0
- package/lib/openapi/software/services/BacklogService.js +113 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -0
- package/lib/openapi/software/services/BoardService.d.ts +1920 -0
- package/lib/openapi/software/services/BoardService.js +2268 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -0
- package/lib/openapi/software/services/BuildsService.d.ts +201 -0
- package/lib/openapi/software/services/BuildsService.js +200 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -0
- package/lib/openapi/software/services/DeploymentsService.d.ts +218 -0
- package/lib/openapi/software/services/DeploymentsService.js +236 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +335 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +309 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +186 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +221 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -0
- package/lib/openapi/software/services/EpicService.d.ts +583 -0
- package/lib/openapi/software/services/EpicService.js +633 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +171 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +186 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -0
- package/lib/openapi/software/services/IssueService.d.ts +324 -0
- package/lib/openapi/software/services/IssueService.js +412 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -0
- package/lib/openapi/software/services/OperationsService.d.ts +598 -0
- package/lib/openapi/software/services/OperationsService.js +510 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -0
- package/lib/openapi/software/services/RemoteLinksService.d.ts +363 -0
- package/lib/openapi/software/services/RemoteLinksService.js +316 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -0
- package/lib/openapi/software/services/SecurityInformationService.d.ts +258 -0
- package/lib/openapi/software/services/SecurityInformationService.js +314 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -0
- package/lib/openapi/software/services/SprintService.d.ts +507 -0
- package/lib/openapi/software/services/SprintService.js +676 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -0
- package/lib/openapi/software/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/software/validationSchemaStorage.js +144 -0
- package/lib/openapi/software/validationSchemaStorage.js.map +1 -0
- package/package.json +6 -6
- package/lib/openapi/platform/base-jira-platform-api-client.d.ts +0 -868
- package/lib/openapi/platform/base-jira-platform-api-client.js +0 -808
- package/lib/openapi/platform/base-jira-platform-api-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-client.js +0 -390
- package/lib/openapi/platform/core/common-http-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-service.d.ts +0 -7
- package/lib/openapi/platform/core/common-http-service.js +0 -20
- package/lib/openapi/platform/core/common-http-service.js.map +0 -1
- package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/platform/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/platform/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/platform/models/announcement-banner.d.ts +0 -27
- package/lib/openapi/platform/models/announcement-banner.js +0 -30
- package/lib/openapi/platform/models/announcement-banner.js.map +0 -1
- package/lib/openapi/platform/models/app-data-policies.d.ts +0 -31
- package/lib/openapi/platform/models/app-data-policies.js +0 -40
- package/lib/openapi/platform/models/app-data-policies.js.map +0 -1
- package/lib/openapi/platform/models/app-migration.d.ts +0 -86
- package/lib/openapi/platform/models/app-migration.js +0 -67
- package/lib/openapi/platform/models/app-migration.js.map +0 -1
- package/lib/openapi/platform/models/app-properties.d.ts +0 -15
- package/lib/openapi/platform/models/app-properties.js +0 -18
- package/lib/openapi/platform/models/app-properties.js.map +0 -1
- package/lib/openapi/platform/models/audit-records.d.ts +0 -70
- package/lib/openapi/platform/models/audit-records.js +0 -62
- package/lib/openapi/platform/models/audit-records.js.map +0 -1
- package/lib/openapi/platform/models/classification-levels.d.ts +0 -25
- package/lib/openapi/platform/models/classification-levels.js +0 -31
- package/lib/openapi/platform/models/classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/dynamic-modules.d.ts +0 -92
- package/lib/openapi/platform/models/dynamic-modules.js +0 -24
- package/lib/openapi/platform/models/dynamic-modules.js.map +0 -1
- package/lib/openapi/platform/models/filter-sharing.d.ts +0 -59
- package/lib/openapi/platform/models/filter-sharing.js +0 -36
- package/lib/openapi/platform/models/filter-sharing.js.map +0 -1
- package/lib/openapi/platform/models/group-and-user-picker.d.ts +0 -49
- package/lib/openapi/platform/models/group-and-user-picker.js +0 -31
- package/lib/openapi/platform/models/group-and-user-picker.js.map +0 -1
- package/lib/openapi/platform/models/issue-attachments.d.ts +0 -124
- package/lib/openapi/platform/models/issue-attachments.js +0 -129
- package/lib/openapi/platform/models/issue-attachments.js.map +0 -1
- package/lib/openapi/platform/models/issue-comment-properties.d.ts +0 -10
- package/lib/openapi/platform/models/issue-comment-properties.js +0 -18
- package/lib/openapi/platform/models/issue-comment-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-comments.d.ts +0 -36
- package/lib/openapi/platform/models/issue-comments.js +0 -49
- package/lib/openapi/platform/models/issue-comments.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +0 -36
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +0 -53
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +0 -417
- package/lib/openapi/platform/models/issue-custom-field-contexts.js +0 -458
- package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +0 -119
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js +0 -133
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options.d.ts +0 -136
- package/lib/openapi/platform/models/issue-custom-field-options.js +0 -115
- package/lib/openapi/platform/models/issue-custom-field-options.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +0 -66
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js +0 -42
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-field-configurations.d.ts +0 -194
- package/lib/openapi/platform/models/issue-field-configurations.js +0 -182
- package/lib/openapi/platform/models/issue-field-configurations.js.map +0 -1
- package/lib/openapi/platform/models/issue-fields.d.ts +0 -227
- package/lib/openapi/platform/models/issue-fields.js +0 -119
- package/lib/openapi/platform/models/issue-fields.js.map +0 -1
- package/lib/openapi/platform/models/issue-link-types.d.ts +0 -9
- package/lib/openapi/platform/models/issue-link-types.js +0 -21
- package/lib/openapi/platform/models/issue-link-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-links.d.ts +0 -90
- package/lib/openapi/platform/models/issue-links.js +0 -74
- package/lib/openapi/platform/models/issue-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-notification-schemes.d.ts +0 -158
- package/lib/openapi/platform/models/issue-notification-schemes.js +0 -147
- package/lib/openapi/platform/models/issue-notification-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-priorities.d.ts +0 -74
- package/lib/openapi/platform/models/issue-priorities.js +0 -89
- package/lib/openapi/platform/models/issue-priorities.js.map +0 -1
- package/lib/openapi/platform/models/issue-properties.d.ts +0 -80
- package/lib/openapi/platform/models/issue-properties.js +0 -158
- package/lib/openapi/platform/models/issue-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-remote-links.d.ts +0 -120
- package/lib/openapi/platform/models/issue-remote-links.js +0 -70
- package/lib/openapi/platform/models/issue-remote-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-resolutions.d.ts +0 -81
- package/lib/openapi/platform/models/issue-resolutions.js +0 -79
- package/lib/openapi/platform/models/issue-resolutions.js.map +0 -1
- package/lib/openapi/platform/models/issue-search.d.ts +0 -196
- package/lib/openapi/platform/models/issue-search.js +0 -136
- package/lib/openapi/platform/models/issue-search.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-level.d.ts +0 -36
- package/lib/openapi/platform/models/issue-security-level.js +0 -36
- package/lib/openapi/platform/models/issue-security-level.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-schemes.d.ts +0 -214
- package/lib/openapi/platform/models/issue-security-schemes.js +0 -211
- package/lib/openapi/platform/models/issue-security-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-schemes.d.ts +0 -146
- package/lib/openapi/platform/models/issue-type-schemes.js +0 -115
- package/lib/openapi/platform/models/issue-type-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +0 -139
- package/lib/openapi/platform/models/issue-type-screen-schemes.js +0 -109
- package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-types.d.ts +0 -36
- package/lib/openapi/platform/models/issue-types.js +0 -28
- package/lib/openapi/platform/models/issue-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-votes.d.ts +0 -18
- package/lib/openapi/platform/models/issue-votes.js +0 -22
- package/lib/openapi/platform/models/issue-votes.js.map +0 -1
- package/lib/openapi/platform/models/issue-watchers.d.ts +0 -27
- package/lib/openapi/platform/models/issue-watchers.js +0 -36
- package/lib/openapi/platform/models/issue-watchers.js.map +0 -1
- package/lib/openapi/platform/models/issue-worklogs.d.ts +0 -93
- package/lib/openapi/platform/models/issue-worklogs.js +0 -80
- package/lib/openapi/platform/models/issue-worklogs.js.map +0 -1
- package/lib/openapi/platform/models/jira-expressions.d.ts +0 -329
- package/lib/openapi/platform/models/jira-expressions.js +0 -180
- package/lib/openapi/platform/models/jira-expressions.js.map +0 -1
- package/lib/openapi/platform/models/jira-settings.d.ts +0 -62
- package/lib/openapi/platform/models/jira-settings.js +0 -49
- package/lib/openapi/platform/models/jira-settings.js.map +0 -1
- package/lib/openapi/platform/models/jql-functions-apps.d.ts +0 -61
- package/lib/openapi/platform/models/jql-functions-apps.js +0 -57
- package/lib/openapi/platform/models/jql-functions-apps.js.map +0 -1
- package/lib/openapi/platform/models/license-metrics.d.ts +0 -27
- package/lib/openapi/platform/models/license-metrics.js +0 -32
- package/lib/openapi/platform/models/license-metrics.js.map +0 -1
- package/lib/openapi/platform/models/permission-schemes.d.ts +0 -42
- package/lib/openapi/platform/models/permission-schemes.js +0 -39
- package/lib/openapi/platform/models/permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/priority-schemes.d.ts +0 -233
- package/lib/openapi/platform/models/priority-schemes.js +0 -227
- package/lib/openapi/platform/models/priority-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-avatars.d.ts +0 -11
- package/lib/openapi/platform/models/project-avatars.js +0 -20
- package/lib/openapi/platform/models/project-avatars.js.map +0 -1
- package/lib/openapi/platform/models/project-classification-levels.d.ts +0 -8
- package/lib/openapi/platform/models/project-classification-levels.js +0 -17
- package/lib/openapi/platform/models/project-classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/project-components.d.ts +0 -122
- package/lib/openapi/platform/models/project-components.js +0 -91
- package/lib/openapi/platform/models/project-components.js.map +0 -1
- package/lib/openapi/platform/models/project-email.d.ts +0 -10
- package/lib/openapi/platform/models/project-email.js +0 -18
- package/lib/openapi/platform/models/project-email.js.map +0 -1
- package/lib/openapi/platform/models/project-features.d.ts +0 -35
- package/lib/openapi/platform/models/project-features.js +0 -38
- package/lib/openapi/platform/models/project-features.js.map +0 -1
- package/lib/openapi/platform/models/project-permission-schemes.d.ts +0 -17
- package/lib/openapi/platform/models/project-permission-schemes.js +0 -25
- package/lib/openapi/platform/models/project-permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-role-actors.d.ts +0 -65
- package/lib/openapi/platform/models/project-role-actors.js +0 -37
- package/lib/openapi/platform/models/project-role-actors.js.map +0 -1
- package/lib/openapi/platform/models/project-roles.d.ts +0 -41
- package/lib/openapi/platform/models/project-roles.js +0 -34
- package/lib/openapi/platform/models/project-roles.js.map +0 -1
- package/lib/openapi/platform/models/project-types.d.ts +0 -16
- package/lib/openapi/platform/models/project-types.js +0 -21
- package/lib/openapi/platform/models/project-types.js.map +0 -1
- package/lib/openapi/platform/models/project-versions.d.ts +0 -110
- package/lib/openapi/platform/models/project-versions.js +0 -87
- package/lib/openapi/platform/models/project-versions.js.map +0 -1
- package/lib/openapi/platform/models/screen-schemes.d.ts +0 -94
- package/lib/openapi/platform/models/screen-schemes.js +0 -79
- package/lib/openapi/platform/models/screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/screen-tab-fields.d.ts +0 -19
- package/lib/openapi/platform/models/screen-tab-fields.js +0 -24
- package/lib/openapi/platform/models/screen-tab-fields.js.map +0 -1
- package/lib/openapi/platform/models/server-info.d.ts +0 -51
- package/lib/openapi/platform/models/server-info.js +0 -47
- package/lib/openapi/platform/models/server-info.js.map +0 -1
- package/lib/openapi/platform/models/service-registry.d.ts +0 -32
- package/lib/openapi/platform/models/service-registry.js +0 -34
- package/lib/openapi/platform/models/service-registry.js.map +0 -1
- package/lib/openapi/platform/models/time-tracking.d.ts +0 -20
- package/lib/openapi/platform/models/time-tracking.js +0 -19
- package/lib/openapi/platform/models/time-tracking.js.map +0 -1
- package/lib/openapi/platform/models/ui-modifications-apps.d.ts +0 -127
- package/lib/openapi/platform/models/ui-modifications-apps.js +0 -85
- package/lib/openapi/platform/models/ui-modifications-apps.js.map +0 -1
- package/lib/openapi/platform/models/user-search.d.ts +0 -37
- package/lib/openapi/platform/models/user-search.js +0 -30
- package/lib/openapi/platform/models/user-search.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +0 -17
- package/lib/openapi/platform/models/workflow-scheme-drafts.js +0 -37
- package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +0 -29
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js +0 -33
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +0 -1
- package/lib/openapi/platform/models/workflow-schemes.d.ts +0 -217
- package/lib/openapi/platform/models/workflow-schemes.js +0 -261
- package/lib/openapi/platform/models/workflow-schemes.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-properties.d.ts +0 -15
- package/lib/openapi/platform/models/workflow-transition-properties.js +0 -19
- package/lib/openapi/platform/models/workflow-transition-properties.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-rules.d.ts +0 -106
- package/lib/openapi/platform/models/workflow-transition-rules.js +0 -117
- package/lib/openapi/platform/models/workflow-transition-rules.js.map +0 -1
- package/lib/openapi/platform/services/announcement-banner-service.d.ts +0 -49
- package/lib/openapi/platform/services/announcement-banner-service.js +0 -99
- package/lib/openapi/platform/services/announcement-banner-service.js.map +0 -1
- package/lib/openapi/platform/services/app-data-policies-service.d.ts +0 -44
- package/lib/openapi/platform/services/app-data-policies-service.js +0 -101
- package/lib/openapi/platform/services/app-data-policies-service.js.map +0 -1
- package/lib/openapi/platform/services/app-migration-service.d.ts +0 -152
- package/lib/openapi/platform/services/app-migration-service.js +0 -178
- package/lib/openapi/platform/services/app-migration-service.js.map +0 -1
- package/lib/openapi/platform/services/app-properties-service.d.ts +0 -184
- package/lib/openapi/platform/services/app-properties-service.js +0 -325
- package/lib/openapi/platform/services/app-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/application-roles-service.d.ts +0 -158
- package/lib/openapi/platform/services/application-roles-service.js +0 -209
- package/lib/openapi/platform/services/application-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/audit-records-service.d.ts +0 -101
- package/lib/openapi/platform/services/audit-records-service.js +0 -125
- package/lib/openapi/platform/services/audit-records-service.js.map +0 -1
- package/lib/openapi/platform/services/avatars-service.d.ts +0 -363
- package/lib/openapi/platform/services/avatars-service.js +0 -523
- package/lib/openapi/platform/services/avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/classification-levels-service.d.ts +0 -72
- package/lib/openapi/platform/services/classification-levels-service.js +0 -104
- package/lib/openapi/platform/services/classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/dashboards-service.d.ts +0 -918
- package/lib/openapi/platform/services/dashboards-service.js +0 -1109
- package/lib/openapi/platform/services/dashboards-service.js.map +0 -1
- package/lib/openapi/platform/services/dynamic-modules-service.d.ts +0 -50
- package/lib/openapi/platform/services/dynamic-modules-service.js +0 -96
- package/lib/openapi/platform/services/dynamic-modules-service.js.map +0 -1
- package/lib/openapi/platform/services/filter-sharing-service.d.ts +0 -446
- package/lib/openapi/platform/services/filter-sharing-service.js +0 -565
- package/lib/openapi/platform/services/filter-sharing-service.js.map +0 -1
- package/lib/openapi/platform/services/filters-service.d.ts +0 -1320
- package/lib/openapi/platform/services/filters-service.js +0 -1351
- package/lib/openapi/platform/services/filters-service.js.map +0 -1
- package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +0 -132
- package/lib/openapi/platform/services/group-and-user-picker-service.js +0 -140
- package/lib/openapi/platform/services/group-and-user-picker-service.js.map +0 -1
- package/lib/openapi/platform/services/groups-service.d.ts +0 -411
- package/lib/openapi/platform/services/groups-service.js +0 -448
- package/lib/openapi/platform/services/groups-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-attachments-service.d.ts +0 -549
- package/lib/openapi/platform/services/issue-attachments-service.js +0 -724
- package/lib/openapi/platform/services/issue-attachments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +0 -149
- package/lib/openapi/platform/services/issue-comment-properties-service.js +0 -239
- package/lib/openapi/platform/services/issue-comment-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comments-service.d.ts +0 -528
- package/lib/openapi/platform/services/issue-comments-service.js +0 -563
- package/lib/openapi/platform/services/issue-comments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +0 -155
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +0 -163
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +0 -659
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +0 -854
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +0 -615
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +0 -605
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +0 -339
- package/lib/openapi/platform/services/issue-custom-field-options-service.js +0 -420
- package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +0 -90
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +0 -117
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +0 -561
- package/lib/openapi/platform/services/issue-field-configurations-service.js +0 -801
- package/lib/openapi/platform/services/issue-field-configurations-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-fields-service.d.ts +0 -420
- package/lib/openapi/platform/services/issue-fields-service.js +0 -555
- package/lib/openapi/platform/services/issue-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-link-types-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-link-types-service.js +0 -263
- package/lib/openapi/platform/services/issue-link-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-links-service.d.ts +0 -237
- package/lib/openapi/platform/services/issue-links-service.js +0 -264
- package/lib/openapi/platform/services/issue-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +0 -55
- package/lib/openapi/platform/services/issue-navigator-settings-service.js +0 -97
- package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +0 -809
- package/lib/openapi/platform/services/issue-notification-schemes-service.js +0 -917
- package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-priorities-service.d.ts +0 -238
- package/lib/openapi/platform/services/issue-priorities-service.js +0 -372
- package/lib/openapi/platform/services/issue-priorities-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-properties-service.d.ts +0 -368
- package/lib/openapi/platform/services/issue-properties-service.js +0 -439
- package/lib/openapi/platform/services/issue-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-remote-links-service.d.ts +0 -351
- package/lib/openapi/platform/services/issue-remote-links-service.js +0 -429
- package/lib/openapi/platform/services/issue-remote-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-resolutions-service.d.ts +0 -202
- package/lib/openapi/platform/services/issue-resolutions-service.js +0 -346
- package/lib/openapi/platform/services/issue-resolutions-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-search-service.d.ts +0 -887
- package/lib/openapi/platform/services/issue-search-service.js +0 -878
- package/lib/openapi/platform/services/issue-search-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-level-service.d.ts +0 -136
- package/lib/openapi/platform/services/issue-security-level-service.js +0 -174
- package/lib/openapi/platform/services/issue-security-level-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +0 -530
- package/lib/openapi/platform/services/issue-security-schemes-service.js +0 -721
- package/lib/openapi/platform/services/issue-security-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-properties-service.d.ts +0 -150
- package/lib/openapi/platform/services/issue-type-properties-service.js +0 -227
- package/lib/openapi/platform/services/issue-type-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +0 -460
- package/lib/openapi/platform/services/issue-type-schemes-service.js +0 -615
- package/lib/openapi/platform/services/issue-type-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +0 -442
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +0 -606
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-types-service.d.ts +0 -343
- package/lib/openapi/platform/services/issue-types-service.js +0 -495
- package/lib/openapi/platform/services/issue-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-votes-service.d.ts +0 -117
- package/lib/openapi/platform/services/issue-votes-service.js +0 -179
- package/lib/openapi/platform/services/issue-votes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-watchers-service.d.ts +0 -168
- package/lib/openapi/platform/services/issue-watchers-service.js +0 -236
- package/lib/openapi/platform/services/issue-watchers-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-worklog-properties-service.js +0 -251
- package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklogs-service.d.ts +0 -694
- package/lib/openapi/platform/services/issue-worklogs-service.js +0 -701
- package/lib/openapi/platform/services/issue-worklogs-service.js.map +0 -1
- package/lib/openapi/platform/services/issues-service.d.ts +0 -2356
- package/lib/openapi/platform/services/issues-service.js +0 -2022
- package/lib/openapi/platform/services/issues-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-expressions-service.d.ts +0 -298
- package/lib/openapi/platform/services/jira-expressions-service.js +0 -272
- package/lib/openapi/platform/services/jira-expressions-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-settings-service.d.ts +0 -236
- package/lib/openapi/platform/services/jira-settings-service.js +0 -325
- package/lib/openapi/platform/services/jira-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +0 -113
- package/lib/openapi/platform/services/jql-functions-apps-service.js +0 -142
- package/lib/openapi/platform/services/jql-functions-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-service.d.ts +0 -623
- package/lib/openapi/platform/services/jql-service.js +0 -697
- package/lib/openapi/platform/services/jql-service.js.map +0 -1
- package/lib/openapi/platform/services/labels-service.d.ts +0 -34
- package/lib/openapi/platform/services/labels-service.js +0 -67
- package/lib/openapi/platform/services/labels-service.js.map +0 -1
- package/lib/openapi/platform/services/license-metrics-service.d.ts +0 -82
- package/lib/openapi/platform/services/license-metrics-service.js +0 -160
- package/lib/openapi/platform/services/license-metrics-service.js.map +0 -1
- package/lib/openapi/platform/services/myself-service.d.ts +0 -254
- package/lib/openapi/platform/services/myself-service.js +0 -382
- package/lib/openapi/platform/services/myself-service.js.map +0 -1
- package/lib/openapi/platform/services/permission-schemes-service.d.ts +0 -554
- package/lib/openapi/platform/services/permission-schemes-service.js +0 -613
- package/lib/openapi/platform/services/permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/permissions-service.d.ts +0 -214
- package/lib/openapi/platform/services/permissions-service.js +0 -281
- package/lib/openapi/platform/services/permissions-service.js.map +0 -1
- package/lib/openapi/platform/services/priority-schemes-service.d.ts +0 -578
- package/lib/openapi/platform/services/priority-schemes-service.js +0 -655
- package/lib/openapi/platform/services/priority-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-avatars-service.d.ts +0 -170
- package/lib/openapi/platform/services/project-avatars-service.js +0 -254
- package/lib/openapi/platform/services/project-avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/project-categories-service.d.ts +0 -128
- package/lib/openapi/platform/services/project-categories-service.js +0 -226
- package/lib/openapi/platform/services/project-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/project-classification-levels-service.d.ts +0 -90
- package/lib/openapi/platform/services/project-classification-levels-service.js +0 -161
- package/lib/openapi/platform/services/project-classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/project-components-service.d.ts +0 -955
- package/lib/openapi/platform/services/project-components-service.js +0 -1075
- package/lib/openapi/platform/services/project-components-service.js.map +0 -1
- package/lib/openapi/platform/services/project-email-service.d.ts +0 -60
- package/lib/openapi/platform/services/project-email-service.js +0 -113
- package/lib/openapi/platform/services/project-email-service.js.map +0 -1
- package/lib/openapi/platform/services/project-features-service.d.ts +0 -103
- package/lib/openapi/platform/services/project-features-service.js +0 -155
- package/lib/openapi/platform/services/project-features-service.js.map +0 -1
- package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +0 -59
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js +0 -135
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +0 -1
- package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +0 -179
- package/lib/openapi/platform/services/project-permission-schemes-service.js +0 -255
- package/lib/openapi/platform/services/project-permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-properties-service.d.ts +0 -147
- package/lib/openapi/platform/services/project-properties-service.js +0 -224
- package/lib/openapi/platform/services/project-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/project-role-actors-service.d.ts +0 -351
- package/lib/openapi/platform/services/project-role-actors-service.js +0 -413
- package/lib/openapi/platform/services/project-role-actors-service.js.map +0 -1
- package/lib/openapi/platform/services/project-roles-service.d.ts +0 -484
- package/lib/openapi/platform/services/project-roles-service.js +0 -647
- package/lib/openapi/platform/services/project-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/project-types-service.d.ts +0 -121
- package/lib/openapi/platform/services/project-types-service.js +0 -220
- package/lib/openapi/platform/services/project-types-service.js.map +0 -1
- package/lib/openapi/platform/services/project-versions-service.d.ts +0 -632
- package/lib/openapi/platform/services/project-versions-service.js +0 -852
- package/lib/openapi/platform/services/project-versions-service.js.map +0 -1
- package/lib/openapi/platform/services/projects-service.d.ts +0 -1622
- package/lib/openapi/platform/services/projects-service.js +0 -1686
- package/lib/openapi/platform/services/projects-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-schemes-service.d.ts +0 -166
- package/lib/openapi/platform/services/screen-schemes-service.js +0 -216
- package/lib/openapi/platform/services/screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +0 -103
- package/lib/openapi/platform/services/screen-tab-fields-service.js +0 -181
- package/lib/openapi/platform/services/screen-tab-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tabs-service.d.ts +0 -164
- package/lib/openapi/platform/services/screen-tabs-service.js +0 -278
- package/lib/openapi/platform/services/screen-tabs-service.js.map +0 -1
- package/lib/openapi/platform/services/screens-service.d.ts +0 -226
- package/lib/openapi/platform/services/screens-service.js +0 -346
- package/lib/openapi/platform/services/screens-service.js.map +0 -1
- package/lib/openapi/platform/services/server-info-service.d.ts +0 -40
- package/lib/openapi/platform/services/server-info-service.js +0 -74
- package/lib/openapi/platform/services/server-info-service.js.map +0 -1
- package/lib/openapi/platform/services/service-registry-service.d.ts +0 -32
- package/lib/openapi/platform/services/service-registry-service.js +0 -60
- package/lib/openapi/platform/services/service-registry-service.js.map +0 -1
- package/lib/openapi/platform/services/status-service.d.ts +0 -268
- package/lib/openapi/platform/services/status-service.js +0 -321
- package/lib/openapi/platform/services/status-service.js.map +0 -1
- package/lib/openapi/platform/services/tasks-service.d.ts +0 -71
- package/lib/openapi/platform/services/tasks-service.js +0 -126
- package/lib/openapi/platform/services/tasks-service.js.map +0 -1
- package/lib/openapi/platform/services/time-tracking-service.d.ts +0 -140
- package/lib/openapi/platform/services/time-tracking-service.js +0 -260
- package/lib/openapi/platform/services/time-tracking-service.js.map +0 -1
- package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +0 -212
- package/lib/openapi/platform/services/ui-modifications-apps-service.js +0 -262
- package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/user-properties-service.d.ts +0 -218
- package/lib/openapi/platform/services/user-properties-service.js +0 -254
- package/lib/openapi/platform/services/user-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/user-search-service.d.ts +0 -782
- package/lib/openapi/platform/services/user-search-service.js +0 -784
- package/lib/openapi/platform/services/user-search-service.js.map +0 -1
- package/lib/openapi/platform/services/users-service.d.ts +0 -579
- package/lib/openapi/platform/services/users-service.js +0 -729
- package/lib/openapi/platform/services/users-service.js.map +0 -1
- package/lib/openapi/platform/services/webhooks-service.d.ts +0 -258
- package/lib/openapi/platform/services/webhooks-service.js +0 -307
- package/lib/openapi/platform/services/webhooks-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +0 -744
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +0 -956
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +0 -85
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +0 -134
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-schemes-service.d.ts +0 -843
- package/lib/openapi/platform/services/workflow-schemes-service.js +0 -1030
- package/lib/openapi/platform/services/workflow-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +0 -60
- package/lib/openapi/platform/services/workflow-status-categories-service.js +0 -115
- package/lib/openapi/platform/services/workflow-status-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-statuses-service.d.ts +0 -87
- package/lib/openapi/platform/services/workflow-statuses-service.js +0 -142
- package/lib/openapi/platform/services/workflow-statuses-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +0 -189
- package/lib/openapi/platform/services/workflow-transition-properties-service.js +0 -224
- package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +0 -319
- package/lib/openapi/platform/services/workflow-transition-rules-service.js +0 -326
- package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +0 -1
- package/lib/openapi/platform/services/workflows-service.d.ts +0 -3032
- package/lib/openapi/platform/services/workflows-service.js +0 -2529
- package/lib/openapi/platform/services/workflows-service.js.map +0 -1
- package/lib/openapi/platform/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/platform/validation-schema-storage.js +0 -144
- package/lib/openapi/platform/validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/base-jira-software-api-client.d.ts +0 -426
- package/lib/openapi/software/base-jira-software-api-client.js +0 -444
- package/lib/openapi/software/base-jira-software-api-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-client.js +0 -390
- package/lib/openapi/software/core/common-http-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-service.d.ts +0 -7
- package/lib/openapi/software/core/common-http-service.js +0 -20
- package/lib/openapi/software/core/common-http-service.js.map +0 -1
- package/lib/openapi/software/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/software/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/software/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/services/backlog-service.d.ts +0 -81
- package/lib/openapi/software/services/backlog-service.js +0 -113
- package/lib/openapi/software/services/backlog-service.js.map +0 -1
- package/lib/openapi/software/services/board-service.d.ts +0 -2254
- package/lib/openapi/software/services/board-service.js +0 -2653
- package/lib/openapi/software/services/board-service.js.map +0 -1
- package/lib/openapi/software/services/builds-service.d.ts +0 -368
- package/lib/openapi/software/services/builds-service.js +0 -230
- package/lib/openapi/software/services/builds-service.js.map +0 -1
- package/lib/openapi/software/services/deployments-service.d.ts +0 -217
- package/lib/openapi/software/services/deployments-service.js +0 -232
- package/lib/openapi/software/services/deployments-service.js.map +0 -1
- package/lib/openapi/software/services/dev-ops-components-service.d.ts +0 -246
- package/lib/openapi/software/services/dev-ops-components-service.js +0 -280
- package/lib/openapi/software/services/dev-ops-components-service.js.map +0 -1
- package/lib/openapi/software/services/development-information-service.d.ts +0 -1641
- package/lib/openapi/software/services/development-information-service.js +0 -474
- package/lib/openapi/software/services/development-information-service.js.map +0 -1
- package/lib/openapi/software/services/epic-service.d.ts +0 -596
- package/lib/openapi/software/services/epic-service.js +0 -633
- package/lib/openapi/software/services/epic-service.js.map +0 -1
- package/lib/openapi/software/services/feature-flags-service.d.ts +0 -170
- package/lib/openapi/software/services/feature-flags-service.js +0 -182
- package/lib/openapi/software/services/feature-flags-service.js.map +0 -1
- package/lib/openapi/software/services/issue-service.d.ts +0 -329
- package/lib/openapi/software/services/issue-service.js +0 -410
- package/lib/openapi/software/services/issue-service.js.map +0 -1
- package/lib/openapi/software/services/operations-service.d.ts +0 -456
- package/lib/openapi/software/services/operations-service.js +0 -444
- package/lib/openapi/software/services/operations-service.js.map +0 -1
- package/lib/openapi/software/services/remote-links-service.d.ts +0 -445
- package/lib/openapi/software/services/remote-links-service.js +0 -327
- package/lib/openapi/software/services/remote-links-service.js.map +0 -1
- package/lib/openapi/software/services/security-information-service.d.ts +0 -257
- package/lib/openapi/software/services/security-information-service.js +0 -310
- package/lib/openapi/software/services/security-information-service.js.map +0 -1
- package/lib/openapi/software/services/sprint-service.d.ts +0 -531
- package/lib/openapi/software/services/sprint-service.js +0 -665
- package/lib/openapi/software/services/sprint-service.js.map +0 -1
- package/lib/openapi/software/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/software/validation-schema-storage.js +0 -144
- package/lib/openapi/software/validation-schema-storage.js.map +0 -1
- /package/lib/openapi/platform/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
- /package/lib/openapi/software/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
|
@@ -1,1320 +0,0 @@
|
|
|
1
|
-
import { CommonHttpService } from "../core/common-http-service";
|
|
2
|
-
import { type ColumnItem, type ColumnRequestBody } from "../models/common";
|
|
3
|
-
import { type ChangeFilterOwner, type Filter, type PageBeanFilterDetails } from "../models/filters";
|
|
4
|
-
/**
|
|
5
|
-
* This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
|
|
6
|
-
* Use it to get, create, update, or delete filters. Also use it to configure the
|
|
7
|
-
* columns for a filter and set favorite filters.
|
|
8
|
-
*/
|
|
9
|
-
export declare class FiltersService extends CommonHttpService {
|
|
10
|
-
/**
|
|
11
|
-
* Changes the owner of the filter.
|
|
12
|
-
*
|
|
13
|
-
* **[Permissions](#permissions) required:** Permission to access Jira. However,
|
|
14
|
-
* the user must own the filter or have the *Administer Jira* [global
|
|
15
|
-
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
16
|
-
*
|
|
17
|
-
* @returns Returned if the request is successful.
|
|
18
|
-
* @path {PUT} /rest/api/3/filter/{id}/owner
|
|
19
|
-
* @scopes-beta read:filter:jira, write:filter:jira
|
|
20
|
-
* @scopes-current write:jira-work
|
|
21
|
-
*/
|
|
22
|
-
changeFilterOwner({ id, changeFilterOwner, }: {
|
|
23
|
-
/** The ID of the filter to update. */
|
|
24
|
-
id: number;
|
|
25
|
-
/**
|
|
26
|
-
* The account ID of the new owner of the filter.
|
|
27
|
-
*
|
|
28
|
-
* @example {
|
|
29
|
-
* "accountId": "0000-0000-0000-0000"
|
|
30
|
-
* }
|
|
31
|
-
*/
|
|
32
|
-
changeFilterOwner: ChangeFilterOwner;
|
|
33
|
-
}): Promise<void>;
|
|
34
|
-
/**
|
|
35
|
-
* Creates a filter. The filter is shared according to the [default share
|
|
36
|
-
* scope](#api-rest-api-3-filter-post). The filter is not selected as a favorite.
|
|
37
|
-
*
|
|
38
|
-
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
39
|
-
*
|
|
40
|
-
* @returns Returned if the request is successful.
|
|
41
|
-
*
|
|
42
|
-
* example: {
|
|
43
|
-
* "approximateLastUsed": null,
|
|
44
|
-
* "description": "Lists all open bugs",
|
|
45
|
-
* "favourite": true,
|
|
46
|
-
* "favouritedCount": 0,
|
|
47
|
-
* "id": "10000",
|
|
48
|
-
* "jql": "type = Bug and resolution is empty",
|
|
49
|
-
* "name": "All Open Bugs",
|
|
50
|
-
* "owner": {
|
|
51
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
52
|
-
* "accountType": "atlassian",
|
|
53
|
-
* "active": false,
|
|
54
|
-
* "avatarUrls": {
|
|
55
|
-
* "16x16":
|
|
56
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
57
|
-
* "24x24":
|
|
58
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
59
|
-
* "32x32":
|
|
60
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
61
|
-
* "48x48":
|
|
62
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
63
|
-
* },
|
|
64
|
-
* "displayName": "Mia Krystof",
|
|
65
|
-
* "key": "",
|
|
66
|
-
* "name": "",
|
|
67
|
-
* "self":
|
|
68
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
69
|
-
* },
|
|
70
|
-
* "searchUrl":
|
|
71
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
72
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
73
|
-
* "sharePermissions": [],
|
|
74
|
-
* "subscriptions": {
|
|
75
|
-
* "end-index": 0,
|
|
76
|
-
* "items": [],
|
|
77
|
-
* "max-results": 0,
|
|
78
|
-
* "size": 0,
|
|
79
|
-
* "start-index": 0
|
|
80
|
-
* },
|
|
81
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
82
|
-
* }
|
|
83
|
-
* @path {POST} /rest/api/3/filter
|
|
84
|
-
* @scopes-current write:jira-work
|
|
85
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
86
|
-
* read:user:jira, write:filter:jira, read:application-role:jira,
|
|
87
|
-
* read:avatar:jira, read:issue-type-hierarchy:jira, read:issue-type:jira,
|
|
88
|
-
* read:project-category:jira, read:project-version:jira,
|
|
89
|
-
* read:project.component:jira
|
|
90
|
-
*/
|
|
91
|
-
createFilter({ expand, overrideSharePermissions, filter, }: {
|
|
92
|
-
/**
|
|
93
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
94
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
95
|
-
*
|
|
96
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
97
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
98
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
99
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
100
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
101
|
-
* For example, to access the next 1000 users, use
|
|
102
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
103
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
104
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
105
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
106
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
107
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
108
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
109
|
-
*/
|
|
110
|
-
expand?: string;
|
|
111
|
-
/**
|
|
112
|
-
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
113
|
-
* any share permissions to be created. Available to users with *Administer Jira*
|
|
114
|
-
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
115
|
-
*/
|
|
116
|
-
overrideSharePermissions?: boolean;
|
|
117
|
-
/**
|
|
118
|
-
* The filter to create.
|
|
119
|
-
*
|
|
120
|
-
* @example {
|
|
121
|
-
* "description": "Lists all open bugs",
|
|
122
|
-
* "jql": "type = Bug and resolution is empty",
|
|
123
|
-
* "name": "All Open Bugs"
|
|
124
|
-
* }
|
|
125
|
-
*/
|
|
126
|
-
filter: Filter;
|
|
127
|
-
}): Promise<Filter>;
|
|
128
|
-
/**
|
|
129
|
-
* Removes a filter as a favorite for the user. Note that this operation only
|
|
130
|
-
* removes filters visible to the user from the user's favorites list. For
|
|
131
|
-
* example, if the user favorites a public filter that is subsequently made
|
|
132
|
-
* private (and is therefore no longer visible on their favorites list) they
|
|
133
|
-
* cannot remove it from their favorites list.
|
|
134
|
-
*
|
|
135
|
-
* **[Permissions](#permissions) required:** Permission to access Jira.
|
|
136
|
-
*
|
|
137
|
-
* @returns Returned if the request is successful.
|
|
138
|
-
*
|
|
139
|
-
* example: {
|
|
140
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
141
|
-
* "description": "Lists all open bugs",
|
|
142
|
-
* "favourite": true,
|
|
143
|
-
* "favouritedCount": 0,
|
|
144
|
-
* "id": "10000",
|
|
145
|
-
* "jql": "type = Bug and resolution is empty",
|
|
146
|
-
* "name": "All Open Bugs",
|
|
147
|
-
* "owner": {
|
|
148
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
149
|
-
* "accountType": "atlassian",
|
|
150
|
-
* "active": false,
|
|
151
|
-
* "avatarUrls": {
|
|
152
|
-
* "16x16":
|
|
153
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
154
|
-
* "24x24":
|
|
155
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
156
|
-
* "32x32":
|
|
157
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
158
|
-
* "48x48":
|
|
159
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
160
|
-
* },
|
|
161
|
-
* "displayName": "Mia Krystof",
|
|
162
|
-
* "key": "",
|
|
163
|
-
* "name": "",
|
|
164
|
-
* "self":
|
|
165
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
166
|
-
* },
|
|
167
|
-
* "searchUrl":
|
|
168
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
169
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
170
|
-
* "sharePermissions": [],
|
|
171
|
-
* "subscriptions": {
|
|
172
|
-
* "end-index": 0,
|
|
173
|
-
* "items": [],
|
|
174
|
-
* "max-results": 0,
|
|
175
|
-
* "size": 0,
|
|
176
|
-
* "start-index": 0
|
|
177
|
-
* },
|
|
178
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
179
|
-
* }
|
|
180
|
-
* @path {DELETE} /rest/api/3/filter/{id}/favourite
|
|
181
|
-
* @scopes-current write:jira-work
|
|
182
|
-
* @scopes-beta write:filter:jira, read:application-role:jira, read:avatar:jira,
|
|
183
|
-
* read:filter:jira, read:group:jira, read:issue-type-hierarchy:jira,
|
|
184
|
-
* read:issue-type:jira, read:project-category:jira, read:project-role:jira,
|
|
185
|
-
* read:project-version:jira, read:project.component:jira, read:project:jira,
|
|
186
|
-
* read:user:jira
|
|
187
|
-
*/
|
|
188
|
-
deleteFavouriteForFilter({ id, expand, }: {
|
|
189
|
-
/** The ID of the filter. */
|
|
190
|
-
id: number;
|
|
191
|
-
/**
|
|
192
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
193
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
194
|
-
*
|
|
195
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
196
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
197
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
198
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
199
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
200
|
-
* For example, to access the next 1000 users, use
|
|
201
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
202
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
203
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
204
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
205
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
206
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
207
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
208
|
-
*/
|
|
209
|
-
expand?: string;
|
|
210
|
-
}): Promise<Filter>;
|
|
211
|
-
/**
|
|
212
|
-
* Delete a filter.
|
|
213
|
-
*
|
|
214
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however
|
|
215
|
-
* filters can only be deleted by the creator of the filter or a user with
|
|
216
|
-
* *Administer Jira* [global
|
|
217
|
-
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
218
|
-
*
|
|
219
|
-
* @path {DELETE} /rest/api/3/filter/{id}
|
|
220
|
-
* @scopes-current write:jira-work
|
|
221
|
-
* @scopes-beta delete:filter:jira
|
|
222
|
-
*/
|
|
223
|
-
deleteFilter({ id, }: {
|
|
224
|
-
/** The ID of the filter to delete. */
|
|
225
|
-
id: number;
|
|
226
|
-
}): Promise<void>;
|
|
227
|
-
/**
|
|
228
|
-
* Returns the columns configured for a filter. The column configuration is used
|
|
229
|
-
* when the filter's results are viewed in *List View* with the *Columns* set to
|
|
230
|
-
* *Filter*.
|
|
231
|
-
*
|
|
232
|
-
* This operation can be accessed anonymously.
|
|
233
|
-
*
|
|
234
|
-
* **[Permissions](#permissions) required:** None, however, column details are
|
|
235
|
-
* only returned for:
|
|
236
|
-
*
|
|
237
|
-
* * filters owned by the user.
|
|
238
|
-
* * filters shared with a group that the user is a member of.
|
|
239
|
-
* * filters shared with a private project that the user has *Browse projects*
|
|
240
|
-
* [project permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
241
|
-
* * filters shared with a public project.
|
|
242
|
-
* * filters shared with the public.
|
|
243
|
-
*
|
|
244
|
-
* @returns Returned if the request is successful.
|
|
245
|
-
*
|
|
246
|
-
* example: [
|
|
247
|
-
* {
|
|
248
|
-
* "label": "Key",
|
|
249
|
-
* "value": "issuekey"
|
|
250
|
-
* },
|
|
251
|
-
* {
|
|
252
|
-
* "label": "Summary",
|
|
253
|
-
* "value": "summary"
|
|
254
|
-
* }
|
|
255
|
-
* ]
|
|
256
|
-
* @path {GET} /rest/api/3/filter/{id}/columns
|
|
257
|
-
* @scopes-current read:jira-work
|
|
258
|
-
* @scopes-beta read:filter.column:jira
|
|
259
|
-
*/
|
|
260
|
-
getColumns({ id, }: {
|
|
261
|
-
/** The ID of the filter. */
|
|
262
|
-
id: number;
|
|
263
|
-
}): Promise<ColumnItem[]>;
|
|
264
|
-
/**
|
|
265
|
-
* Returns the visible favorite filters of the user.
|
|
266
|
-
*
|
|
267
|
-
* This operation can be accessed anonymously.
|
|
268
|
-
*
|
|
269
|
-
* **[Permissions](#permissions) required:** A favorite filter is only visible to
|
|
270
|
-
* the user where the filter is:
|
|
271
|
-
*
|
|
272
|
-
* * owned by the user.
|
|
273
|
-
* * shared with a group that the user is a member of.
|
|
274
|
-
* * shared with a private project that the user has *Browse projects* [project
|
|
275
|
-
* permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
276
|
-
* * shared with a public project.
|
|
277
|
-
* * shared with the public.
|
|
278
|
-
*
|
|
279
|
-
* For example, if the user favorites a public filter that is subsequently made
|
|
280
|
-
* private that filter is not returned by this operation.
|
|
281
|
-
*
|
|
282
|
-
* @returns Returned if the request is successful.
|
|
283
|
-
*
|
|
284
|
-
* example: [
|
|
285
|
-
* {
|
|
286
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
287
|
-
* "description": "Lists all open bugs",
|
|
288
|
-
* "favourite": true,
|
|
289
|
-
* "favouritedCount": 0,
|
|
290
|
-
* "id": "10000",
|
|
291
|
-
* "jql": "type = Bug and resolution is empty",
|
|
292
|
-
* "name": "All Open Bugs",
|
|
293
|
-
* "owner": {
|
|
294
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
295
|
-
* "accountType": "atlassian",
|
|
296
|
-
* "active": false,
|
|
297
|
-
* "avatarUrls": {
|
|
298
|
-
* "16x16":
|
|
299
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
300
|
-
* "24x24":
|
|
301
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
302
|
-
* "32x32":
|
|
303
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
304
|
-
* "48x48":
|
|
305
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
306
|
-
* },
|
|
307
|
-
* "displayName": "Mia Krystof",
|
|
308
|
-
* "key": "",
|
|
309
|
-
* "name": "",
|
|
310
|
-
* "self":
|
|
311
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
312
|
-
* },
|
|
313
|
-
* "searchUrl":
|
|
314
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
315
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
316
|
-
* "sharePermissions": [],
|
|
317
|
-
* "subscriptions": {
|
|
318
|
-
* "end-index": 0,
|
|
319
|
-
* "items": [],
|
|
320
|
-
* "max-results": 0,
|
|
321
|
-
* "size": 0,
|
|
322
|
-
* "start-index": 0
|
|
323
|
-
* },
|
|
324
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
325
|
-
* },
|
|
326
|
-
* {
|
|
327
|
-
* "approximateLastUsed": null,
|
|
328
|
-
* "description": "Issues assigned to me",
|
|
329
|
-
* "favourite": true,
|
|
330
|
-
* "favouritedCount": 0,
|
|
331
|
-
* "id": "10010",
|
|
332
|
-
* "jql": "assignee = currentUser() and resolution is empty",
|
|
333
|
-
* "name": "My issues",
|
|
334
|
-
* "owner": {
|
|
335
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
336
|
-
* "accountType": "atlassian",
|
|
337
|
-
* "active": false,
|
|
338
|
-
* "avatarUrls": {
|
|
339
|
-
* "16x16":
|
|
340
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
341
|
-
* "24x24":
|
|
342
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
343
|
-
* "32x32":
|
|
344
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
345
|
-
* "48x48":
|
|
346
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
347
|
-
* },
|
|
348
|
-
* "displayName": "Mia Krystof",
|
|
349
|
-
* "key": "",
|
|
350
|
-
* "name": "",
|
|
351
|
-
* "self":
|
|
352
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
353
|
-
* },
|
|
354
|
-
* "searchUrl":
|
|
355
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
|
|
356
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
|
|
357
|
-
* "sharePermissions": [
|
|
358
|
-
* {
|
|
359
|
-
* "id": 10000,
|
|
360
|
-
* "type": "global"
|
|
361
|
-
* },
|
|
362
|
-
* {
|
|
363
|
-
* "id": 10010,
|
|
364
|
-
* "project": {
|
|
365
|
-
* "avatarUrls": {
|
|
366
|
-
* "16x16":
|
|
367
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
368
|
-
* "24x24":
|
|
369
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
370
|
-
* "32x32":
|
|
371
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
372
|
-
* "48x48":
|
|
373
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
374
|
-
* },
|
|
375
|
-
* "id": "10000",
|
|
376
|
-
* "insight": {
|
|
377
|
-
* "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
|
|
378
|
-
* "totalIssueCount": 100
|
|
379
|
-
* },
|
|
380
|
-
* "key": "EX",
|
|
381
|
-
* "name": "Example",
|
|
382
|
-
* "projectCategory": {
|
|
383
|
-
* "description": "First Project Category",
|
|
384
|
-
* "id": "10000",
|
|
385
|
-
* "name": "FIRST",
|
|
386
|
-
* "self":
|
|
387
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
388
|
-
* },
|
|
389
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
390
|
-
* "simplified": false,
|
|
391
|
-
* "style": "classic"
|
|
392
|
-
* },
|
|
393
|
-
* "type": "project"
|
|
394
|
-
* }
|
|
395
|
-
* ],
|
|
396
|
-
* "subscriptions": {
|
|
397
|
-
* "end-index": 0,
|
|
398
|
-
* "items": [],
|
|
399
|
-
* "max-results": 0,
|
|
400
|
-
* "size": 0,
|
|
401
|
-
* "start-index": 0
|
|
402
|
-
* },
|
|
403
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10010"
|
|
404
|
-
* }
|
|
405
|
-
* ]
|
|
406
|
-
* @path {GET} /rest/api/3/filter/favourite
|
|
407
|
-
* @scopes-current read:jira-work
|
|
408
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
409
|
-
* read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
|
|
410
|
-
* read:issue-type-hierarchy:jira
|
|
411
|
-
*/
|
|
412
|
-
getFavouriteFilters({ expand, }: {
|
|
413
|
-
/**
|
|
414
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
415
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
416
|
-
*
|
|
417
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
418
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
419
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
420
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
421
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
422
|
-
* For example, to access the next 1000 users, use
|
|
423
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
424
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
425
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
426
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
427
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
428
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
429
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
430
|
-
*/
|
|
431
|
-
expand?: string;
|
|
432
|
-
}): Promise<Filter[]>;
|
|
433
|
-
/**
|
|
434
|
-
* Returns a filter.
|
|
435
|
-
*
|
|
436
|
-
* This operation can be accessed anonymously.
|
|
437
|
-
*
|
|
438
|
-
* **[Permissions](#permissions) required:** None, however, the filter is only
|
|
439
|
-
* returned where it is:
|
|
440
|
-
*
|
|
441
|
-
* * owned by the user.
|
|
442
|
-
* * shared with a group that the user is a member of.
|
|
443
|
-
* * shared with a private project that the user has *Browse projects* [project
|
|
444
|
-
* permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
445
|
-
* * shared with a public project.
|
|
446
|
-
* * shared with the public.
|
|
447
|
-
*
|
|
448
|
-
* @returns Returned if the request is successful.
|
|
449
|
-
*
|
|
450
|
-
* example: {
|
|
451
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
452
|
-
* "description": "Lists all open bugs",
|
|
453
|
-
* "favourite": true,
|
|
454
|
-
* "favouritedCount": 0,
|
|
455
|
-
* "id": "10000",
|
|
456
|
-
* "jql": "type = Bug and resolution is empty",
|
|
457
|
-
* "name": "All Open Bugs",
|
|
458
|
-
* "owner": {
|
|
459
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
460
|
-
* "accountType": "atlassian",
|
|
461
|
-
* "active": false,
|
|
462
|
-
* "avatarUrls": {
|
|
463
|
-
* "16x16":
|
|
464
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
465
|
-
* "24x24":
|
|
466
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
467
|
-
* "32x32":
|
|
468
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
469
|
-
* "48x48":
|
|
470
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
471
|
-
* },
|
|
472
|
-
* "displayName": "Mia Krystof",
|
|
473
|
-
* "key": "",
|
|
474
|
-
* "name": "",
|
|
475
|
-
* "self":
|
|
476
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
477
|
-
* },
|
|
478
|
-
* "searchUrl":
|
|
479
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
480
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
481
|
-
* "sharePermissions": [],
|
|
482
|
-
* "subscriptions": {
|
|
483
|
-
* "end-index": 0,
|
|
484
|
-
* "items": [],
|
|
485
|
-
* "max-results": 0,
|
|
486
|
-
* "size": 0,
|
|
487
|
-
* "start-index": 0
|
|
488
|
-
* },
|
|
489
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
490
|
-
* }
|
|
491
|
-
* @path {GET} /rest/api/3/filter/{id}
|
|
492
|
-
* @scopes-current read:jira-work
|
|
493
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
494
|
-
* read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
|
|
495
|
-
* read:issue-type-hierarchy:jira
|
|
496
|
-
*/
|
|
497
|
-
getFilter({ id, expand, overrideSharePermissions, }: {
|
|
498
|
-
/** The ID of the filter to return. */
|
|
499
|
-
id: number;
|
|
500
|
-
/**
|
|
501
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
502
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
503
|
-
*
|
|
504
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
505
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
506
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
507
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
508
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
509
|
-
* For example, to access the next 1000 users, use
|
|
510
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
511
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
512
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
513
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
514
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
515
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
516
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
517
|
-
*/
|
|
518
|
-
expand?: string;
|
|
519
|
-
/**
|
|
520
|
-
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
521
|
-
* any share permissions to be returned. Available to users with *Administer Jira*
|
|
522
|
-
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
523
|
-
*/
|
|
524
|
-
overrideSharePermissions?: boolean;
|
|
525
|
-
}): Promise<Filter>;
|
|
526
|
-
/**
|
|
527
|
-
* Returns a [paginated](#pagination) list of filters. Use this operation to get:
|
|
528
|
-
*
|
|
529
|
-
* * specific filters, by defining `id` only.
|
|
530
|
-
* * filters that match all of the specified attributes. For example, all
|
|
531
|
-
* filters for a user with a particular word in their name. When multiple
|
|
532
|
-
* attributes are specified only filters matching all attributes are returned.
|
|
533
|
-
*
|
|
534
|
-
* This operation can be accessed anonymously.
|
|
535
|
-
*
|
|
536
|
-
* **[Permissions](#permissions) required:** None, however, only the following
|
|
537
|
-
* filters that match the query parameters are returned:
|
|
538
|
-
*
|
|
539
|
-
* * filters owned by the user.
|
|
540
|
-
* * filters shared with a group that the user is a member of.
|
|
541
|
-
* * filters shared with a private project that the user has *Browse projects*
|
|
542
|
-
* [project permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
543
|
-
* * filters shared with a public project.
|
|
544
|
-
* * filters shared with the public.
|
|
545
|
-
*
|
|
546
|
-
* @returns Returned if the request is successful.
|
|
547
|
-
*
|
|
548
|
-
* example: {
|
|
549
|
-
* "isLast": true,
|
|
550
|
-
* "maxResults": 100,
|
|
551
|
-
* "self":
|
|
552
|
-
* "https://your-domain.atlassian.net/rest/api/3/filter/search?accountId=&maxResults=50&filterName=&orderBy=name&startAt=0&expand=description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,subscriptions,approximateLastUsed",
|
|
553
|
-
* "startAt": 0,
|
|
554
|
-
* "total": 2,
|
|
555
|
-
* "values": [
|
|
556
|
-
* {
|
|
557
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
558
|
-
* "description": "Lists all open bugs",
|
|
559
|
-
* "editPermissions": [],
|
|
560
|
-
* "expand":
|
|
561
|
-
* "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
|
|
562
|
-
* "favourite": false,
|
|
563
|
-
* "favouritedCount": 0,
|
|
564
|
-
* "id": "10000",
|
|
565
|
-
* "jql": "type = Bug and resolution is empty",
|
|
566
|
-
* "name": "All Open Bugs",
|
|
567
|
-
* "owner": {
|
|
568
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
569
|
-
* "accountType": "atlassian",
|
|
570
|
-
* "active": false,
|
|
571
|
-
* "avatarUrls": {
|
|
572
|
-
* "16x16":
|
|
573
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
574
|
-
* "24x24":
|
|
575
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
576
|
-
* "32x32":
|
|
577
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
578
|
-
* "48x48":
|
|
579
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
580
|
-
* },
|
|
581
|
-
* "displayName": "Mia Krystof",
|
|
582
|
-
* "key": "",
|
|
583
|
-
* "name": "",
|
|
584
|
-
* "self":
|
|
585
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
586
|
-
* },
|
|
587
|
-
* "searchUrl":
|
|
588
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
589
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
590
|
-
* "sharePermissions": [],
|
|
591
|
-
* "subscriptions": [],
|
|
592
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
593
|
-
* },
|
|
594
|
-
* {
|
|
595
|
-
* "approximateLastUsed": null,
|
|
596
|
-
* "description": "Issues assigned to me",
|
|
597
|
-
* "editPermissions": [
|
|
598
|
-
* {
|
|
599
|
-
* "id": 10010,
|
|
600
|
-
* "project": {
|
|
601
|
-
* "avatarUrls": {
|
|
602
|
-
* "16x16":
|
|
603
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10002",
|
|
604
|
-
* "24x24":
|
|
605
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10002",
|
|
606
|
-
* "32x32":
|
|
607
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10002",
|
|
608
|
-
* "48x48":
|
|
609
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10002"
|
|
610
|
-
* },
|
|
611
|
-
* "deleted": true,
|
|
612
|
-
* "deletedBy": {
|
|
613
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
614
|
-
* "accountType": "atlassian",
|
|
615
|
-
* "active": false,
|
|
616
|
-
* "avatarUrls": {
|
|
617
|
-
* "16x16":
|
|
618
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
619
|
-
* "24x24":
|
|
620
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
621
|
-
* "32x32":
|
|
622
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
623
|
-
* "48x48":
|
|
624
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
625
|
-
* },
|
|
626
|
-
* "displayName": "Mia Krystof",
|
|
627
|
-
* "key": "",
|
|
628
|
-
* "name": "",
|
|
629
|
-
* "self":
|
|
630
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
631
|
-
* },
|
|
632
|
-
* "deletedDate": "2022-11-11T13:35:29.000+0000",
|
|
633
|
-
* "id": "10002",
|
|
634
|
-
* "insight": {
|
|
635
|
-
* "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
|
|
636
|
-
* "totalIssueCount": 100
|
|
637
|
-
* },
|
|
638
|
-
* "key": "MKY",
|
|
639
|
-
* "name": "Example",
|
|
640
|
-
* "projectCategory": {
|
|
641
|
-
* "description": "First Project Category",
|
|
642
|
-
* "id": "10000",
|
|
643
|
-
* "name": "FIRST",
|
|
644
|
-
* "self":
|
|
645
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
646
|
-
* },
|
|
647
|
-
* "retentionTillDate": "2023-01-10T13:35:29.000+0000",
|
|
648
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/project/MKY",
|
|
649
|
-
* "simplified": false,
|
|
650
|
-
* "style": "classic"
|
|
651
|
-
* },
|
|
652
|
-
* "role": {
|
|
653
|
-
* "self":
|
|
654
|
-
* "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
|
|
655
|
-
* "name": "Developers",
|
|
656
|
-
* "id": 10360,
|
|
657
|
-
* "description": "A project role that represents developers in a
|
|
658
|
-
* project",
|
|
659
|
-
* "actors": [
|
|
660
|
-
* {
|
|
661
|
-
* "actorGroup": {
|
|
662
|
-
* "name": "jira-developers",
|
|
663
|
-
* "displayName": "jira-developers",
|
|
664
|
-
* "groupId": "952d12c3-5b5b-4d04-bb32-44d383afc4b2"
|
|
665
|
-
* },
|
|
666
|
-
* "displayName": "jira-developers",
|
|
667
|
-
* "id": 10240,
|
|
668
|
-
* "name": "jira-developers",
|
|
669
|
-
* "type": "atlassian-group-role-actor"
|
|
670
|
-
* },
|
|
671
|
-
* {
|
|
672
|
-
* "actorUser": {
|
|
673
|
-
* "accountId": "5b10a2844c20165700ede21g"
|
|
674
|
-
* },
|
|
675
|
-
* "displayName": "Mia Krystof",
|
|
676
|
-
* "id": 10241,
|
|
677
|
-
* "type": "atlassian-user-role-actor"
|
|
678
|
-
* }
|
|
679
|
-
* ],
|
|
680
|
-
* "scope": {
|
|
681
|
-
* "project": {
|
|
682
|
-
* "id": "10000",
|
|
683
|
-
* "key": "KEY",
|
|
684
|
-
* "name": "Next Gen Project"
|
|
685
|
-
* },
|
|
686
|
-
* "type": "PROJECT"
|
|
687
|
-
* }
|
|
688
|
-
* },
|
|
689
|
-
* "type": "project"
|
|
690
|
-
* },
|
|
691
|
-
* {
|
|
692
|
-
* "group": {
|
|
693
|
-
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
694
|
-
* "name": "jira-administrators",
|
|
695
|
-
* "self":
|
|
696
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
697
|
-
* },
|
|
698
|
-
* "id": 10010,
|
|
699
|
-
* "type": "group"
|
|
700
|
-
* }
|
|
701
|
-
* ],
|
|
702
|
-
* "expand":
|
|
703
|
-
* "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
|
|
704
|
-
* "favourite": true,
|
|
705
|
-
* "favouritedCount": 123,
|
|
706
|
-
* "id": "10010",
|
|
707
|
-
* "jql": "assignee = currentUser() and resolution is empty",
|
|
708
|
-
* "name": "My issues",
|
|
709
|
-
* "owner": {
|
|
710
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
711
|
-
* "accountType": "atlassian",
|
|
712
|
-
* "active": false,
|
|
713
|
-
* "avatarUrls": {
|
|
714
|
-
* "16x16":
|
|
715
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
716
|
-
* "24x24":
|
|
717
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
718
|
-
* "32x32":
|
|
719
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
720
|
-
* "48x48":
|
|
721
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
722
|
-
* },
|
|
723
|
-
* "displayName": "Mia Krystof",
|
|
724
|
-
* "key": "",
|
|
725
|
-
* "name": "",
|
|
726
|
-
* "self":
|
|
727
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
728
|
-
* },
|
|
729
|
-
* "searchUrl":
|
|
730
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
|
|
731
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
|
|
732
|
-
* "sharePermissions": [
|
|
733
|
-
* {
|
|
734
|
-
* "id": 10000,
|
|
735
|
-
* "type": "global"
|
|
736
|
-
* },
|
|
737
|
-
* {
|
|
738
|
-
* "id": 10010,
|
|
739
|
-
* "project": {
|
|
740
|
-
* "avatarUrls": {
|
|
741
|
-
* "16x16":
|
|
742
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
743
|
-
* "24x24":
|
|
744
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
745
|
-
* "32x32":
|
|
746
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
747
|
-
* "48x48":
|
|
748
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
749
|
-
* },
|
|
750
|
-
* "id": "10000",
|
|
751
|
-
* "insight": {
|
|
752
|
-
* "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
|
|
753
|
-
* "totalIssueCount": 100
|
|
754
|
-
* },
|
|
755
|
-
* "key": "EX",
|
|
756
|
-
* "name": "Example",
|
|
757
|
-
* "projectCategory": {
|
|
758
|
-
* "description": "First Project Category",
|
|
759
|
-
* "id": "10000",
|
|
760
|
-
* "name": "FIRST",
|
|
761
|
-
* "self":
|
|
762
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
763
|
-
* },
|
|
764
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
765
|
-
* "simplified": false,
|
|
766
|
-
* "style": "classic"
|
|
767
|
-
* },
|
|
768
|
-
* "type": "project"
|
|
769
|
-
* }
|
|
770
|
-
* ],
|
|
771
|
-
* "subscriptions": [
|
|
772
|
-
* {
|
|
773
|
-
* "id": 1,
|
|
774
|
-
* "user": {
|
|
775
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
776
|
-
* "accountType": "atlassian",
|
|
777
|
-
* "active": true,
|
|
778
|
-
* "applicationRoles": {
|
|
779
|
-
* "items": [],
|
|
780
|
-
* "size": 1
|
|
781
|
-
* },
|
|
782
|
-
* "avatarUrls": {
|
|
783
|
-
* "16x16":
|
|
784
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
785
|
-
* "24x24":
|
|
786
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
787
|
-
* "32x32":
|
|
788
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
789
|
-
* "48x48":
|
|
790
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
791
|
-
* },
|
|
792
|
-
* "displayName": "Mia Krystof",
|
|
793
|
-
* "emailAddress": "mia@example.com",
|
|
794
|
-
* "groups": {
|
|
795
|
-
* "items": [],
|
|
796
|
-
* "size": 3
|
|
797
|
-
* },
|
|
798
|
-
* "key": "",
|
|
799
|
-
* "name": "",
|
|
800
|
-
* "self":
|
|
801
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
802
|
-
* "timeZone": "Australia/Sydney"
|
|
803
|
-
* }
|
|
804
|
-
* }
|
|
805
|
-
* ],
|
|
806
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10010"
|
|
807
|
-
* }
|
|
808
|
-
* ]
|
|
809
|
-
* }
|
|
810
|
-
* @path {GET} /rest/api/3/filter/search
|
|
811
|
-
* @scopes-current read:jira-work
|
|
812
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
813
|
-
* read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
|
|
814
|
-
* read:issue-type-hierarchy:jira
|
|
815
|
-
*/
|
|
816
|
-
getFiltersPaginated({ filterName, accountId, owner, groupname, groupId, projectId, id, orderBy, startAt, maxResults, expand, overrideSharePermissions, }: {
|
|
817
|
-
/** String used to perform a case-insensitive partial match with `name`. */
|
|
818
|
-
filterName?: string;
|
|
819
|
-
/**
|
|
820
|
-
* User account ID used to return filters with the matching `owner.accountId`.
|
|
821
|
-
* This parameter cannot be used with `owner`.
|
|
822
|
-
*/
|
|
823
|
-
accountId?: string;
|
|
824
|
-
/**
|
|
825
|
-
* This parameter is deprecated because of privacy changes. Use `accountId`
|
|
826
|
-
* instead. See the [migration
|
|
827
|
-
* guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
|
|
828
|
-
* for details. User name used to return filters with the matching `owner.name`.
|
|
829
|
-
* This parameter cannot be used with `accountId`.
|
|
830
|
-
*/
|
|
831
|
-
owner?: string;
|
|
832
|
-
/**
|
|
833
|
-
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
834
|
-
* group. Group name used to returns filters that are shared with a group that
|
|
835
|
-
* matches `sharePermissions.group.groupname`. This parameter cannot be used with
|
|
836
|
-
* the `groupId` parameter.
|
|
837
|
-
*/
|
|
838
|
-
groupname?: string;
|
|
839
|
-
/**
|
|
840
|
-
* Group ID used to returns filters that are shared with a group that matches
|
|
841
|
-
* `sharePermissions.group.groupId`. This parameter cannot be used with the
|
|
842
|
-
* `groupname` parameter.
|
|
843
|
-
*/
|
|
844
|
-
groupId?: string;
|
|
845
|
-
/**
|
|
846
|
-
* Project ID used to returns filters that are shared with a project that matches
|
|
847
|
-
* `sharePermissions.project.id`.
|
|
848
|
-
*/
|
|
849
|
-
projectId?: number;
|
|
850
|
-
/**
|
|
851
|
-
* The list of filter IDs. To include multiple IDs, provide an ampersand-separated
|
|
852
|
-
* list. For example, `id=10000&id=10001`. Do not exceed 200 filter IDs.
|
|
853
|
-
*/
|
|
854
|
-
id?: number[];
|
|
855
|
-
/**
|
|
856
|
-
* [Order](#ordering) the results by a field:
|
|
857
|
-
*
|
|
858
|
-
* * `description` Sorts by filter description. Note that this sorting works
|
|
859
|
-
* independently of whether the expand to display the description field is in use.
|
|
860
|
-
* * `favourite_count` Sorts by the count of how many users have this filter as
|
|
861
|
-
* a favorite.
|
|
862
|
-
* * `is_favourite` Sorts by whether the filter is marked as a favorite.
|
|
863
|
-
* * `id` Sorts by filter ID.
|
|
864
|
-
* * `name` Sorts by filter name.
|
|
865
|
-
* * `owner` Sorts by the ID of the filter owner.
|
|
866
|
-
* * `is_shared` Sorts by whether the filter is shared.
|
|
867
|
-
*/
|
|
868
|
-
orderBy?: "description" | "-description" | "+description" | "favourite_count" | "-favourite_count" | "+favourite_count" | "id" | "-id" | "+id" | "is_favourite" | "-is_favourite" | "+is_favourite" | "name" | "-name" | "+name" | "owner" | "-owner" | "+owner" | "is_shared" | "-is_shared" | "+is_shared";
|
|
869
|
-
/** The index of the first item to return in a page of results (page offset). */
|
|
870
|
-
startAt?: number;
|
|
871
|
-
/** The maximum number of items to return per page. */
|
|
872
|
-
maxResults?: number;
|
|
873
|
-
/**
|
|
874
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
875
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
876
|
-
*
|
|
877
|
-
* * `description` Returns the description of the filter.
|
|
878
|
-
* * `favourite` Returns an indicator of whether the user has set the filter as
|
|
879
|
-
* a favorite.
|
|
880
|
-
* * `favouritedCount` Returns a count of how many users have set this filter as
|
|
881
|
-
* a favorite.
|
|
882
|
-
* * `jql` Returns the JQL query that the filter uses.
|
|
883
|
-
* * `owner` Returns the owner of the filter.
|
|
884
|
-
* * `searchUrl` Returns a URL to perform the filter's JQL query.
|
|
885
|
-
* * `sharePermissions` Returns the share permissions defined for the filter.
|
|
886
|
-
* * `editPermissions` Returns the edit permissions defined for the filter.
|
|
887
|
-
* * `isWritable` Returns whether the current user has permission to edit the
|
|
888
|
-
* filter.
|
|
889
|
-
* * `approximateLastUsed` \[Experimental\] Returns the approximate date and
|
|
890
|
-
* time when the filter was last evaluated.
|
|
891
|
-
* * `subscriptions` Returns the users that are subscribed to the filter.
|
|
892
|
-
* * `viewUrl` Returns a URL to view the filter.
|
|
893
|
-
*/
|
|
894
|
-
expand?: string;
|
|
895
|
-
/**
|
|
896
|
-
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
897
|
-
* any share permissions to be returned. Available to users with *Administer Jira*
|
|
898
|
-
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
899
|
-
*/
|
|
900
|
-
overrideSharePermissions?: boolean;
|
|
901
|
-
}): Promise<PageBeanFilterDetails>;
|
|
902
|
-
/**
|
|
903
|
-
* Returns the filters owned by the user. If `includeFavourites` is `true`, the
|
|
904
|
-
* user's visible favorite filters are also returned.
|
|
905
|
-
*
|
|
906
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however, a
|
|
907
|
-
* favorite filters is only visible to the user where the filter is:
|
|
908
|
-
*
|
|
909
|
-
* * owned by the user.
|
|
910
|
-
* * shared with a group that the user is a member of.
|
|
911
|
-
* * shared with a private project that the user has *Browse projects* [project
|
|
912
|
-
* permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
913
|
-
* * shared with a public project.
|
|
914
|
-
* * shared with the public.
|
|
915
|
-
*
|
|
916
|
-
* For example, if the user favorites a public filter that is subsequently made
|
|
917
|
-
* private that filter is not returned by this operation.
|
|
918
|
-
*
|
|
919
|
-
* @returns Returned if the request is successful.
|
|
920
|
-
*
|
|
921
|
-
* example: [
|
|
922
|
-
* {
|
|
923
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
924
|
-
* "description": "Lists all open bugs",
|
|
925
|
-
* "favourite": true,
|
|
926
|
-
* "favouritedCount": 0,
|
|
927
|
-
* "id": "10000",
|
|
928
|
-
* "jql": "type = Bug and resolution is empty",
|
|
929
|
-
* "name": "All Open Bugs",
|
|
930
|
-
* "owner": {
|
|
931
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
932
|
-
* "accountType": "atlassian",
|
|
933
|
-
* "active": false,
|
|
934
|
-
* "avatarUrls": {
|
|
935
|
-
* "16x16":
|
|
936
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
937
|
-
* "24x24":
|
|
938
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
939
|
-
* "32x32":
|
|
940
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
941
|
-
* "48x48":
|
|
942
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
943
|
-
* },
|
|
944
|
-
* "displayName": "Mia Krystof",
|
|
945
|
-
* "key": "",
|
|
946
|
-
* "name": "",
|
|
947
|
-
* "self":
|
|
948
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
949
|
-
* },
|
|
950
|
-
* "searchUrl":
|
|
951
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
952
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
953
|
-
* "sharePermissions": [],
|
|
954
|
-
* "subscriptions": {
|
|
955
|
-
* "end-index": 0,
|
|
956
|
-
* "items": [],
|
|
957
|
-
* "max-results": 0,
|
|
958
|
-
* "size": 0,
|
|
959
|
-
* "start-index": 0
|
|
960
|
-
* },
|
|
961
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
962
|
-
* },
|
|
963
|
-
* {
|
|
964
|
-
* "approximateLastUsed": null,
|
|
965
|
-
* "description": "Issues assigned to me",
|
|
966
|
-
* "favourite": true,
|
|
967
|
-
* "favouritedCount": 0,
|
|
968
|
-
* "id": "10010",
|
|
969
|
-
* "jql": "assignee = currentUser() and resolution is empty",
|
|
970
|
-
* "name": "My issues",
|
|
971
|
-
* "owner": {
|
|
972
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
973
|
-
* "accountType": "atlassian",
|
|
974
|
-
* "active": false,
|
|
975
|
-
* "avatarUrls": {
|
|
976
|
-
* "16x16":
|
|
977
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
978
|
-
* "24x24":
|
|
979
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
980
|
-
* "32x32":
|
|
981
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
982
|
-
* "48x48":
|
|
983
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
984
|
-
* },
|
|
985
|
-
* "displayName": "Mia Krystof",
|
|
986
|
-
* "key": "",
|
|
987
|
-
* "name": "",
|
|
988
|
-
* "self":
|
|
989
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
990
|
-
* },
|
|
991
|
-
* "searchUrl":
|
|
992
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
|
|
993
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
|
|
994
|
-
* "sharePermissions": [
|
|
995
|
-
* {
|
|
996
|
-
* "id": 10000,
|
|
997
|
-
* "type": "global"
|
|
998
|
-
* },
|
|
999
|
-
* {
|
|
1000
|
-
* "id": 10010,
|
|
1001
|
-
* "project": {
|
|
1002
|
-
* "avatarUrls": {
|
|
1003
|
-
* "16x16":
|
|
1004
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
|
|
1005
|
-
* "24x24":
|
|
1006
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
|
|
1007
|
-
* "32x32":
|
|
1008
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
|
|
1009
|
-
* "48x48":
|
|
1010
|
-
* "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
|
|
1011
|
-
* },
|
|
1012
|
-
* "id": "10000",
|
|
1013
|
-
* "insight": {
|
|
1014
|
-
* "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
|
|
1015
|
-
* "totalIssueCount": 100
|
|
1016
|
-
* },
|
|
1017
|
-
* "key": "EX",
|
|
1018
|
-
* "name": "Example",
|
|
1019
|
-
* "projectCategory": {
|
|
1020
|
-
* "description": "First Project Category",
|
|
1021
|
-
* "id": "10000",
|
|
1022
|
-
* "name": "FIRST",
|
|
1023
|
-
* "self":
|
|
1024
|
-
* "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
|
|
1025
|
-
* },
|
|
1026
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
|
|
1027
|
-
* "simplified": false,
|
|
1028
|
-
* "style": "classic"
|
|
1029
|
-
* },
|
|
1030
|
-
* "type": "project"
|
|
1031
|
-
* }
|
|
1032
|
-
* ],
|
|
1033
|
-
* "subscriptions": {
|
|
1034
|
-
* "end-index": 0,
|
|
1035
|
-
* "items": [],
|
|
1036
|
-
* "max-results": 0,
|
|
1037
|
-
* "size": 0,
|
|
1038
|
-
* "start-index": 0
|
|
1039
|
-
* },
|
|
1040
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10010"
|
|
1041
|
-
* }
|
|
1042
|
-
* ]
|
|
1043
|
-
* @path {GET} /rest/api/3/filter/my
|
|
1044
|
-
* @scopes-current read:jira-work
|
|
1045
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
1046
|
-
* read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
|
|
1047
|
-
* read:issue-type-hierarchy:jira
|
|
1048
|
-
*/
|
|
1049
|
-
getMyFilters({ expand, includeFavourites, }: {
|
|
1050
|
-
/**
|
|
1051
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
1052
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
1053
|
-
*
|
|
1054
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
1055
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
1056
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
1057
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
1058
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
1059
|
-
* For example, to access the next 1000 users, use
|
|
1060
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
1061
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
1062
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
1063
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
1064
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
1065
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1066
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
1067
|
-
*/
|
|
1068
|
-
expand?: string;
|
|
1069
|
-
/** Include the user's favorite filters in the response. */
|
|
1070
|
-
includeFavourites?: boolean;
|
|
1071
|
-
}): Promise<Filter[]>;
|
|
1072
|
-
/**
|
|
1073
|
-
* Reset the user's column configuration for the filter to the default.
|
|
1074
|
-
*
|
|
1075
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however,
|
|
1076
|
-
* columns are only reset for:
|
|
1077
|
-
*
|
|
1078
|
-
* * filters owned by the user.
|
|
1079
|
-
* * filters shared with a group that the user is a member of.
|
|
1080
|
-
* * filters shared with a private project that the user has *Browse projects*
|
|
1081
|
-
* [project permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
1082
|
-
* * filters shared with a public project.
|
|
1083
|
-
* * filters shared with the public.
|
|
1084
|
-
*
|
|
1085
|
-
* @path {DELETE} /rest/api/3/filter/{id}/columns
|
|
1086
|
-
* @scopes-beta delete:filter.column:jira
|
|
1087
|
-
* @scopes-current write:jira-work
|
|
1088
|
-
*/
|
|
1089
|
-
resetColumns({ id, }: {
|
|
1090
|
-
/** The ID of the filter. */
|
|
1091
|
-
id: number;
|
|
1092
|
-
}): Promise<void>;
|
|
1093
|
-
/**
|
|
1094
|
-
* Sets the columns for a filter. Only navigable fields can be set as columns. Use
|
|
1095
|
-
* [Get fields](#api-rest-api-3-field-get) to get the list fields in Jira. A
|
|
1096
|
-
* navigable field has `navigable` set to `true`.
|
|
1097
|
-
*
|
|
1098
|
-
* The parameters for this resource are expressed as HTML form data. For example,
|
|
1099
|
-
* in curl:
|
|
1100
|
-
*
|
|
1101
|
-
* `curl -X PUT -d columns=summary -d columns=description
|
|
1102
|
-
* https://your-domain.atlassian.net/rest/api/3/filter/10000/columns`
|
|
1103
|
-
*
|
|
1104
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however,
|
|
1105
|
-
* columns are only set for:
|
|
1106
|
-
*
|
|
1107
|
-
* * filters owned by the user.
|
|
1108
|
-
* * filters shared with a group that the user is a member of.
|
|
1109
|
-
* * filters shared with a private project that the user has *Browse projects*
|
|
1110
|
-
* [project permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
1111
|
-
* * filters shared with a public project.
|
|
1112
|
-
* * filters shared with the public.
|
|
1113
|
-
*
|
|
1114
|
-
* @returns Returned if the request is successful.
|
|
1115
|
-
* @path {PUT} /rest/api/3/filter/{id}/columns
|
|
1116
|
-
* @scopes-current write:jira-work
|
|
1117
|
-
* @scopes-beta write:filter.column:jira
|
|
1118
|
-
*/
|
|
1119
|
-
setColumns({ id, mediaType, columnRequestBody, }: {
|
|
1120
|
-
/** The ID of the filter. */
|
|
1121
|
-
id: number;
|
|
1122
|
-
} & ({
|
|
1123
|
-
mediaType?: "application/json";
|
|
1124
|
-
/**
|
|
1125
|
-
* The IDs of the fields to set as columns. In the form data, specify each field
|
|
1126
|
-
* as `columns=id`, where `id` is the *id* of a field (as seen in the response for
|
|
1127
|
-
* [Get fields](#api-rest-api-<ver>-field-get)). For example, `columns=summary`.
|
|
1128
|
-
*/
|
|
1129
|
-
columnRequestBody: ColumnRequestBody;
|
|
1130
|
-
} | {
|
|
1131
|
-
mediaType: "multipart/form-data";
|
|
1132
|
-
/**
|
|
1133
|
-
* The IDs of the fields to set as columns. In the form data, specify each field
|
|
1134
|
-
* as `columns=id`, where `id` is the *id* of a field (as seen in the response for
|
|
1135
|
-
* [Get fields](#api-rest-api-<ver>-field-get)). For example, `columns=summary`.
|
|
1136
|
-
*/
|
|
1137
|
-
columnRequestBody: ColumnRequestBody;
|
|
1138
|
-
})): Promise<unknown>;
|
|
1139
|
-
/**
|
|
1140
|
-
* Add a filter as a favorite for the user.
|
|
1141
|
-
*
|
|
1142
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however,
|
|
1143
|
-
* the user can only favorite:
|
|
1144
|
-
*
|
|
1145
|
-
* * filters owned by the user.
|
|
1146
|
-
* * filters shared with a group that the user is a member of.
|
|
1147
|
-
* * filters shared with a private project that the user has *Browse projects*
|
|
1148
|
-
* [project permission](https://confluence.atlassian.com/x/yodKLg) for.
|
|
1149
|
-
* * filters shared with a public project.
|
|
1150
|
-
* * filters shared with the public.
|
|
1151
|
-
*
|
|
1152
|
-
* @returns Returned if the request is successful.
|
|
1153
|
-
*
|
|
1154
|
-
* example: {
|
|
1155
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
1156
|
-
* "description": "Lists all open bugs",
|
|
1157
|
-
* "favourite": true,
|
|
1158
|
-
* "favouritedCount": 0,
|
|
1159
|
-
* "id": "10000",
|
|
1160
|
-
* "jql": "type = Bug and resolution is empty",
|
|
1161
|
-
* "name": "All Open Bugs",
|
|
1162
|
-
* "owner": {
|
|
1163
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
1164
|
-
* "accountType": "atlassian",
|
|
1165
|
-
* "active": false,
|
|
1166
|
-
* "avatarUrls": {
|
|
1167
|
-
* "16x16":
|
|
1168
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
1169
|
-
* "24x24":
|
|
1170
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
1171
|
-
* "32x32":
|
|
1172
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
1173
|
-
* "48x48":
|
|
1174
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
1175
|
-
* },
|
|
1176
|
-
* "displayName": "Mia Krystof",
|
|
1177
|
-
* "key": "",
|
|
1178
|
-
* "name": "",
|
|
1179
|
-
* "self":
|
|
1180
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
1181
|
-
* },
|
|
1182
|
-
* "searchUrl":
|
|
1183
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
1184
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
1185
|
-
* "sharePermissions": [],
|
|
1186
|
-
* "subscriptions": {
|
|
1187
|
-
* "end-index": 0,
|
|
1188
|
-
* "items": [],
|
|
1189
|
-
* "max-results": 0,
|
|
1190
|
-
* "size": 0,
|
|
1191
|
-
* "start-index": 0
|
|
1192
|
-
* },
|
|
1193
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
1194
|
-
* }
|
|
1195
|
-
* @path {PUT} /rest/api/3/filter/{id}/favourite
|
|
1196
|
-
* @scopes-current write:jira-work
|
|
1197
|
-
* @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
|
|
1198
|
-
* read:user:jira, write:filter:jira, read:jql:jira, read:application-role:jira,
|
|
1199
|
-
* read:avatar:jira, read:issue-type-hierarchy:jira
|
|
1200
|
-
*/
|
|
1201
|
-
setFavouriteForFilter({ id, expand, }: {
|
|
1202
|
-
/** The ID of the filter. */
|
|
1203
|
-
id: number;
|
|
1204
|
-
/**
|
|
1205
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
1206
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
1207
|
-
*
|
|
1208
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
1209
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
1210
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
1211
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
1212
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
1213
|
-
* For example, to access the next 1000 users, use
|
|
1214
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
1215
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
1216
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
1217
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
1218
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
1219
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1220
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
1221
|
-
*/
|
|
1222
|
-
expand?: string;
|
|
1223
|
-
}): Promise<Filter>;
|
|
1224
|
-
/**
|
|
1225
|
-
* Updates a filter. Use this operation to update a filter's name, description,
|
|
1226
|
-
* JQL, or sharing.
|
|
1227
|
-
*
|
|
1228
|
-
* **[Permissions](#permissions) required:** Permission to access Jira, however
|
|
1229
|
-
* the user must own the filter.
|
|
1230
|
-
*
|
|
1231
|
-
* @returns Returned if the request is successful.
|
|
1232
|
-
*
|
|
1233
|
-
* example: {
|
|
1234
|
-
* "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
|
|
1235
|
-
* "description": "Lists all open bugs",
|
|
1236
|
-
* "favourite": true,
|
|
1237
|
-
* "favouritedCount": 0,
|
|
1238
|
-
* "id": "10000",
|
|
1239
|
-
* "jql": "type = Bug and resolution is empty",
|
|
1240
|
-
* "name": "All Open Bugs",
|
|
1241
|
-
* "owner": {
|
|
1242
|
-
* "accountId": "5b10a2844c20165700ede21g",
|
|
1243
|
-
* "accountType": "atlassian",
|
|
1244
|
-
* "active": false,
|
|
1245
|
-
* "avatarUrls": {
|
|
1246
|
-
* "16x16":
|
|
1247
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
1248
|
-
* "24x24":
|
|
1249
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
1250
|
-
* "32x32":
|
|
1251
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
1252
|
-
* "48x48":
|
|
1253
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
1254
|
-
* },
|
|
1255
|
-
* "displayName": "Mia Krystof",
|
|
1256
|
-
* "key": "",
|
|
1257
|
-
* "name": "",
|
|
1258
|
-
* "self":
|
|
1259
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
1260
|
-
* },
|
|
1261
|
-
* "searchUrl":
|
|
1262
|
-
* "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
|
|
1263
|
-
* "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
|
|
1264
|
-
* "sharePermissions": [],
|
|
1265
|
-
* "subscriptions": {
|
|
1266
|
-
* "end-index": 0,
|
|
1267
|
-
* "items": [],
|
|
1268
|
-
* "max-results": 0,
|
|
1269
|
-
* "size": 0,
|
|
1270
|
-
* "start-index": 0
|
|
1271
|
-
* },
|
|
1272
|
-
* "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
|
|
1273
|
-
* }
|
|
1274
|
-
* @path {PUT} /rest/api/3/filter/{id}
|
|
1275
|
-
* @scopes-current write:jira-work
|
|
1276
|
-
* @scopes-beta write:filter:jira, read:filter:jira, read:group:jira, read:project:jira,
|
|
1277
|
-
* read:project-role:jira, read:user:jira, read:jql:jira,
|
|
1278
|
-
* read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
|
|
1279
|
-
*/
|
|
1280
|
-
updateFilter({ id, expand, overrideSharePermissions, filter, }: {
|
|
1281
|
-
/** The ID of the filter to update. */
|
|
1282
|
-
id: number;
|
|
1283
|
-
/**
|
|
1284
|
-
* Use [expand](#expansion) to include additional information about filter in the
|
|
1285
|
-
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
1286
|
-
*
|
|
1287
|
-
* * `sharedUsers` Returns the users that the filter is shared with. This
|
|
1288
|
-
* includes users that can browse projects that the filter is shared with. If you
|
|
1289
|
-
* don't specify `sharedUsers`, then the `sharedUsers` object is returned but it
|
|
1290
|
-
* doesn't list any users. The list of users returned is limited to 1000, to
|
|
1291
|
-
* access additional users append `[start-index:end-index]` to the expand request.
|
|
1292
|
-
* For example, to access the next 1000 users, use
|
|
1293
|
-
* `?expand=sharedUsers[1001:2000]`.
|
|
1294
|
-
* * `subscriptions` Returns the users that are subscribed to the filter. If you
|
|
1295
|
-
* don't specify `subscriptions`, the `subscriptions` object is returned but it
|
|
1296
|
-
* doesn't list any subscriptions. The list of subscriptions returned is limited
|
|
1297
|
-
* to 1000, to access additional subscriptions append `[start-index:end-index]` to
|
|
1298
|
-
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1299
|
-
* `?expand=subscriptions[1001:2000]`.
|
|
1300
|
-
*/
|
|
1301
|
-
expand?: string;
|
|
1302
|
-
/**
|
|
1303
|
-
* EXPERIMENTAL: Whether share permissions are overridden to enable the addition
|
|
1304
|
-
* of any share permissions to filters. Available to users with *Administer Jira*
|
|
1305
|
-
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
1306
|
-
*/
|
|
1307
|
-
overrideSharePermissions?: boolean;
|
|
1308
|
-
/**
|
|
1309
|
-
* The filter to update.
|
|
1310
|
-
*
|
|
1311
|
-
* @example {
|
|
1312
|
-
* "description": "Lists all open bugs",
|
|
1313
|
-
* "jql": "type = Bug and resolution is empty",
|
|
1314
|
-
* "name": "All Open Bugs"
|
|
1315
|
-
* }
|
|
1316
|
-
*/
|
|
1317
|
-
filter: Filter;
|
|
1318
|
-
}): Promise<Filter>;
|
|
1319
|
-
static initialize(): void;
|
|
1320
|
-
}
|