@resolution/jira-api-client 0.5.2 → 0.5.3
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 +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +54 -42
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +28 -14
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +8 -3
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +96 -94
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +13 -7
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +199 -203
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -8
- package/lib/openapi/software/services/BuildsService.js +10 -8
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +66 -75
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +44 -43
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +65 -37
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -27,7 +27,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
27
27
|
*
|
|
28
28
|
* @returns Returned if the custom field is created.
|
|
29
29
|
*
|
|
30
|
-
* example:
|
|
30
|
+
* example:
|
|
31
|
+
* ```
|
|
32
|
+
* {
|
|
31
33
|
* "clauseNames": [
|
|
32
34
|
* "cf[10101]",
|
|
33
35
|
* "New custom field"
|
|
@@ -46,11 +48,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
48
|
* "searchable": true,
|
|
47
49
|
* "untranslatedName": "New custom field"
|
|
48
50
|
* }
|
|
49
|
-
*
|
|
51
|
+
* ```
|
|
52
|
+
* @path POST `/rest/api/3/field`
|
|
50
53
|
* @scopes-current manage:jira-configuration
|
|
51
|
-
* @scopes-beta write:field:jira, read:avatar:jira, read:field:jira,
|
|
52
|
-
* read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
54
|
+
* @scopes-beta write:field:jira, read:avatar:jira, read:field:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
53
55
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-post
|
|
56
|
+
* @param params
|
|
54
57
|
*/
|
|
55
58
|
this.createCustomField = ({ customFieldDefinitionJsonBean, }) => {
|
|
56
59
|
return this.getClientInstance()
|
|
@@ -84,10 +87,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
84
87
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
85
88
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
86
89
|
*
|
|
87
|
-
* @path
|
|
90
|
+
* @path DELETE `/rest/api/3/field/{id}`
|
|
88
91
|
* @scopes-current manage:jira-configuration
|
|
89
92
|
* @scopes-beta delete:field:jira
|
|
90
93
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-delete
|
|
94
|
+
* @param params
|
|
91
95
|
*/
|
|
92
96
|
this.deleteCustomField = ({ id, }) => {
|
|
93
97
|
return this.getClientInstance()
|
|
@@ -111,7 +115,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
111
115
|
* @deprecated
|
|
112
116
|
* @returns Returned if the request is successful.
|
|
113
117
|
*
|
|
114
|
-
* example:
|
|
118
|
+
* example:
|
|
119
|
+
* ```
|
|
120
|
+
* {
|
|
115
121
|
* "isLast": false,
|
|
116
122
|
* "maxResults": 1,
|
|
117
123
|
* "startAt": 0,
|
|
@@ -123,10 +129,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
123
129
|
* }
|
|
124
130
|
* ]
|
|
125
131
|
* }
|
|
126
|
-
*
|
|
132
|
+
* ```
|
|
133
|
+
* @path GET `/rest/api/3/field/{fieldId}/contexts`
|
|
127
134
|
* @scopes-current manage:jira-project
|
|
128
135
|
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
129
136
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-contexts-get
|
|
137
|
+
* @param params
|
|
130
138
|
*/
|
|
131
139
|
this.getContextsForFieldDeprecated = ({ fieldId, startAt, maxResults, }) => {
|
|
132
140
|
return this.getClientInstance()
|
|
@@ -168,7 +176,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
168
176
|
*
|
|
169
177
|
* @returns Returned if the request is successful.
|
|
170
178
|
*
|
|
171
|
-
* example:
|
|
179
|
+
* example:
|
|
180
|
+
* ```
|
|
181
|
+
* [
|
|
172
182
|
* {
|
|
173
183
|
* "clauseNames": [
|
|
174
184
|
* "description"
|
|
@@ -201,10 +211,10 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
201
211
|
* "searchable": true
|
|
202
212
|
* }
|
|
203
213
|
* ]
|
|
204
|
-
*
|
|
214
|
+
* ```
|
|
215
|
+
* @path GET `/rest/api/3/field`
|
|
205
216
|
* @scopes-current read:jira-work
|
|
206
|
-
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira,
|
|
207
|
-
* read:project:jira, read:field-configuration:jira
|
|
217
|
+
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
208
218
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-get
|
|
209
219
|
*/
|
|
210
220
|
this.getFields = () => {
|
|
@@ -240,7 +250,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
240
250
|
*
|
|
241
251
|
* @returns Returned if the request is successful.
|
|
242
252
|
*
|
|
243
|
-
* example:
|
|
253
|
+
* example:
|
|
254
|
+
* ```
|
|
255
|
+
* {
|
|
244
256
|
* "isLast": false,
|
|
245
257
|
* "maxResults": 50,
|
|
246
258
|
* "startAt": 0,
|
|
@@ -250,19 +262,16 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
250
262
|
* "id": "customfield_10000",
|
|
251
263
|
* "name": "Approvers",
|
|
252
264
|
* "schema": {
|
|
253
|
-
* "custom":
|
|
254
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
265
|
+
* "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
255
266
|
* "customId": 10000,
|
|
256
267
|
* "items": "user",
|
|
257
268
|
* "type": "array"
|
|
258
269
|
* },
|
|
259
|
-
* "description": "Contains users needed for approval. This custom field was
|
|
260
|
-
* created by Jira Service Desk.",
|
|
270
|
+
* "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
|
|
261
271
|
* "key": "customfield_10000",
|
|
262
272
|
* "stableId": "sfid:approvers",
|
|
263
273
|
* "isLocked": true,
|
|
264
|
-
* "searcherKey":
|
|
265
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
|
|
274
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
|
|
266
275
|
* "screensCount": 2,
|
|
267
276
|
* "contextsCount": 2,
|
|
268
277
|
* "lastUsed": {
|
|
@@ -282,8 +291,7 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
282
291
|
* "key": "customfield_10001",
|
|
283
292
|
* "stableId": "sfid:change-reason",
|
|
284
293
|
* "isLocked": false,
|
|
285
|
-
* "searcherKey":
|
|
286
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
|
|
294
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
|
|
287
295
|
* "screensCount": 2,
|
|
288
296
|
* "contextsCount": 2,
|
|
289
297
|
* "projectsCount": 2,
|
|
@@ -293,10 +301,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
293
301
|
* }
|
|
294
302
|
* ]
|
|
295
303
|
* }
|
|
296
|
-
*
|
|
304
|
+
* ```
|
|
305
|
+
* @path GET `/rest/api/3/field/search`
|
|
297
306
|
* @scopes-current read:jira-work
|
|
298
307
|
* @scopes-beta read:field:jira, read:field-configuration:jira
|
|
299
308
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-get
|
|
309
|
+
* @param params
|
|
300
310
|
*/
|
|
301
311
|
this.getFieldsPaginated = ({ startAt, maxResults, type, id, query, orderBy, expand, } = {}) => {
|
|
302
312
|
return this.getClientInstance()
|
|
@@ -333,7 +343,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
333
343
|
*
|
|
334
344
|
* @returns Returned if the request is successful.
|
|
335
345
|
*
|
|
336
|
-
* example:
|
|
346
|
+
* example:
|
|
347
|
+
* ```
|
|
348
|
+
* {
|
|
337
349
|
* "isLast": false,
|
|
338
350
|
* "maxResults": 50,
|
|
339
351
|
* "startAt": 0,
|
|
@@ -343,42 +355,37 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
343
355
|
* "id": "customfield_10000",
|
|
344
356
|
* "name": "Approvers",
|
|
345
357
|
* "schema": {
|
|
346
|
-
* "custom":
|
|
347
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
358
|
+
* "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
348
359
|
* "customId": 10003,
|
|
349
360
|
* "type": "array"
|
|
350
361
|
* },
|
|
351
|
-
* "description": "Contains users needed for approval. This custom field was
|
|
352
|
-
* created by Jira Service Desk.",
|
|
362
|
+
* "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
|
|
353
363
|
* "key": "customfield_10003",
|
|
354
364
|
* "trashedDate": "2022-10-06T07:32:47.000+0000",
|
|
355
365
|
* "trashedBy": {
|
|
356
366
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
357
367
|
* "active": true,
|
|
358
368
|
* "avatarUrls": {
|
|
359
|
-
* "16x16":
|
|
360
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
361
|
-
* "
|
|
362
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
363
|
-
* "32x32":
|
|
364
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
365
|
-
* "48x48":
|
|
366
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
369
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
370
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
371
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
372
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
367
373
|
* },
|
|
368
374
|
* "displayName": "Mia Krystof",
|
|
369
375
|
* "emailAddress": "mia@example.com",
|
|
370
|
-
* "self":
|
|
371
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
376
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
372
377
|
* "timeZone": "Australia/Sydney"
|
|
373
378
|
* },
|
|
374
379
|
* "plannedDeletionDate": "2022-10-24T07:32:47.000+0000"
|
|
375
380
|
* }
|
|
376
381
|
* ]
|
|
377
382
|
* }
|
|
378
|
-
*
|
|
383
|
+
* ```
|
|
384
|
+
* @path GET `/rest/api/3/field/search/trashed`
|
|
379
385
|
* @scopes-current read:jira-work
|
|
380
386
|
* @scopes-beta read:field:jira, read:field-configuration:jira, read:user:jira
|
|
381
387
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-trashed-get
|
|
388
|
+
* @param params
|
|
382
389
|
*/
|
|
383
390
|
this.getTrashedFieldsPaginated = ({ startAt, maxResults, id, query, expand, orderBy, } = {}) => {
|
|
384
391
|
return this.getClientInstance()
|
|
@@ -412,10 +419,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
412
419
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
413
420
|
*
|
|
414
421
|
* @returns Returned if the request is successful.
|
|
415
|
-
* @path
|
|
422
|
+
* @path POST `/rest/api/3/field/{id}/restore`
|
|
416
423
|
* @scopes-current manage:jira-configuration
|
|
417
424
|
* @scopes-beta write:field:jira
|
|
418
425
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-restore-post
|
|
426
|
+
* @param params
|
|
419
427
|
*/
|
|
420
428
|
this.restoreCustomField = ({ id, }) => {
|
|
421
429
|
return this.getClientInstance()
|
|
@@ -444,10 +452,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
444
452
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
445
453
|
*
|
|
446
454
|
* @returns Returned if the request is successful.
|
|
447
|
-
* @path
|
|
455
|
+
* @path POST `/rest/api/3/field/{id}/trash`
|
|
448
456
|
* @scopes-current manage:jira-configuration
|
|
449
457
|
* @scopes-beta delete:field:jira
|
|
450
458
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-trash-post
|
|
459
|
+
* @param params
|
|
451
460
|
*/
|
|
452
461
|
this.trashCustomField = ({ id, }) => {
|
|
453
462
|
return this.getClientInstance()
|
|
@@ -474,10 +483,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
474
483
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
475
484
|
*
|
|
476
485
|
* @returns Returned if the request is successful.
|
|
477
|
-
* @path
|
|
486
|
+
* @path PUT `/rest/api/3/field/{fieldId}`
|
|
478
487
|
* @scopes-current manage:jira-configuration
|
|
479
488
|
* @scopes-beta write:field:jira
|
|
480
489
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-put
|
|
490
|
+
* @param params
|
|
481
491
|
*/
|
|
482
492
|
this.updateCustomField = ({ fieldId, updateCustomFieldDetails, }) => {
|
|
483
493
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,uDAM+B;AAC/B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,kBAAmB,SAAQ,qCAAiB;IAAzD;;QACE
|
|
1
|
+
{"version":3,"file":"IssueFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,21 +25,26 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
25
25
|
*
|
|
26
26
|
* @returns Returned if the request is successful.
|
|
27
27
|
*
|
|
28
|
-
* example:
|
|
28
|
+
* example:
|
|
29
|
+
* ```
|
|
30
|
+
* {
|
|
29
31
|
* "id": "1000",
|
|
30
32
|
* "inward": "Duplicated by",
|
|
31
33
|
* "name": "Duplicate",
|
|
32
34
|
* "outward": "Duplicates",
|
|
33
35
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
34
36
|
* }
|
|
35
|
-
*
|
|
37
|
+
* ```
|
|
38
|
+
* @path POST `/rest/api/3/issueLinkType`
|
|
36
39
|
* @scopes-current manage:jira-configuration
|
|
37
40
|
* @scopes-beta write:issue-link-type:jira
|
|
38
41
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
|
|
42
|
+
* @param params
|
|
39
43
|
*/
|
|
40
44
|
createIssueLinkType: ({ issueLinkType, }: {
|
|
41
45
|
/**
|
|
42
|
-
* @example
|
|
46
|
+
* @example
|
|
47
|
+
* {
|
|
43
48
|
* "inward": "Duplicated by",
|
|
44
49
|
* "name": "Duplicate",
|
|
45
50
|
* "outward": "Duplicates"
|
|
@@ -56,10 +61,11 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
56
61
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
57
62
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
58
63
|
*
|
|
59
|
-
* @path
|
|
64
|
+
* @path DELETE `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
60
65
|
* @scopes-current manage:jira-configuration
|
|
61
66
|
* @scopes-beta delete:issue-link-type:jira
|
|
62
67
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
|
|
68
|
+
* @param params
|
|
63
69
|
*/
|
|
64
70
|
deleteIssueLinkType: ({ issueLinkTypeId, }: {
|
|
65
71
|
/** The ID of the issue link type. */
|
|
@@ -79,17 +85,21 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
79
85
|
*
|
|
80
86
|
* @returns Returned if the request is successful.
|
|
81
87
|
*
|
|
82
|
-
* example:
|
|
88
|
+
* example:
|
|
89
|
+
* ```
|
|
90
|
+
* {
|
|
83
91
|
* "id": "1000",
|
|
84
92
|
* "inward": "Duplicated by",
|
|
85
93
|
* "name": "Duplicate",
|
|
86
94
|
* "outward": "Duplicates",
|
|
87
95
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
88
96
|
* }
|
|
89
|
-
*
|
|
97
|
+
* ```
|
|
98
|
+
* @path GET `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
90
99
|
* @scopes-current read:jira-work
|
|
91
100
|
* @scopes-beta read:issue-link-type:jira
|
|
92
101
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
|
|
102
|
+
* @param params
|
|
93
103
|
*/
|
|
94
104
|
getIssueLinkType: ({ issueLinkTypeId, }: {
|
|
95
105
|
/** The ID of the issue link type. */
|
|
@@ -109,7 +119,9 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
109
119
|
*
|
|
110
120
|
* @returns Returned if the request is successful.
|
|
111
121
|
*
|
|
112
|
-
* example:
|
|
122
|
+
* example:
|
|
123
|
+
* ```
|
|
124
|
+
* {
|
|
113
125
|
* "issueLinkTypes": [
|
|
114
126
|
* {
|
|
115
127
|
* "id": "1000",
|
|
@@ -127,7 +139,8 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
127
139
|
* }
|
|
128
140
|
* ]
|
|
129
141
|
* }
|
|
130
|
-
*
|
|
142
|
+
* ```
|
|
143
|
+
* @path GET `/rest/api/3/issueLinkType`
|
|
131
144
|
* @scopes-current read:jira-work
|
|
132
145
|
* @scopes-beta read:issue-link-type:jira
|
|
133
146
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
|
|
@@ -144,23 +157,28 @@ export declare class IssueLinkTypesService extends CommonHttpService {
|
|
|
144
157
|
*
|
|
145
158
|
* @returns Returned if the request is successful.
|
|
146
159
|
*
|
|
147
|
-
* example:
|
|
160
|
+
* example:
|
|
161
|
+
* ```
|
|
162
|
+
* {
|
|
148
163
|
* "id": "1000",
|
|
149
164
|
* "inward": "Duplicated by",
|
|
150
165
|
* "name": "Duplicate",
|
|
151
166
|
* "outward": "Duplicates",
|
|
152
167
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
153
168
|
* }
|
|
154
|
-
*
|
|
169
|
+
* ```
|
|
170
|
+
* @path PUT `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
155
171
|
* @scopes-current manage:jira-configuration
|
|
156
172
|
* @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
|
|
157
173
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
|
|
174
|
+
* @param params
|
|
158
175
|
*/
|
|
159
176
|
updateIssueLinkType: ({ issueLinkTypeId, issueLinkType, }: {
|
|
160
177
|
/** The ID of the issue link type. */
|
|
161
178
|
issueLinkTypeId: string;
|
|
162
179
|
/**
|
|
163
|
-
* @example
|
|
180
|
+
* @example
|
|
181
|
+
* {
|
|
164
182
|
* "inward": "Duplicated by",
|
|
165
183
|
* "name": "Duplicate",
|
|
166
184
|
* "outward": "Duplicates"
|
|
@@ -36,17 +36,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
36
36
|
*
|
|
37
37
|
* @returns Returned if the request is successful.
|
|
38
38
|
*
|
|
39
|
-
* example:
|
|
39
|
+
* example:
|
|
40
|
+
* ```
|
|
41
|
+
* {
|
|
40
42
|
* "id": "1000",
|
|
41
43
|
* "inward": "Duplicated by",
|
|
42
44
|
* "name": "Duplicate",
|
|
43
45
|
* "outward": "Duplicates",
|
|
44
46
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
45
47
|
* }
|
|
46
|
-
*
|
|
48
|
+
* ```
|
|
49
|
+
* @path POST `/rest/api/3/issueLinkType`
|
|
47
50
|
* @scopes-current manage:jira-configuration
|
|
48
51
|
* @scopes-beta write:issue-link-type:jira
|
|
49
52
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
|
|
53
|
+
* @param params
|
|
50
54
|
*/
|
|
51
55
|
this.createIssueLinkType = ({ issueLinkType, }) => {
|
|
52
56
|
return this.getClientInstance()
|
|
@@ -76,10 +80,11 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
76
80
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
77
81
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
78
82
|
*
|
|
79
|
-
* @path
|
|
83
|
+
* @path DELETE `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
80
84
|
* @scopes-current manage:jira-configuration
|
|
81
85
|
* @scopes-beta delete:issue-link-type:jira
|
|
82
86
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
|
|
87
|
+
* @param params
|
|
83
88
|
*/
|
|
84
89
|
this.deleteIssueLinkType = ({ issueLinkTypeId, }) => {
|
|
85
90
|
return this.getClientInstance()
|
|
@@ -106,17 +111,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
106
111
|
*
|
|
107
112
|
* @returns Returned if the request is successful.
|
|
108
113
|
*
|
|
109
|
-
* example:
|
|
114
|
+
* example:
|
|
115
|
+
* ```
|
|
116
|
+
* {
|
|
110
117
|
* "id": "1000",
|
|
111
118
|
* "inward": "Duplicated by",
|
|
112
119
|
* "name": "Duplicate",
|
|
113
120
|
* "outward": "Duplicates",
|
|
114
121
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
115
122
|
* }
|
|
116
|
-
*
|
|
123
|
+
* ```
|
|
124
|
+
* @path GET `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
117
125
|
* @scopes-current read:jira-work
|
|
118
126
|
* @scopes-beta read:issue-link-type:jira
|
|
119
127
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
|
|
128
|
+
* @param params
|
|
120
129
|
*/
|
|
121
130
|
this.getIssueLinkType = ({ issueLinkTypeId, }) => {
|
|
122
131
|
return this.getClientInstance()
|
|
@@ -150,7 +159,9 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
150
159
|
*
|
|
151
160
|
* @returns Returned if the request is successful.
|
|
152
161
|
*
|
|
153
|
-
* example:
|
|
162
|
+
* example:
|
|
163
|
+
* ```
|
|
164
|
+
* {
|
|
154
165
|
* "issueLinkTypes": [
|
|
155
166
|
* {
|
|
156
167
|
* "id": "1000",
|
|
@@ -168,7 +179,8 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
168
179
|
* }
|
|
169
180
|
* ]
|
|
170
181
|
* }
|
|
171
|
-
*
|
|
182
|
+
* ```
|
|
183
|
+
* @path GET `/rest/api/3/issueLinkType`
|
|
172
184
|
* @scopes-current read:jira-work
|
|
173
185
|
* @scopes-beta read:issue-link-type:jira
|
|
174
186
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
|
|
@@ -199,17 +211,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
199
211
|
*
|
|
200
212
|
* @returns Returned if the request is successful.
|
|
201
213
|
*
|
|
202
|
-
* example:
|
|
214
|
+
* example:
|
|
215
|
+
* ```
|
|
216
|
+
* {
|
|
203
217
|
* "id": "1000",
|
|
204
218
|
* "inward": "Duplicated by",
|
|
205
219
|
* "name": "Duplicate",
|
|
206
220
|
* "outward": "Duplicates",
|
|
207
221
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
|
|
208
222
|
* }
|
|
209
|
-
*
|
|
223
|
+
* ```
|
|
224
|
+
* @path PUT `/rest/api/3/issueLinkType/{issueLinkTypeId}`
|
|
210
225
|
* @scopes-current manage:jira-configuration
|
|
211
226
|
* @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
|
|
212
227
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
|
|
228
|
+
* @param params
|
|
213
229
|
*/
|
|
214
230
|
this.updateIssueLinkType = ({ issueLinkTypeId, issueLinkType, }) => {
|
|
215
231
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,6DAGkC;AAClC,wEAAqE;AACrE;;;;;;;;;GASG;AACH,MAAa,qBAAsB,SAAQ,qCAAiB;IAA5D;;QACE
|
|
1
|
+
{"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":"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"}
|