@resolution/jira-api-client 0.4.2 → 0.4.5
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 +23 -0
- package/README.md +4 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +6 -0
- package/lib/openapi/platform/models/common.js +12 -1
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
- package/lib/openapi/platform/models/dynamicModules.js +0 -6
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
- package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
- package/lib/openapi/platform/services/AppMigrationService.js +139 -136
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
- package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
- package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
- package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
- package/lib/openapi/platform/services/AvatarsService.js +412 -415
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
- package/lib/openapi/platform/services/DashboardsService.js +983 -974
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
- package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
- package/lib/openapi/platform/services/FilterSharingService.js +512 -509
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
- package/lib/openapi/platform/services/FiltersService.js +1262 -1259
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
- package/lib/openapi/platform/services/GroupsService.js +385 -382
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
- package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueLinksService.js +230 -227
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
- package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
- package/lib/openapi/platform/services/IssueSearchService.js +826 -823
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
- package/lib/openapi/platform/services/IssueTypesService.js +424 -427
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueVotesService.js +148 -145
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
- package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
- package/lib/openapi/platform/services/IssuesService.js +1856 -1853
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
- package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -15
- package/lib/openapi/platform/services/JqlService.js +635 -632
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
- package/lib/openapi/platform/services/LabelsService.js +41 -38
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
- package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
- package/lib/openapi/platform/services/MyselfService.js +321 -318
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
- package/lib/openapi/platform/services/PermissionsService.js +235 -232
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
- package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
- package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
- package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
- package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
- package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
- package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
- package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
- package/lib/openapi/platform/services/ScreensService.js +281 -278
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +51 -48
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +17 -17
- package/lib/openapi/platform/services/StatusService.js +271 -268
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -4
- package/lib/openapi/platform/services/TasksService.js +93 -90
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
- package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
- package/lib/openapi/platform/services/UserSearchService.js +709 -706
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +51 -51
- package/lib/openapi/platform/services/UsersService.js +637 -634
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
- package/lib/openapi/platform/services/WebhooksService.js +262 -259
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
- package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
- package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +4 -4
- package/lib/openapi/software/services/BacklogService.js +81 -78
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +124 -124
- package/lib/openapi/software/services/BoardService.js +2048 -2045
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -10
- package/lib/openapi/software/services/BuildsService.js +164 -161
- 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 +192 -189
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
- package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +26 -26
- package/lib/openapi/software/services/EpicService.js +597 -594
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
- package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +13 -13
- package/lib/openapi/software/services/IssueService.js +359 -356
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +24 -24
- package/lib/openapi/software/services/OperationsService.js +301 -298
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
- package/lib/openapi/software/services/RemoteLinksService.js +160 -157
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
- package/lib/openapi/software/services/SecurityInformationService.js +262 -259
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +33 -33
- package/lib/openapi/software/services/SprintService.js +594 -591
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -48,7 +48,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
48
48
|
* @path {POST} /rest/agile/1.0/board
|
|
49
49
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-post
|
|
50
50
|
*/
|
|
51
|
-
createBoard({ boardCreateBean, }: {
|
|
51
|
+
createBoard: ({ boardCreateBean, }: {
|
|
52
52
|
/**
|
|
53
53
|
* @example {
|
|
54
54
|
* "filterId": 10040,
|
|
@@ -61,17 +61,17 @@ export declare class BoardService extends CommonHttpService {
|
|
|
61
61
|
* }
|
|
62
62
|
*/
|
|
63
63
|
boardCreateBean: BoardCreateBean;
|
|
64
|
-
})
|
|
64
|
+
}) => Promise<Board>;
|
|
65
65
|
/**
|
|
66
66
|
* Deletes the board. Admin without the view permission can still remove the board.
|
|
67
67
|
*
|
|
68
68
|
* @path {DELETE} /rest/agile/1.0/board/{boardId}
|
|
69
69
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-delete
|
|
70
70
|
*/
|
|
71
|
-
deleteBoard({ boardId, }: {
|
|
71
|
+
deleteBoard: ({ boardId, }: {
|
|
72
72
|
/** ID of the board to be deleted */
|
|
73
73
|
boardId: number;
|
|
74
|
-
})
|
|
74
|
+
}) => Promise<void>;
|
|
75
75
|
/**
|
|
76
76
|
* Removes the property from the board identified by the id. Ths user removing the
|
|
77
77
|
* property is required to have permissions to modify the board.
|
|
@@ -79,12 +79,12 @@ export declare class BoardService extends CommonHttpService {
|
|
|
79
79
|
* @path {DELETE} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
|
|
80
80
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-delete
|
|
81
81
|
*/
|
|
82
|
-
deleteBoardProperty({ boardId, propertyKey, }: {
|
|
82
|
+
deleteBoardProperty: ({ boardId, propertyKey, }: {
|
|
83
83
|
/** the id of the board from which the property will be removed. */
|
|
84
84
|
boardId: string;
|
|
85
85
|
/** the key of the property to remove. */
|
|
86
86
|
propertyKey: string;
|
|
87
|
-
})
|
|
87
|
+
}) => Promise<void>;
|
|
88
88
|
/**
|
|
89
89
|
* Returns all boards. This only includes boards that the user has permission to
|
|
90
90
|
* view.
|
|
@@ -119,63 +119,63 @@ export declare class BoardService extends CommonHttpService {
|
|
|
119
119
|
* @path {GET} /rest/agile/1.0/board
|
|
120
120
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-get
|
|
121
121
|
*/
|
|
122
|
-
getAllBoards({ startAt, maxResults, type, name, projectKeyOrId, accountIdLocation, projectLocation, includePrivate, negateLocationFiltering, orderBy, expand, projectTypeLocation, filterId, }?: {
|
|
122
|
+
getAllBoards: ({ startAt, maxResults, type, name, projectKeyOrId, accountIdLocation, projectLocation, includePrivate, negateLocationFiltering, orderBy, expand, projectTypeLocation, filterId, }?: {
|
|
123
123
|
/**
|
|
124
124
|
* The starting index of the returned boards. Base index: 0. See the 'Pagination'
|
|
125
125
|
* section at the top of this page for more details.
|
|
126
126
|
*/
|
|
127
|
-
startAt?: number;
|
|
127
|
+
startAt?: number | undefined;
|
|
128
128
|
/**
|
|
129
129
|
* The maximum number of boards to return per page. See the 'Pagination' section
|
|
130
130
|
* at the top of this page for more details.
|
|
131
131
|
*/
|
|
132
|
-
maxResults?: number;
|
|
132
|
+
maxResults?: number | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* Filters results to boards of the specified types. Valid values: scrum, kanban,
|
|
135
135
|
* simple.
|
|
136
136
|
*/
|
|
137
|
-
type?: {};
|
|
137
|
+
type?: {} | undefined;
|
|
138
138
|
/** Filters results to boards that match or partially match the specified name. */
|
|
139
|
-
name?: string;
|
|
139
|
+
name?: string | undefined;
|
|
140
140
|
/**
|
|
141
141
|
* Filters results to boards that are relevant to a project. Relevance means that
|
|
142
142
|
* the jql filter defined in board contains a reference to a project.
|
|
143
143
|
*/
|
|
144
|
-
projectKeyOrId?: string;
|
|
145
|
-
accountIdLocation?: string;
|
|
146
|
-
projectLocation?: string;
|
|
144
|
+
projectKeyOrId?: string | undefined;
|
|
145
|
+
accountIdLocation?: string | undefined;
|
|
146
|
+
projectLocation?: string | undefined;
|
|
147
147
|
/**
|
|
148
148
|
* Appends private boards to the end of the list. The name and type fields are
|
|
149
149
|
* excluded for security reasons.
|
|
150
150
|
*/
|
|
151
|
-
includePrivate?: boolean;
|
|
151
|
+
includePrivate?: boolean | undefined;
|
|
152
152
|
/** If set to true, negate filters used for querying by location. By default false. */
|
|
153
|
-
negateLocationFiltering?: boolean;
|
|
153
|
+
negateLocationFiltering?: boolean | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* Ordering of the results by a given field. If not provided, values will not be
|
|
156
156
|
* sorted. Valid values: name.
|
|
157
157
|
*/
|
|
158
|
-
orderBy?: "name" | "-name" | "+name";
|
|
158
|
+
orderBy?: "name" | "-name" | "+name" | undefined;
|
|
159
159
|
/** List of fields to expand for each board. Valid values: admins, permissions. */
|
|
160
|
-
expand?: string;
|
|
160
|
+
expand?: string | undefined;
|
|
161
161
|
/**
|
|
162
162
|
* Filters results to boards that are relevant to a project types. Support Jira
|
|
163
163
|
* Software, Jira Service Management. Valid values: software, service\_desk. By
|
|
164
164
|
* default software.
|
|
165
165
|
*/
|
|
166
|
-
projectTypeLocation?: string[];
|
|
166
|
+
projectTypeLocation?: string[] | undefined;
|
|
167
167
|
/**
|
|
168
168
|
* Filters results to boards that are relevant to a filter. Not supported for
|
|
169
169
|
* next-gen boards.
|
|
170
170
|
*/
|
|
171
|
-
filterId?: number;
|
|
172
|
-
})
|
|
171
|
+
filterId?: number | undefined;
|
|
172
|
+
}) => Promise<{
|
|
173
173
|
values: Board[];
|
|
174
|
-
expand?: string;
|
|
174
|
+
expand?: string | undefined;
|
|
175
175
|
maxResults: number;
|
|
176
176
|
startAt: number;
|
|
177
|
-
total?: number;
|
|
178
|
-
isLast?: boolean;
|
|
177
|
+
total?: number | undefined;
|
|
178
|
+
isLast?: boolean | undefined;
|
|
179
179
|
} & {
|
|
180
180
|
[key: string]: unknown;
|
|
181
181
|
}>;
|
|
@@ -212,20 +212,20 @@ export declare class BoardService extends CommonHttpService {
|
|
|
212
212
|
* @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter
|
|
213
213
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-quickfilter-get
|
|
214
214
|
*/
|
|
215
|
-
getAllQuickFilters({ boardId, startAt, maxResults, }: {
|
|
215
|
+
getAllQuickFilters: ({ boardId, startAt, maxResults, }: {
|
|
216
216
|
/** The ID of the board that contains the requested quick filters. */
|
|
217
217
|
boardId: number;
|
|
218
218
|
/**
|
|
219
219
|
* The starting index of the returned quick filters. Base index: 0. See the
|
|
220
220
|
* 'Pagination' section at the top of this page for more details.
|
|
221
221
|
*/
|
|
222
|
-
startAt?: number;
|
|
222
|
+
startAt?: number | undefined;
|
|
223
223
|
/**
|
|
224
224
|
* The maximum number of sprints to return per page. See the 'Pagination' section
|
|
225
225
|
* at the top of this page for more details.
|
|
226
226
|
*/
|
|
227
|
-
maxResults?: number;
|
|
228
|
-
})
|
|
227
|
+
maxResults?: number | undefined;
|
|
228
|
+
}) => Promise<PageBeanQuickFilterBean>;
|
|
229
229
|
/**
|
|
230
230
|
* Returns all sprints from a board, for a given board ID. This only includes
|
|
231
231
|
* sprints that the user has permission to view.
|
|
@@ -263,32 +263,32 @@ export declare class BoardService extends CommonHttpService {
|
|
|
263
263
|
* @path {GET} /rest/agile/1.0/board/{boardId}/sprint
|
|
264
264
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-sprint-get
|
|
265
265
|
*/
|
|
266
|
-
getAllSprints({ boardId, startAt, maxResults, state, }: {
|
|
266
|
+
getAllSprints: ({ boardId, startAt, maxResults, state, }: {
|
|
267
267
|
/** The ID of the board that contains the requested sprints. */
|
|
268
268
|
boardId: number;
|
|
269
269
|
/**
|
|
270
270
|
* The starting index of the returned sprints. Base index: 0. See the 'Pagination'
|
|
271
271
|
* section at the top of this page for more details.
|
|
272
272
|
*/
|
|
273
|
-
startAt?: number;
|
|
273
|
+
startAt?: number | undefined;
|
|
274
274
|
/**
|
|
275
275
|
* The maximum number of sprints to return per page. See the 'Pagination' section
|
|
276
276
|
* at the top of this page for more details.
|
|
277
277
|
*/
|
|
278
|
-
maxResults?: number;
|
|
278
|
+
maxResults?: number | undefined;
|
|
279
279
|
/**
|
|
280
280
|
* Filters results to sprints in specified states. Valid values: future, active,
|
|
281
281
|
* closed. You can define multiple states separated by commas, e.g.
|
|
282
282
|
* state=active,closed
|
|
283
283
|
*/
|
|
284
|
-
state?: {};
|
|
285
|
-
})
|
|
284
|
+
state?: {} | undefined;
|
|
285
|
+
}) => Promise<{
|
|
286
286
|
values: SprintBean[];
|
|
287
|
-
expand?: string;
|
|
287
|
+
expand?: string | undefined;
|
|
288
288
|
maxResults: number;
|
|
289
289
|
startAt: number;
|
|
290
|
-
total?: number;
|
|
291
|
-
isLast?: boolean;
|
|
290
|
+
total?: number | undefined;
|
|
291
|
+
isLast?: boolean | undefined;
|
|
292
292
|
} & {
|
|
293
293
|
[key: string]: unknown;
|
|
294
294
|
}>;
|
|
@@ -331,25 +331,25 @@ export declare class BoardService extends CommonHttpService {
|
|
|
331
331
|
* @path {GET} /rest/agile/1.0/board/{boardId}/version
|
|
332
332
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-version-get
|
|
333
333
|
*/
|
|
334
|
-
getAllVersions({ boardId, startAt, maxResults, released, }: {
|
|
334
|
+
getAllVersions: ({ boardId, startAt, maxResults, released, }: {
|
|
335
335
|
/** The ID of the board that contains the requested versions. */
|
|
336
336
|
boardId: number;
|
|
337
337
|
/**
|
|
338
338
|
* The starting index of the returned versions. Base index: 0. See the
|
|
339
339
|
* 'Pagination' section at the top of this page for more details.
|
|
340
340
|
*/
|
|
341
|
-
startAt?: number;
|
|
341
|
+
startAt?: number | undefined;
|
|
342
342
|
/**
|
|
343
343
|
* The maximum number of versions to return per page. See the 'Pagination' section
|
|
344
344
|
* at the top of this page for more details.
|
|
345
345
|
*/
|
|
346
|
-
maxResults?: number;
|
|
346
|
+
maxResults?: number | undefined;
|
|
347
347
|
/**
|
|
348
348
|
* Filters results to versions that are either released or unreleased. Valid
|
|
349
349
|
* values: true, false.
|
|
350
350
|
*/
|
|
351
|
-
released?: string;
|
|
352
|
-
})
|
|
351
|
+
released?: string | undefined;
|
|
352
|
+
}) => Promise<unknown>;
|
|
353
353
|
/**
|
|
354
354
|
* Returns the board for the given board ID. This board will only be returned if
|
|
355
355
|
* the user has permission to view it. Admins without the view permission will see
|
|
@@ -377,10 +377,10 @@ export declare class BoardService extends CommonHttpService {
|
|
|
377
377
|
* @path {GET} /rest/agile/1.0/board/{boardId}
|
|
378
378
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-get
|
|
379
379
|
*/
|
|
380
|
-
getBoard({ boardId, }: {
|
|
380
|
+
getBoard: ({ boardId, }: {
|
|
381
381
|
/** The ID of the requested board. */
|
|
382
382
|
boardId: number;
|
|
383
|
-
})
|
|
383
|
+
}) => Promise<Board>;
|
|
384
384
|
/**
|
|
385
385
|
* Returns any boards which use the provided filter id. This method can be
|
|
386
386
|
* executed by users without a valid software license in order to find which
|
|
@@ -396,7 +396,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
396
396
|
* @path {GET} /rest/agile/1.0/board/filter/{filterId}
|
|
397
397
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-filter-filterid-get
|
|
398
398
|
*/
|
|
399
|
-
getBoardByFilterId({ filterId, startAt, maxResults, }: {
|
|
399
|
+
getBoardByFilterId: ({ filterId, startAt, maxResults, }: {
|
|
400
400
|
/**
|
|
401
401
|
* Filters results to boards that are relevant to a filter. Not supported for
|
|
402
402
|
* next-gen boards.
|
|
@@ -406,18 +406,18 @@ export declare class BoardService extends CommonHttpService {
|
|
|
406
406
|
* The starting index of the returned boards. Base index: 0. See the 'Pagination'
|
|
407
407
|
* section at the top of this page for more details.
|
|
408
408
|
*/
|
|
409
|
-
startAt?: number;
|
|
409
|
+
startAt?: number | undefined;
|
|
410
410
|
/**
|
|
411
411
|
* The maximum number of boards to return per page. Default: 50. See the
|
|
412
412
|
* 'Pagination' section at the top of this page for more details.
|
|
413
413
|
*/
|
|
414
|
-
maxResults?: number;
|
|
415
|
-
})
|
|
416
|
-
isLast?: boolean;
|
|
417
|
-
maxResults?: number;
|
|
418
|
-
startAt?: number;
|
|
419
|
-
total?: number;
|
|
420
|
-
values?: BoardFilterBean[];
|
|
414
|
+
maxResults?: number | undefined;
|
|
415
|
+
}) => Promise<{
|
|
416
|
+
isLast?: boolean | undefined;
|
|
417
|
+
maxResults?: number | undefined;
|
|
418
|
+
startAt?: number | undefined;
|
|
419
|
+
total?: number | undefined;
|
|
420
|
+
values?: BoardFilterBean[] | undefined;
|
|
421
421
|
}>;
|
|
422
422
|
/**
|
|
423
423
|
* Returns all issues that belong to an epic on the board, for the given epic ID
|
|
@@ -610,7 +610,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
610
610
|
* @path {GET} /rest/agile/1.0/board/{boardId}/epic/{epicId}/issue
|
|
611
611
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-epicid-issue-get
|
|
612
612
|
*/
|
|
613
|
-
getBoardIssuesForEpic({ boardId, epicId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
613
|
+
getBoardIssuesForEpic: ({ boardId, epicId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
614
614
|
/** The ID of the board that contains the requested issues. */
|
|
615
615
|
boardId: number;
|
|
616
616
|
/** The ID of the epic that contains the requested issues. */
|
|
@@ -619,7 +619,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
619
619
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
620
620
|
* section at the top of this page for more details.
|
|
621
621
|
*/
|
|
622
|
-
startAt?: number;
|
|
622
|
+
startAt?: number | undefined;
|
|
623
623
|
/**
|
|
624
624
|
* The maximum number of issues to return per page. Default: 50. See the
|
|
625
625
|
* 'Pagination' section at the top of this page for more details. Note, the total
|
|
@@ -627,22 +627,22 @@ export declare class BoardService extends CommonHttpService {
|
|
|
627
627
|
* 'jira.search.views.default.max' in your Jira instance. If you exceed this
|
|
628
628
|
* limit, your results will be truncated.
|
|
629
629
|
*/
|
|
630
|
-
maxResults?: number;
|
|
630
|
+
maxResults?: number | undefined;
|
|
631
631
|
/**
|
|
632
632
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
633
633
|
* will override the default order of the returned issues.
|
|
634
634
|
*/
|
|
635
|
-
jql?: string;
|
|
635
|
+
jql?: string | undefined;
|
|
636
636
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
637
|
-
validateQuery?: boolean;
|
|
637
|
+
validateQuery?: boolean | undefined;
|
|
638
638
|
/**
|
|
639
639
|
* The list of fields to return for each issue. By default, all navigable and
|
|
640
640
|
* Agile fields are returned.
|
|
641
641
|
*/
|
|
642
|
-
fields?: {}[];
|
|
642
|
+
fields?: {}[] | undefined;
|
|
643
643
|
/** A comma-separated list of the parameters to expand. */
|
|
644
|
-
expand?: string;
|
|
645
|
-
})
|
|
644
|
+
expand?: string | undefined;
|
|
645
|
+
}) => Promise<unknown>;
|
|
646
646
|
/**
|
|
647
647
|
* Get all issues you have access to that belong to the sprint from the board.
|
|
648
648
|
* Issue returned from this resource contains additional fields like: sprint,
|
|
@@ -833,7 +833,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
833
833
|
* @path {GET} /rest/agile/1.0/board/{boardId}/sprint/{sprintId}/issue
|
|
834
834
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-sprint-sprintid-issue-get
|
|
835
835
|
*/
|
|
836
|
-
getBoardIssuesForSprint({ boardId, sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
836
|
+
getBoardIssuesForSprint: ({ boardId, sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
837
837
|
/** The ID of the board that contains requested issues. */
|
|
838
838
|
boardId: number;
|
|
839
839
|
/** The ID of the sprint that contains requested issues. */
|
|
@@ -842,31 +842,31 @@ export declare class BoardService extends CommonHttpService {
|
|
|
842
842
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
843
843
|
* section at the top of this page for more details.
|
|
844
844
|
*/
|
|
845
|
-
startAt?: number;
|
|
845
|
+
startAt?: number | undefined;
|
|
846
846
|
/**
|
|
847
847
|
* The maximum number of issues to return per page. See the 'Pagination' section
|
|
848
848
|
* at the top of this page for more details. Note, the total number of issues
|
|
849
849
|
* returned is limited by the property 'jira.search.views.default.max' in your
|
|
850
850
|
* Jira instance. If you exceed this limit, your results will be truncated.
|
|
851
851
|
*/
|
|
852
|
-
maxResults?: number;
|
|
852
|
+
maxResults?: number | undefined;
|
|
853
853
|
/**
|
|
854
854
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
855
855
|
* will override the default order of the returned issues.
|
|
856
856
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
857
857
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
858
858
|
*/
|
|
859
|
-
jql?: string;
|
|
859
|
+
jql?: string | undefined;
|
|
860
860
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
861
|
-
validateQuery?: boolean;
|
|
861
|
+
validateQuery?: boolean | undefined;
|
|
862
862
|
/**
|
|
863
863
|
* The list of fields to return for each issue. By default, all navigable and
|
|
864
864
|
* Agile fields are returned.
|
|
865
865
|
*/
|
|
866
|
-
fields?: {}[];
|
|
866
|
+
fields?: {}[] | undefined;
|
|
867
867
|
/** A comma-separated list of the parameters to expand. */
|
|
868
|
-
expand?: string;
|
|
869
|
-
})
|
|
868
|
+
expand?: string | undefined;
|
|
869
|
+
}) => Promise<unknown>;
|
|
870
870
|
/**
|
|
871
871
|
* Returns the value of the property with a given key from the board identified by
|
|
872
872
|
* the provided id. The user who retrieves the property is required to have
|
|
@@ -876,12 +876,12 @@ export declare class BoardService extends CommonHttpService {
|
|
|
876
876
|
* @path {GET} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
|
|
877
877
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-get
|
|
878
878
|
*/
|
|
879
|
-
getBoardProperty({ boardId, propertyKey, }: {
|
|
879
|
+
getBoardProperty: ({ boardId, propertyKey, }: {
|
|
880
880
|
/** the ID of the board from which the property will be returned. */
|
|
881
881
|
boardId: string;
|
|
882
882
|
/** the key of the property to return. */
|
|
883
883
|
propertyKey: string;
|
|
884
|
-
})
|
|
884
|
+
}) => Promise<unknown>;
|
|
885
885
|
/**
|
|
886
886
|
* Returns the keys of all properties for the board identified by the id. The user
|
|
887
887
|
* who retrieves the property keys is required to have permissions to view the
|
|
@@ -891,10 +891,10 @@ export declare class BoardService extends CommonHttpService {
|
|
|
891
891
|
* @path {GET} /rest/agile/1.0/board/{boardId}/properties
|
|
892
892
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-get
|
|
893
893
|
*/
|
|
894
|
-
getBoardPropertyKeys({ boardId, }: {
|
|
894
|
+
getBoardPropertyKeys: ({ boardId, }: {
|
|
895
895
|
/** the ID of the board from which property keys will be returned. */
|
|
896
896
|
boardId: string;
|
|
897
|
-
})
|
|
897
|
+
}) => Promise<unknown>;
|
|
898
898
|
/**
|
|
899
899
|
* Get the board configuration. The response contains the following fields:
|
|
900
900
|
*
|
|
@@ -989,10 +989,10 @@ export declare class BoardService extends CommonHttpService {
|
|
|
989
989
|
* @path {GET} /rest/agile/1.0/board/{boardId}/configuration
|
|
990
990
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-configuration-get
|
|
991
991
|
*/
|
|
992
|
-
getConfiguration({ boardId, }: {
|
|
992
|
+
getConfiguration: ({ boardId, }: {
|
|
993
993
|
/** The ID of the board for which configuration is requested. */
|
|
994
994
|
boardId: number;
|
|
995
|
-
})
|
|
995
|
+
}) => Promise<BoardConfigBean>;
|
|
996
996
|
/**
|
|
997
997
|
* Returns all epics from the board, for the given board ID. This only includes
|
|
998
998
|
* epics that the user has permission to view. Note, if the user does not have
|
|
@@ -1031,33 +1031,33 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1031
1031
|
* @path {GET} /rest/agile/1.0/board/{boardId}/epic
|
|
1032
1032
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-get
|
|
1033
1033
|
*/
|
|
1034
|
-
getEpics({ boardId, startAt, maxResults, done, }: {
|
|
1034
|
+
getEpics: ({ boardId, startAt, maxResults, done, }: {
|
|
1035
1035
|
/** The ID of the board that contains the requested epics. */
|
|
1036
1036
|
boardId: number;
|
|
1037
1037
|
/**
|
|
1038
1038
|
* The starting index of the returned epics. Base index: 0. See the 'Pagination'
|
|
1039
1039
|
* section at the top of this page for more details.
|
|
1040
1040
|
*/
|
|
1041
|
-
startAt?: number;
|
|
1041
|
+
startAt?: number | undefined;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* The maximum number of epics to return per page. See the 'Pagination' section at
|
|
1044
1044
|
* the top of this page for more details.
|
|
1045
1045
|
*/
|
|
1046
|
-
maxResults?: number;
|
|
1046
|
+
maxResults?: number | undefined;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* Filters results to epics that are either done or not done. Valid values: true,
|
|
1049
1049
|
* false.
|
|
1050
1050
|
*/
|
|
1051
|
-
done?: string;
|
|
1052
|
-
})
|
|
1051
|
+
done?: string | undefined;
|
|
1052
|
+
}) => Promise<unknown>;
|
|
1053
1053
|
/**
|
|
1054
1054
|
* @returns 200 response
|
|
1055
1055
|
* @path {GET} /rest/agile/1.0/board/{boardId}/features
|
|
1056
1056
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-features-get
|
|
1057
1057
|
*/
|
|
1058
|
-
getFeaturesForBoard({ boardId, }: {
|
|
1058
|
+
getFeaturesForBoard: ({ boardId, }: {
|
|
1059
1059
|
boardId: number;
|
|
1060
|
-
})
|
|
1060
|
+
}) => Promise<FeatureResponseBean>;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* Returns all issues from the board's backlog, for the given board ID. This only
|
|
1063
1063
|
* includes issues that the user has permission to view. The backlog contains
|
|
@@ -1251,14 +1251,14 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1251
1251
|
* @path {GET} /rest/agile/1.0/board/{boardId}/backlog
|
|
1252
1252
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-backlog-get
|
|
1253
1253
|
*/
|
|
1254
|
-
getIssuesForBacklog({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1254
|
+
getIssuesForBacklog: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1255
1255
|
/** The ID of the board that has the backlog containing the requested issues. */
|
|
1256
1256
|
boardId: number;
|
|
1257
1257
|
/**
|
|
1258
1258
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
1259
1259
|
* section at the top of this page for more details.
|
|
1260
1260
|
*/
|
|
1261
|
-
startAt?: number;
|
|
1261
|
+
startAt?: number | undefined;
|
|
1262
1262
|
/**
|
|
1263
1263
|
* The maximum number of issues to return per page. Default: 50. See the
|
|
1264
1264
|
* 'Pagination' section at the top of this page for more details. Note, the total
|
|
@@ -1266,24 +1266,24 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1266
1266
|
* 'jira.search.views.default.max' in your Jira instance. If you exceed this
|
|
1267
1267
|
* limit, your results will be truncated.
|
|
1268
1268
|
*/
|
|
1269
|
-
maxResults?: number;
|
|
1269
|
+
maxResults?: number | undefined;
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
1272
1272
|
* will override the default order of the returned issues.
|
|
1273
1273
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
1274
1274
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
1275
1275
|
*/
|
|
1276
|
-
jql?: string;
|
|
1276
|
+
jql?: string | undefined;
|
|
1277
1277
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
1278
|
-
validateQuery?: boolean;
|
|
1278
|
+
validateQuery?: boolean | undefined;
|
|
1279
1279
|
/**
|
|
1280
1280
|
* The list of fields to return for each issue. By default, all navigable and
|
|
1281
1281
|
* Agile fields are returned.
|
|
1282
1282
|
*/
|
|
1283
|
-
fields?: {}[];
|
|
1283
|
+
fields?: {}[] | undefined;
|
|
1284
1284
|
/** This parameter is currently not used. */
|
|
1285
|
-
expand?: string;
|
|
1286
|
-
})
|
|
1285
|
+
expand?: string | undefined;
|
|
1286
|
+
}) => Promise<SearchResults>;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Returns all issues from a board, for a given board ID. This only includes
|
|
1289
1289
|
* issues that the user has permission to view. An issue belongs to the board if
|
|
@@ -1477,38 +1477,38 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1477
1477
|
* @path {GET} /rest/agile/1.0/board/{boardId}/issue
|
|
1478
1478
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-issue-get
|
|
1479
1479
|
*/
|
|
1480
|
-
getIssuesForBoard({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1480
|
+
getIssuesForBoard: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1481
1481
|
/** The ID of the board that contains the requested issues. */
|
|
1482
1482
|
boardId: number;
|
|
1483
1483
|
/**
|
|
1484
1484
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
1485
1485
|
* section at the top of this page for more details.
|
|
1486
1486
|
*/
|
|
1487
|
-
startAt?: number;
|
|
1487
|
+
startAt?: number | undefined;
|
|
1488
1488
|
/**
|
|
1489
1489
|
* The maximum number of issues to return per page. See the 'Pagination' section
|
|
1490
1490
|
* at the top of this page for more details. Note, the total number of issues
|
|
1491
1491
|
* returned is limited by the property 'jira.search.views.default.max' in your
|
|
1492
1492
|
* Jira instance. If you exceed this limit, your results will be truncated.
|
|
1493
1493
|
*/
|
|
1494
|
-
maxResults?: number;
|
|
1494
|
+
maxResults?: number | undefined;
|
|
1495
1495
|
/**
|
|
1496
1496
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
1497
1497
|
* will override the default order of the returned issues.
|
|
1498
1498
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
1499
1499
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
1500
1500
|
*/
|
|
1501
|
-
jql?: string;
|
|
1501
|
+
jql?: string | undefined;
|
|
1502
1502
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
1503
|
-
validateQuery?: boolean;
|
|
1503
|
+
validateQuery?: boolean | undefined;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* The list of fields to return for each issue. By default, all navigable and
|
|
1506
1506
|
* Agile fields are returned.
|
|
1507
1507
|
*/
|
|
1508
|
-
fields?: {}[];
|
|
1508
|
+
fields?: {}[] | undefined;
|
|
1509
1509
|
/** This parameter is currently not used. */
|
|
1510
|
-
expand?: string;
|
|
1511
|
-
})
|
|
1510
|
+
expand?: string | undefined;
|
|
1511
|
+
}) => Promise<SearchResults>;
|
|
1512
1512
|
/**
|
|
1513
1513
|
* Returns all issues that do not belong to any epic on a board, for a given board
|
|
1514
1514
|
* ID. This only includes issues that the user has permission to view. Issues
|
|
@@ -1699,38 +1699,38 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1699
1699
|
* @path {GET} /rest/agile/1.0/board/{boardId}/epic/none/issue
|
|
1700
1700
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-none-issue-get
|
|
1701
1701
|
*/
|
|
1702
|
-
getIssuesWithoutEpicForBoard({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1702
|
+
getIssuesWithoutEpicForBoard: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
1703
1703
|
/** The ID of the board that contains the requested issues. */
|
|
1704
1704
|
boardId: number;
|
|
1705
1705
|
/**
|
|
1706
1706
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
1707
1707
|
* section at the top of this page for more details.
|
|
1708
1708
|
*/
|
|
1709
|
-
startAt?: number;
|
|
1709
|
+
startAt?: number | undefined;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* The maximum number of issues to return per page. See the 'Pagination' section
|
|
1712
1712
|
* at the top of this page for more details. Note, the total number of issues
|
|
1713
1713
|
* returned is limited by the property 'jira.search.views.default.max' in your
|
|
1714
1714
|
* Jira instance. If you exceed this limit, your results will be truncated.
|
|
1715
1715
|
*/
|
|
1716
|
-
maxResults?: number;
|
|
1716
|
+
maxResults?: number | undefined;
|
|
1717
1717
|
/**
|
|
1718
1718
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
1719
1719
|
* will override the default order of the returned issues.
|
|
1720
1720
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
1721
1721
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
1722
1722
|
*/
|
|
1723
|
-
jql?: string;
|
|
1723
|
+
jql?: string | undefined;
|
|
1724
1724
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
1725
|
-
validateQuery?: boolean;
|
|
1725
|
+
validateQuery?: boolean | undefined;
|
|
1726
1726
|
/**
|
|
1727
1727
|
* The list of fields to return for each issue. By default, all navigable and
|
|
1728
1728
|
* Agile fields are returned.
|
|
1729
1729
|
*/
|
|
1730
|
-
fields?: {}[];
|
|
1730
|
+
fields?: {}[] | undefined;
|
|
1731
1731
|
/** A comma-separated list of the parameters to expand. */
|
|
1732
|
-
expand?: string;
|
|
1733
|
-
})
|
|
1732
|
+
expand?: string | undefined;
|
|
1733
|
+
}) => Promise<unknown>;
|
|
1734
1734
|
/**
|
|
1735
1735
|
* Returns all projects that are associated with the board, for the given board
|
|
1736
1736
|
* ID. If the user does not have permission to view the board, no projects will be
|
|
@@ -1780,26 +1780,26 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1780
1780
|
* @path {GET} /rest/agile/1.0/board/{boardId}/project
|
|
1781
1781
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-project-get
|
|
1782
1782
|
*/
|
|
1783
|
-
getProjects({ boardId, startAt, maxResults, }: {
|
|
1783
|
+
getProjects: ({ boardId, startAt, maxResults, }: {
|
|
1784
1784
|
/** The ID of the board that contains returned projects. */
|
|
1785
1785
|
boardId: number;
|
|
1786
1786
|
/**
|
|
1787
1787
|
* The starting index of the returned projects. Base index: 0. See the
|
|
1788
1788
|
* 'Pagination' section at the top of this page for more details.
|
|
1789
1789
|
*/
|
|
1790
|
-
startAt?: number;
|
|
1790
|
+
startAt?: number | undefined;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* The maximum number of projects to return per page. See the 'Pagination' section
|
|
1793
1793
|
* at the top of this page for more details.
|
|
1794
1794
|
*/
|
|
1795
|
-
maxResults?: number;
|
|
1796
|
-
})
|
|
1795
|
+
maxResults?: number | undefined;
|
|
1796
|
+
}) => Promise<{
|
|
1797
1797
|
values: ProjectDetails[];
|
|
1798
|
-
expand?: string;
|
|
1798
|
+
expand?: string | undefined;
|
|
1799
1799
|
maxResults: number;
|
|
1800
1800
|
startAt: number;
|
|
1801
|
-
total?: number;
|
|
1802
|
-
isLast?: boolean;
|
|
1801
|
+
total?: number | undefined;
|
|
1802
|
+
isLast?: boolean | undefined;
|
|
1803
1803
|
} & {
|
|
1804
1804
|
[key: string]: unknown;
|
|
1805
1805
|
}>;
|
|
@@ -1819,10 +1819,10 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1819
1819
|
* @path {GET} /rest/agile/1.0/board/{boardId}/project/full
|
|
1820
1820
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-project-full-get
|
|
1821
1821
|
*/
|
|
1822
|
-
getProjectsFull({ boardId, }: {
|
|
1822
|
+
getProjectsFull: ({ boardId, }: {
|
|
1823
1823
|
/** The ID of the board that contains returned projects. */
|
|
1824
1824
|
boardId: number;
|
|
1825
|
-
})
|
|
1825
|
+
}) => Promise<void>;
|
|
1826
1826
|
/**
|
|
1827
1827
|
* Returns the quick filter for a given quick filter ID. The quick filter will
|
|
1828
1828
|
* only be returned if the user can view the board that the quick filter belongs
|
|
@@ -1841,19 +1841,19 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1841
1841
|
* @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter/{quickFilterId}
|
|
1842
1842
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-quickfilter-quickfilterid-get
|
|
1843
1843
|
*/
|
|
1844
|
-
getQuickFilter({ boardId, quickFilterId, }: {
|
|
1844
|
+
getQuickFilter: ({ boardId, quickFilterId, }: {
|
|
1845
1845
|
boardId: number;
|
|
1846
1846
|
/** The ID of the requested quick filter. */
|
|
1847
1847
|
quickFilterId: number;
|
|
1848
|
-
})
|
|
1848
|
+
}) => Promise<QuickFilterBean>;
|
|
1849
1849
|
/**
|
|
1850
1850
|
* @returns 200 response
|
|
1851
1851
|
* @path {GET} /rest/agile/1.0/board/{boardId}/reports
|
|
1852
1852
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-reports-get
|
|
1853
1853
|
*/
|
|
1854
|
-
getReportsForBoard({ boardId, }: {
|
|
1854
|
+
getReportsForBoard: ({ boardId, }: {
|
|
1855
1855
|
boardId: number;
|
|
1856
|
-
})
|
|
1856
|
+
}) => Promise<ReportsResponseBean>;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* Move issues from the backog to the board (if they are already in the backlog of
|
|
1859
1859
|
* that board).
|
|
@@ -1890,7 +1890,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1890
1890
|
* @path {POST} /rest/agile/1.0/board/{boardId}/issue
|
|
1891
1891
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-issue-post
|
|
1892
1892
|
*/
|
|
1893
|
-
moveIssuesToBoard({ boardId, issueRankRequestBean, }: {
|
|
1893
|
+
moveIssuesToBoard: ({ boardId, issueRankRequestBean, }: {
|
|
1894
1894
|
boardId: number;
|
|
1895
1895
|
/**
|
|
1896
1896
|
* @example {
|
|
@@ -1904,7 +1904,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1904
1904
|
* }
|
|
1905
1905
|
*/
|
|
1906
1906
|
issueRankRequestBean: IssueRankRequestBean;
|
|
1907
|
-
})
|
|
1907
|
+
}) => Promise<PartialSuccessBean>;
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Sets the value of the specified board's property.
|
|
1910
1910
|
*
|
|
@@ -1922,7 +1922,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1922
1922
|
* @path {PUT} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
|
|
1923
1923
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-put
|
|
1924
1924
|
*/
|
|
1925
|
-
setBoardProperty({ boardId, propertyKey, requestBody, }: {
|
|
1925
|
+
setBoardProperty: ({ boardId, propertyKey, requestBody, }: {
|
|
1926
1926
|
/** the ID of the board on which the property will be set. */
|
|
1927
1927
|
boardId: string;
|
|
1928
1928
|
/** the key of the board's property. The maximum length of the key is 255 bytes. */
|
|
@@ -1933,7 +1933,7 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1933
1933
|
* property value is 32768 bytes.
|
|
1934
1934
|
*/
|
|
1935
1935
|
requestBody: unknown;
|
|
1936
|
-
})
|
|
1936
|
+
}) => Promise<{
|
|
1937
1937
|
created: boolean;
|
|
1938
1938
|
body: unknown;
|
|
1939
1939
|
}>;
|
|
@@ -1942,9 +1942,9 @@ export declare class BoardService extends CommonHttpService {
|
|
|
1942
1942
|
* @path {PUT} /rest/agile/1.0/board/{boardId}/features
|
|
1943
1943
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-features-put
|
|
1944
1944
|
*/
|
|
1945
|
-
toggleFeatures({ boardId, featureToggleRequestBean, }: {
|
|
1945
|
+
toggleFeatures: ({ boardId, featureToggleRequestBean, }: {
|
|
1946
1946
|
boardId: number;
|
|
1947
1947
|
featureToggleRequestBean: FeatureToggleRequestBean;
|
|
1948
|
-
})
|
|
1948
|
+
}) => Promise<FeatureResponseBean>;
|
|
1949
1949
|
static initialize(): void;
|
|
1950
1950
|
}
|