@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
|
@@ -33,28 +33,24 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
33
33
|
*
|
|
34
34
|
* @returns Returned if the request is successful.
|
|
35
35
|
*
|
|
36
|
-
* example:
|
|
37
|
-
*
|
|
38
|
-
*
|
|
36
|
+
* example:
|
|
37
|
+
* ```
|
|
38
|
+
* {
|
|
39
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
39
40
|
* "assignee": {
|
|
40
41
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
41
42
|
* "accountType": "atlassian",
|
|
42
43
|
* "active": false,
|
|
43
44
|
* "avatarUrls": {
|
|
44
|
-
* "16x16":
|
|
45
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
46
|
-
* "
|
|
47
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
48
|
-
* "32x32":
|
|
49
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
50
|
-
* "48x48":
|
|
51
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
45
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
46
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
47
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
48
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
52
49
|
* },
|
|
53
50
|
* "displayName": "Mia Krystof",
|
|
54
51
|
* "key": "",
|
|
55
52
|
* "name": "",
|
|
56
|
-
* "self":
|
|
57
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
53
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
58
54
|
* },
|
|
59
55
|
* "assigneeType": "PROJECT_LEAD",
|
|
60
56
|
* "description": "This is a Jira component",
|
|
@@ -65,20 +61,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
65
61
|
* "accountType": "atlassian",
|
|
66
62
|
* "active": false,
|
|
67
63
|
* "avatarUrls": {
|
|
68
|
-
* "16x16":
|
|
69
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
70
|
-
* "
|
|
71
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
72
|
-
* "32x32":
|
|
73
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
74
|
-
* "48x48":
|
|
75
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
64
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
65
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
66
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
67
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
76
68
|
* },
|
|
77
69
|
* "displayName": "Mia Krystof",
|
|
78
70
|
* "key": "",
|
|
79
71
|
* "name": "",
|
|
80
|
-
* "self":
|
|
81
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
72
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
82
73
|
* },
|
|
83
74
|
* "metadata": {
|
|
84
75
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -91,30 +82,25 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
91
82
|
* "accountType": "atlassian",
|
|
92
83
|
* "active": false,
|
|
93
84
|
* "avatarUrls": {
|
|
94
|
-
* "16x16":
|
|
95
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
96
|
-
* "
|
|
97
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
98
|
-
* "32x32":
|
|
99
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
100
|
-
* "48x48":
|
|
101
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
85
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
86
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
87
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
88
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
102
89
|
* },
|
|
103
90
|
* "displayName": "Mia Krystof",
|
|
104
91
|
* "key": "",
|
|
105
92
|
* "name": "",
|
|
106
|
-
* "self":
|
|
107
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
93
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
108
94
|
* },
|
|
109
95
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
110
96
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
111
97
|
* }
|
|
112
|
-
*
|
|
98
|
+
* ```
|
|
99
|
+
* @path POST `/rest/api/3/component`
|
|
113
100
|
* @scopes-current manage:jira-project
|
|
114
|
-
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira,
|
|
115
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
116
|
-
* read:project.component:jira
|
|
101
|
+
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:project.component:jira
|
|
117
102
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-post
|
|
103
|
+
* @param params
|
|
118
104
|
*/
|
|
119
105
|
this.createComponent = ({ projectComponent, }) => {
|
|
120
106
|
return this.getClientInstance()
|
|
@@ -145,10 +131,11 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
145
131
|
* containing the component or *Administer Jira* [global
|
|
146
132
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
147
133
|
*
|
|
148
|
-
* @path
|
|
134
|
+
* @path DELETE `/rest/api/3/component/{id}`
|
|
149
135
|
* @scopes-current manage:jira-project
|
|
150
136
|
* @scopes-beta delete:project.component:jira
|
|
151
137
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-delete
|
|
138
|
+
* @param params
|
|
152
139
|
*/
|
|
153
140
|
this.deleteComponent = ({ id, moveIssuesTo, }) => {
|
|
154
141
|
return this.getClientInstance()
|
|
@@ -176,13 +163,14 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
176
163
|
* @returns Returned if the request is successful.
|
|
177
164
|
*
|
|
178
165
|
* example:
|
|
179
|
-
*
|
|
180
|
-
* }
|
|
181
|
-
*
|
|
166
|
+
* ```
|
|
167
|
+
* com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean#PAGED_EXAMPLE} }
|
|
168
|
+
* ```
|
|
169
|
+
* @path GET `/rest/api/3/component`
|
|
182
170
|
* @scopes-current read:jira-work
|
|
183
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
184
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
171
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
185
172
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-get
|
|
173
|
+
* @param params
|
|
186
174
|
*/
|
|
187
175
|
this.findComponentsForProjects = ({ projectIdsOrKeys, startAt, maxResults, orderBy, query, } = {}) => {
|
|
188
176
|
return this.getClientInstance()
|
|
@@ -217,28 +205,24 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
217
205
|
*
|
|
218
206
|
* @returns Returned if the request is successful.
|
|
219
207
|
*
|
|
220
|
-
* example:
|
|
221
|
-
*
|
|
222
|
-
*
|
|
208
|
+
* example:
|
|
209
|
+
* ```
|
|
210
|
+
* {
|
|
211
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
223
212
|
* "assignee": {
|
|
224
213
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
225
214
|
* "accountType": "atlassian",
|
|
226
215
|
* "active": false,
|
|
227
216
|
* "avatarUrls": {
|
|
228
|
-
* "16x16":
|
|
229
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
230
|
-
* "
|
|
231
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
232
|
-
* "32x32":
|
|
233
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
234
|
-
* "48x48":
|
|
235
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
217
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
218
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
219
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
220
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
236
221
|
* },
|
|
237
222
|
* "displayName": "Mia Krystof",
|
|
238
223
|
* "key": "",
|
|
239
224
|
* "name": "",
|
|
240
|
-
* "self":
|
|
241
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
225
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
242
226
|
* },
|
|
243
227
|
* "assigneeType": "PROJECT_LEAD",
|
|
244
228
|
* "description": "This is a Jira component",
|
|
@@ -249,20 +233,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
249
233
|
* "accountType": "atlassian",
|
|
250
234
|
* "active": false,
|
|
251
235
|
* "avatarUrls": {
|
|
252
|
-
* "16x16":
|
|
253
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
254
|
-
* "
|
|
255
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
256
|
-
* "32x32":
|
|
257
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
258
|
-
* "48x48":
|
|
259
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
236
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
237
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
238
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
239
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
260
240
|
* },
|
|
261
241
|
* "displayName": "Mia Krystof",
|
|
262
242
|
* "key": "",
|
|
263
243
|
* "name": "",
|
|
264
|
-
* "self":
|
|
265
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
244
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
266
245
|
* },
|
|
267
246
|
* "metadata": {
|
|
268
247
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -275,29 +254,25 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
275
254
|
* "accountType": "atlassian",
|
|
276
255
|
* "active": false,
|
|
277
256
|
* "avatarUrls": {
|
|
278
|
-
* "16x16":
|
|
279
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
280
|
-
* "
|
|
281
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
282
|
-
* "32x32":
|
|
283
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
284
|
-
* "48x48":
|
|
285
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
257
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
258
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
259
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
260
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
286
261
|
* },
|
|
287
262
|
* "displayName": "Mia Krystof",
|
|
288
263
|
* "key": "",
|
|
289
264
|
* "name": "",
|
|
290
|
-
* "self":
|
|
291
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
265
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
292
266
|
* },
|
|
293
267
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
294
268
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
295
269
|
* }
|
|
296
|
-
*
|
|
270
|
+
* ```
|
|
271
|
+
* @path GET `/rest/api/3/component/{id}`
|
|
297
272
|
* @scopes-current read:jira-work
|
|
298
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
299
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
273
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
300
274
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-get
|
|
275
|
+
* @param params
|
|
301
276
|
*/
|
|
302
277
|
this.getComponent = ({ id, }) => {
|
|
303
278
|
return this.getClientInstance()
|
|
@@ -332,14 +307,18 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
332
307
|
*
|
|
333
308
|
* @returns Returned if the request is successful.
|
|
334
309
|
*
|
|
335
|
-
* example:
|
|
310
|
+
* example:
|
|
311
|
+
* ```
|
|
312
|
+
* {
|
|
336
313
|
* "issueCount": 23,
|
|
337
314
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
338
315
|
* }
|
|
339
|
-
*
|
|
316
|
+
* ```
|
|
317
|
+
* @path GET `/rest/api/3/component/{id}/relatedIssueCounts`
|
|
340
318
|
* @scopes-current read:jira-work
|
|
341
319
|
* @scopes-beta
|
|
342
320
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-relatedissuecounts-get
|
|
321
|
+
* @param params
|
|
343
322
|
*/
|
|
344
323
|
this.getComponentRelatedIssues = ({ id, }) => {
|
|
345
324
|
return this.getClientInstance()
|
|
@@ -374,29 +353,25 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
374
353
|
*
|
|
375
354
|
* @returns Returned if the request is successful.
|
|
376
355
|
*
|
|
377
|
-
* example:
|
|
356
|
+
* example:
|
|
357
|
+
* ```
|
|
358
|
+
* [
|
|
378
359
|
* {
|
|
379
|
-
* "ari":
|
|
380
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
360
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
381
361
|
* "assignee": {
|
|
382
362
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
383
363
|
* "accountType": "atlassian",
|
|
384
364
|
* "active": false,
|
|
385
365
|
* "avatarUrls": {
|
|
386
|
-
* "16x16":
|
|
387
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
388
|
-
* "
|
|
389
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
390
|
-
* "32x32":
|
|
391
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
392
|
-
* "48x48":
|
|
393
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
366
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
367
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
368
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
369
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
394
370
|
* },
|
|
395
371
|
* "displayName": "Mia Krystof",
|
|
396
372
|
* "key": "",
|
|
397
373
|
* "name": "",
|
|
398
|
-
* "self":
|
|
399
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
374
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
400
375
|
* },
|
|
401
376
|
* "assigneeType": "PROJECT_LEAD",
|
|
402
377
|
* "description": "This is a Jira component",
|
|
@@ -407,20 +382,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
407
382
|
* "accountType": "atlassian",
|
|
408
383
|
* "active": false,
|
|
409
384
|
* "avatarUrls": {
|
|
410
|
-
* "16x16":
|
|
411
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
412
|
-
* "
|
|
413
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
414
|
-
* "32x32":
|
|
415
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
416
|
-
* "48x48":
|
|
417
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
385
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
386
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
387
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
388
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
418
389
|
* },
|
|
419
390
|
* "displayName": "Mia Krystof",
|
|
420
391
|
* "key": "",
|
|
421
392
|
* "name": "",
|
|
422
|
-
* "self":
|
|
423
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
393
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
424
394
|
* },
|
|
425
395
|
* "metadata": {
|
|
426
396
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -433,46 +403,35 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
433
403
|
* "accountType": "atlassian",
|
|
434
404
|
* "active": false,
|
|
435
405
|
* "avatarUrls": {
|
|
436
|
-
* "16x16":
|
|
437
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
438
|
-
* "
|
|
439
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
440
|
-
* "32x32":
|
|
441
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
442
|
-
* "48x48":
|
|
443
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
406
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
407
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
408
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
409
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
444
410
|
* },
|
|
445
411
|
* "displayName": "Mia Krystof",
|
|
446
412
|
* "key": "",
|
|
447
413
|
* "name": "",
|
|
448
|
-
* "self":
|
|
449
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
414
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
450
415
|
* },
|
|
451
416
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
452
417
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
453
418
|
* },
|
|
454
419
|
* {
|
|
455
|
-
* "ari":
|
|
456
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
420
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
457
421
|
* "assignee": {
|
|
458
422
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
459
423
|
* "accountType": "atlassian",
|
|
460
424
|
* "active": false,
|
|
461
425
|
* "avatarUrls": {
|
|
462
|
-
* "16x16":
|
|
463
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
464
|
-
* "
|
|
465
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
466
|
-
* "32x32":
|
|
467
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
468
|
-
* "48x48":
|
|
469
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
426
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
427
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
428
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
429
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
470
430
|
* },
|
|
471
431
|
* "displayName": "Mia Krystof",
|
|
472
432
|
* "key": "",
|
|
473
433
|
* "name": "",
|
|
474
|
-
* "self":
|
|
475
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
434
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
476
435
|
* },
|
|
477
436
|
* "assigneeType": "PROJECT_LEAD",
|
|
478
437
|
* "description": "This is a another Jira component",
|
|
@@ -483,20 +442,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
483
442
|
* "accountType": "atlassian",
|
|
484
443
|
* "active": false,
|
|
485
444
|
* "avatarUrls": {
|
|
486
|
-
* "16x16":
|
|
487
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
488
|
-
* "
|
|
489
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
490
|
-
* "32x32":
|
|
491
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
492
|
-
* "48x48":
|
|
493
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
445
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
446
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
447
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
448
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
494
449
|
* },
|
|
495
450
|
* "displayName": "Mia Krystof",
|
|
496
451
|
* "key": "",
|
|
497
452
|
* "name": "",
|
|
498
|
-
* "self":
|
|
499
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
453
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
500
454
|
* },
|
|
501
455
|
* "metadata": {
|
|
502
456
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -509,30 +463,26 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
509
463
|
* "accountType": "atlassian",
|
|
510
464
|
* "active": false,
|
|
511
465
|
* "avatarUrls": {
|
|
512
|
-
* "16x16":
|
|
513
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
514
|
-
* "
|
|
515
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
516
|
-
* "32x32":
|
|
517
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
518
|
-
* "48x48":
|
|
519
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
466
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
467
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
468
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
469
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
520
470
|
* },
|
|
521
471
|
* "displayName": "Mia Krystof",
|
|
522
472
|
* "key": "",
|
|
523
473
|
* "name": "",
|
|
524
|
-
* "self":
|
|
525
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
474
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
526
475
|
* },
|
|
527
476
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
528
477
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
529
478
|
* }
|
|
530
479
|
* ]
|
|
531
|
-
*
|
|
480
|
+
* ```
|
|
481
|
+
* @path GET `/rest/api/3/project/{projectIdOrKey}/components`
|
|
532
482
|
* @scopes-current read:jira-work
|
|
533
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
534
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
483
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
535
484
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-project-projectidorkey-components-get
|
|
485
|
+
* @param params
|
|
536
486
|
*/
|
|
537
487
|
this.getProjectComponents = ({ projectIdOrKey, componentSource, }) => {
|
|
538
488
|
return this.getClientInstance()
|
|
@@ -570,13 +520,13 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
570
520
|
*
|
|
571
521
|
* @returns Returned if the request is successful.
|
|
572
522
|
*
|
|
573
|
-
* example:
|
|
523
|
+
* example:
|
|
524
|
+
* ```
|
|
525
|
+
* {
|
|
574
526
|
* "isLast": false,
|
|
575
527
|
* "maxResults": 2,
|
|
576
|
-
* "nextPage":
|
|
577
|
-
* "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=
|
|
578
|
-
* "self":
|
|
579
|
-
* "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=0&maxResults=2",
|
|
528
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=2&maxResults=2",
|
|
529
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/project/PR/component?startAt=0&maxResults=2",
|
|
580
530
|
* "startAt": 0,
|
|
581
531
|
* "total": 7,
|
|
582
532
|
* "values": [
|
|
@@ -586,44 +536,33 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
586
536
|
* "accountType": "atlassian",
|
|
587
537
|
* "active": false,
|
|
588
538
|
* "avatarUrls": {
|
|
589
|
-
* "16x16":
|
|
590
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
591
|
-
* "
|
|
592
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
593
|
-
* "32x32":
|
|
594
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
595
|
-
* "48x48":
|
|
596
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
539
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
540
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
541
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
542
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
597
543
|
* },
|
|
598
544
|
* "displayName": "Mia Krystof",
|
|
599
545
|
* "key": "",
|
|
600
546
|
* "name": "",
|
|
601
|
-
* "self":
|
|
602
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
547
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
603
548
|
* },
|
|
604
549
|
* "assigneeType": "PROJECT_LEAD",
|
|
605
550
|
* "componentBean": {
|
|
606
|
-
* "ari":
|
|
607
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
551
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
608
552
|
* "assignee": {
|
|
609
553
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
610
554
|
* "accountType": "atlassian",
|
|
611
555
|
* "active": false,
|
|
612
556
|
* "avatarUrls": {
|
|
613
|
-
* "16x16":
|
|
614
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
615
|
-
* "
|
|
616
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
617
|
-
* "32x32":
|
|
618
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
619
|
-
* "48x48":
|
|
620
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
557
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
558
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
559
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
560
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
621
561
|
* },
|
|
622
562
|
* "displayName": "Mia Krystof",
|
|
623
563
|
* "key": "",
|
|
624
564
|
* "name": "",
|
|
625
|
-
* "self":
|
|
626
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
565
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
627
566
|
* },
|
|
628
567
|
* "assigneeType": "PROJECT_LEAD",
|
|
629
568
|
* "description": "This is a Jira component",
|
|
@@ -634,20 +573,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
634
573
|
* "accountType": "atlassian",
|
|
635
574
|
* "active": false,
|
|
636
575
|
* "avatarUrls": {
|
|
637
|
-
* "16x16":
|
|
638
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
639
|
-
* "
|
|
640
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
641
|
-
* "32x32":
|
|
642
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
643
|
-
* "48x48":
|
|
644
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
576
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
577
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
578
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
579
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
645
580
|
* },
|
|
646
581
|
* "displayName": "Mia Krystof",
|
|
647
582
|
* "key": "",
|
|
648
583
|
* "name": "",
|
|
649
|
-
* "self":
|
|
650
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
584
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
651
585
|
* },
|
|
652
586
|
* "metadata": {
|
|
653
587
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -660,20 +594,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
660
594
|
* "accountType": "atlassian",
|
|
661
595
|
* "active": false,
|
|
662
596
|
* "avatarUrls": {
|
|
663
|
-
* "16x16":
|
|
664
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
665
|
-
* "
|
|
666
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
667
|
-
* "32x32":
|
|
668
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
669
|
-
* "48x48":
|
|
670
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
597
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
598
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
599
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
600
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
671
601
|
* },
|
|
672
602
|
* "displayName": "Mia Krystof",
|
|
673
603
|
* "key": "",
|
|
674
604
|
* "name": "",
|
|
675
|
-
* "self":
|
|
676
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
605
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
677
606
|
* },
|
|
678
607
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
679
608
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -687,20 +616,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
687
616
|
* "accountType": "atlassian",
|
|
688
617
|
* "active": false,
|
|
689
618
|
* "avatarUrls": {
|
|
690
|
-
* "16x16":
|
|
691
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
692
|
-
* "
|
|
693
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
694
|
-
* "32x32":
|
|
695
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
696
|
-
* "48x48":
|
|
697
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
619
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
620
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
621
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
622
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
698
623
|
* },
|
|
699
624
|
* "displayName": "Mia Krystof",
|
|
700
625
|
* "key": "",
|
|
701
626
|
* "name": "",
|
|
702
|
-
* "self":
|
|
703
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
627
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
704
628
|
* },
|
|
705
629
|
* "name": "Component 1",
|
|
706
630
|
* "project": "HSP",
|
|
@@ -710,20 +634,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
710
634
|
* "accountType": "atlassian",
|
|
711
635
|
* "active": false,
|
|
712
636
|
* "avatarUrls": {
|
|
713
|
-
* "16x16":
|
|
714
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
715
|
-
* "
|
|
716
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
717
|
-
* "32x32":
|
|
718
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
719
|
-
* "48x48":
|
|
720
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
637
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
638
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
639
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
640
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
721
641
|
* },
|
|
722
642
|
* "displayName": "Mia Krystof",
|
|
723
643
|
* "key": "",
|
|
724
644
|
* "name": "",
|
|
725
|
-
* "self":
|
|
726
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
645
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
727
646
|
* },
|
|
728
647
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
729
648
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -734,44 +653,33 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
734
653
|
* "accountType": "atlassian",
|
|
735
654
|
* "active": false,
|
|
736
655
|
* "avatarUrls": {
|
|
737
|
-
* "16x16":
|
|
738
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
739
|
-
* "
|
|
740
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
741
|
-
* "32x32":
|
|
742
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
743
|
-
* "48x48":
|
|
744
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
656
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
657
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
658
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
659
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
745
660
|
* },
|
|
746
661
|
* "displayName": "Mia Krystof",
|
|
747
662
|
* "key": "",
|
|
748
663
|
* "name": "",
|
|
749
|
-
* "self":
|
|
750
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
664
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
751
665
|
* },
|
|
752
666
|
* "assigneeType": "PROJECT_LEAD",
|
|
753
667
|
* "componentBean": {
|
|
754
|
-
* "ari":
|
|
755
|
-
* "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
668
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-11ee-4e70-be56-0242ac120002/fdb3fdec-4e70-11ee-be56-0242ac120002",
|
|
756
669
|
* "assignee": {
|
|
757
670
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
758
671
|
* "accountType": "atlassian",
|
|
759
672
|
* "active": false,
|
|
760
673
|
* "avatarUrls": {
|
|
761
|
-
* "16x16":
|
|
762
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
763
|
-
* "
|
|
764
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
765
|
-
* "32x32":
|
|
766
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
767
|
-
* "48x48":
|
|
768
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
674
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
675
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
676
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
677
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
769
678
|
* },
|
|
770
679
|
* "displayName": "Mia Krystof",
|
|
771
680
|
* "key": "",
|
|
772
681
|
* "name": "",
|
|
773
|
-
* "self":
|
|
774
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
682
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
775
683
|
* },
|
|
776
684
|
* "assigneeType": "PROJECT_LEAD",
|
|
777
685
|
* "description": "This is a another Jira component",
|
|
@@ -782,20 +690,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
782
690
|
* "accountType": "atlassian",
|
|
783
691
|
* "active": false,
|
|
784
692
|
* "avatarUrls": {
|
|
785
|
-
* "16x16":
|
|
786
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
787
|
-
* "
|
|
788
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
789
|
-
* "32x32":
|
|
790
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
791
|
-
* "48x48":
|
|
792
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
693
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
694
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
695
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
696
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
793
697
|
* },
|
|
794
698
|
* "displayName": "Mia Krystof",
|
|
795
699
|
* "key": "",
|
|
796
700
|
* "name": "",
|
|
797
|
-
* "self":
|
|
798
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
701
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
799
702
|
* },
|
|
800
703
|
* "metadata": {
|
|
801
704
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -808,20 +711,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
808
711
|
* "accountType": "atlassian",
|
|
809
712
|
* "active": false,
|
|
810
713
|
* "avatarUrls": {
|
|
811
|
-
* "16x16":
|
|
812
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
813
|
-
* "
|
|
814
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
815
|
-
* "32x32":
|
|
816
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
817
|
-
* "48x48":
|
|
818
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
714
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
715
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
716
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
717
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
819
718
|
* },
|
|
820
719
|
* "displayName": "Mia Krystof",
|
|
821
720
|
* "key": "",
|
|
822
721
|
* "name": "",
|
|
823
|
-
* "self":
|
|
824
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
722
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
825
723
|
* },
|
|
826
724
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
827
725
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
@@ -835,20 +733,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
835
733
|
* "accountType": "atlassian",
|
|
836
734
|
* "active": false,
|
|
837
735
|
* "avatarUrls": {
|
|
838
|
-
* "16x16":
|
|
839
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
840
|
-
* "
|
|
841
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
842
|
-
* "32x32":
|
|
843
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
844
|
-
* "48x48":
|
|
845
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
736
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
737
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
738
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
739
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
846
740
|
* },
|
|
847
741
|
* "displayName": "Mia Krystof",
|
|
848
742
|
* "key": "",
|
|
849
743
|
* "name": "",
|
|
850
|
-
* "self":
|
|
851
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
744
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
852
745
|
* },
|
|
853
746
|
* "name": "PXA",
|
|
854
747
|
* "project": "PROJECTKEY",
|
|
@@ -858,31 +751,27 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
858
751
|
* "accountType": "atlassian",
|
|
859
752
|
* "active": false,
|
|
860
753
|
* "avatarUrls": {
|
|
861
|
-
* "16x16":
|
|
862
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
863
|
-
* "
|
|
864
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
865
|
-
* "32x32":
|
|
866
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
867
|
-
* "48x48":
|
|
868
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
754
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
755
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
756
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
757
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
869
758
|
* },
|
|
870
759
|
* "displayName": "Mia Krystof",
|
|
871
760
|
* "key": "",
|
|
872
761
|
* "name": "",
|
|
873
|
-
* "self":
|
|
874
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
762
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
875
763
|
* },
|
|
876
764
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
877
765
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
878
766
|
* }
|
|
879
767
|
* ]
|
|
880
768
|
* }
|
|
881
|
-
*
|
|
769
|
+
* ```
|
|
770
|
+
* @path GET `/rest/api/3/project/{projectIdOrKey}/component`
|
|
882
771
|
* @scopes-current read:jira-work
|
|
883
|
-
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira,
|
|
884
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira
|
|
772
|
+
* @scopes-beta read:project:jira, read:project.component:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
885
773
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-project-projectidorkey-component-get
|
|
774
|
+
* @param params
|
|
886
775
|
*/
|
|
887
776
|
this.getProjectComponentsPaginated = ({ projectIdOrKey, startAt, maxResults, orderBy, componentSource, query, }) => {
|
|
888
777
|
return this.getClientInstance()
|
|
@@ -922,28 +811,24 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
922
811
|
*
|
|
923
812
|
* @returns Returned if the request is successful.
|
|
924
813
|
*
|
|
925
|
-
* example:
|
|
926
|
-
*
|
|
927
|
-
*
|
|
814
|
+
* example:
|
|
815
|
+
* ```
|
|
816
|
+
* {
|
|
817
|
+
* "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
|
|
928
818
|
* "assignee": {
|
|
929
819
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
930
820
|
* "accountType": "atlassian",
|
|
931
821
|
* "active": false,
|
|
932
822
|
* "avatarUrls": {
|
|
933
|
-
* "16x16":
|
|
934
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
935
|
-
* "
|
|
936
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
937
|
-
* "32x32":
|
|
938
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
939
|
-
* "48x48":
|
|
940
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
823
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
824
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
825
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
826
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
941
827
|
* },
|
|
942
828
|
* "displayName": "Mia Krystof",
|
|
943
829
|
* "key": "",
|
|
944
830
|
* "name": "",
|
|
945
|
-
* "self":
|
|
946
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
831
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
947
832
|
* },
|
|
948
833
|
* "assigneeType": "PROJECT_LEAD",
|
|
949
834
|
* "description": "This is a Jira component",
|
|
@@ -954,20 +839,15 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
954
839
|
* "accountType": "atlassian",
|
|
955
840
|
* "active": false,
|
|
956
841
|
* "avatarUrls": {
|
|
957
|
-
* "16x16":
|
|
958
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
959
|
-
* "
|
|
960
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
961
|
-
* "32x32":
|
|
962
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
963
|
-
* "48x48":
|
|
964
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
842
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
843
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
844
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
845
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
965
846
|
* },
|
|
966
847
|
* "displayName": "Mia Krystof",
|
|
967
848
|
* "key": "",
|
|
968
849
|
* "name": "",
|
|
969
|
-
* "self":
|
|
970
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
850
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
971
851
|
* },
|
|
972
852
|
* "metadata": {
|
|
973
853
|
* "icon": "https://www.example.com/icon.png"
|
|
@@ -980,30 +860,25 @@ class ProjectComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
980
860
|
* "accountType": "atlassian",
|
|
981
861
|
* "active": false,
|
|
982
862
|
* "avatarUrls": {
|
|
983
|
-
* "16x16":
|
|
984
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
985
|
-
* "
|
|
986
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
987
|
-
* "32x32":
|
|
988
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
989
|
-
* "48x48":
|
|
990
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
863
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
864
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
865
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
866
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
991
867
|
* },
|
|
992
868
|
* "displayName": "Mia Krystof",
|
|
993
869
|
* "key": "",
|
|
994
870
|
* "name": "",
|
|
995
|
-
* "self":
|
|
996
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
871
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
997
872
|
* },
|
|
998
873
|
* "realAssigneeType": "PROJECT_LEAD",
|
|
999
874
|
* "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
|
|
1000
875
|
* }
|
|
1001
|
-
*
|
|
876
|
+
* ```
|
|
877
|
+
* @path PUT `/rest/api/3/component/{id}`
|
|
1002
878
|
* @scopes-current manage:jira-project
|
|
1003
|
-
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira,
|
|
1004
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
1005
|
-
* read:project.component:jira
|
|
879
|
+
* @scopes-beta read:project:jira, read:user:jira, write:project.component:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:project.component:jira
|
|
1006
880
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components#api-rest-api-3-component-id-put
|
|
881
|
+
* @param params
|
|
1007
882
|
*/
|
|
1008
883
|
this.updateComponent = ({ id, projectComponent, }) => {
|
|
1009
884
|
return this.getClientInstance()
|