@resolution/jira-api-client 0.4.5 → 0.4.6

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.
@@ -191,20 +191,20 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
191
191
  *
192
192
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-announcement-banner
193
193
  */
194
- announcementBanner: AnnouncementBannerService;
194
+ get announcementBanner(): AnnouncementBannerService;
195
195
  /**
196
196
  * This resource represents app access rule data policies.
197
197
  *
198
198
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-data-policies
199
199
  */
200
- appDataPolicies: AppDataPoliciesService;
200
+ get appDataPolicies(): AppDataPoliciesService;
201
201
  /**
202
202
  * This resource represents application roles. Use it to get details of an
203
203
  * application role or all application roles.
204
204
  *
205
205
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles
206
206
  */
207
- applicationRoles: ApplicationRolesService;
207
+ get applicationRoles(): ApplicationRolesService;
208
208
  /**
209
209
  * This resource supports [app
210
210
  * migrations](https://developer.atlassian.com/platform/app-migration/). Use it to:
@@ -217,7 +217,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
217
217
  *
218
218
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-migration
219
219
  */
220
- appMigration: AppMigrationService;
220
+ get appMigration(): AppMigrationService;
221
221
  /**
222
222
  * This resource represents app properties. Use it to store arbitrary data for your
223
223
  * [Connect
@@ -225,14 +225,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
225
225
  *
226
226
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties
227
227
  */
228
- appProperties: AppPropertiesService;
228
+ get appProperties(): AppPropertiesService;
229
229
  /**
230
230
  * This resource represents audits that record activities undertaken in Jira. Use
231
231
  * it to get a list of audit records.
232
232
  *
233
233
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records
234
234
  */
235
- auditRecords: AuditRecordsService;
235
+ get auditRecords(): AuditRecordsService;
236
236
  /**
237
237
  * This resource represents system and custom avatars. Use it to obtain the
238
238
  * details of system or custom avatars, add and remove avatars from a project or
@@ -240,13 +240,13 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
240
240
  *
241
241
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars
242
242
  */
243
- avatars: AvatarsService;
243
+ get avatars(): AvatarsService;
244
244
  /**
245
245
  * This resource represents classification levels.
246
246
  *
247
247
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels
248
248
  */
249
- classificationLevels: ClassificationLevelsService;
249
+ get classificationLevels(): ClassificationLevelsService;
250
250
  /**
251
251
  * This resource represents dashboards. Use it to obtain the details of dashboards
252
252
  * as well as get, create, update, or remove item properties and gadgets from
@@ -254,7 +254,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
254
254
  *
255
255
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards
256
256
  */
257
- dashboards: DashboardsService;
257
+ get dashboards(): DashboardsService;
258
258
  /**
259
259
  * This resource represents [modules registered
260
260
  * dynamically](https://developer.atlassian.com/cloud/jira/platform/dynamic-modules/)
@@ -263,14 +263,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
263
263
  *
264
264
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dynamic-modules
265
265
  */
266
- dynamicModules: DynamicModulesService;
266
+ get dynamicModules(): DynamicModulesService;
267
267
  /**
268
268
  * This resource represents options for sharing [filters](#api-group-Filters). Use
269
269
  * it to get share scopes as well as add and remove share scopes from filters.
270
270
  *
271
271
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filter-sharing
272
272
  */
273
- filterSharing: FilterSharingService;
273
+ get filterSharing(): FilterSharingService;
274
274
  /**
275
275
  * This resource represents [filters](https://confluence.atlassian.com/x/eQiiLQ).
276
276
  * Use it to get, create, update, or delete filters. Also use it to configure the
@@ -278,14 +278,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
278
278
  *
279
279
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters
280
280
  */
281
- filters: FiltersService;
281
+ get filters(): FiltersService;
282
282
  /**
283
283
  * This resource represents a list of users and a list of groups. Use it to obtain
284
284
  * the details to populate user and group picker suggestions list.
285
285
  *
286
286
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-group-and-user-picker
287
287
  */
288
- groupAndUserPicker: GroupAndUserPickerService;
288
+ get groupAndUserPicker(): GroupAndUserPickerService;
289
289
  /**
290
290
  * This resource represents groups of users. Use it to get, create, find, and
291
291
  * delete groups as well as add and remove users from groups. (\[WARNING\] The
@@ -297,7 +297,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
297
297
  *
298
298
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups
299
299
  */
300
- groups: GroupsService;
300
+ get groups(): GroupsService;
301
301
  /**
302
302
  * This resource represents issue attachments and the attachment settings for
303
303
  * Jira. Use it to get the metadata for an attachment, delete an attachment, and
@@ -306,7 +306,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
306
306
  *
307
307
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
308
308
  */
309
- issueAttachments: IssueAttachmentsService;
309
+ get issueAttachments(): IssueAttachmentsService;
310
310
  /**
311
311
  * This resource represents the Issue Bulk Operations. Use it to move multiple
312
312
  * issues from one project to another project or edit fields of multiple issues in
@@ -328,7 +328,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
328
328
  *
329
329
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-bulk-operations
330
330
  */
331
- issueBulkOperations: IssueBulkOperationsService;
331
+ get issueBulkOperations(): IssueBulkOperationsService;
332
332
  /**
333
333
  * This resource represents [issue comment](#api-group-Issue-comments) properties,
334
334
  * which provides for storing custom data against an issue comment. Use is to get,
@@ -338,7 +338,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
338
338
  *
339
339
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
340
340
  */
341
- issueCommentProperties: IssueCommentPropertiesService;
341
+ get issueCommentProperties(): IssueCommentPropertiesService;
342
342
  /**
343
343
  * This resource represents issue comments. Use it to:
344
344
  *
@@ -348,7 +348,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
348
348
  *
349
349
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
350
350
  */
351
- issueComments: IssueCommentsService;
351
+ get issueComments(): IssueCommentsService;
352
352
  /**
353
353
  * This resource represents configurations stored against a custom field context
354
354
  * by a [Forge app](https://developer.atlassian.com/platform/forge/).
@@ -358,7 +358,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
358
358
  *
359
359
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
360
360
  */
361
- issueCustomFieldConfigurationApps: IssueCustomFieldConfigurationAppsService;
361
+ get issueCustomFieldConfigurationApps(): IssueCustomFieldConfigurationAppsService;
362
362
  /**
363
363
  * This resource represents issue custom field contexts. Use it to:
364
364
  *
@@ -371,7 +371,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
371
371
  *
372
372
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
373
373
  */
374
- issueCustomFieldContexts: IssueCustomFieldContextsService;
374
+ get issueCustomFieldContexts(): IssueCustomFieldContextsService;
375
375
  /**
376
376
  * This resource represents custom issue field select list options created by a
377
377
  * Connect app. See [Issue custom field
@@ -385,7 +385,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
385
385
  *
386
386
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
387
387
  */
388
- issueCustomFieldOptionsApps: IssueCustomFieldOptionsAppsService;
388
+ get issueCustomFieldOptionsApps(): IssueCustomFieldOptionsAppsService;
389
389
  /**
390
390
  * This resource represents custom issue field select list options created in Jira
391
391
  * or using the REST API. This resource supports the following field types:
@@ -404,7 +404,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
404
404
  *
405
405
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
406
406
  */
407
- issueCustomFieldOptions: IssueCustomFieldOptionsService;
407
+ get issueCustomFieldOptions(): IssueCustomFieldOptionsService;
408
408
  /**
409
409
  * This resource represents the values of custom fields added by [Forge
410
410
  * apps](https://developer.atlassian.com/platform/forge/). Use it to update the
@@ -412,21 +412,21 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
412
412
  *
413
413
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
414
414
  */
415
- issueCustomFieldValuesApps: IssueCustomFieldValuesAppsService;
415
+ get issueCustomFieldValuesApps(): IssueCustomFieldValuesAppsService;
416
416
  /**
417
417
  * This resource represents issue field configurations. Use it to get, set, and
418
418
  * delete field configurations and field configuration schemes.
419
419
  *
420
420
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations
421
421
  */
422
- issueFieldConfigurations: IssueFieldConfigurationsService;
422
+ get issueFieldConfigurations(): IssueFieldConfigurationsService;
423
423
  /**
424
424
  * This resource represents issue fields, both system and custom fields. Use it to
425
425
  * get fields, field configurations, and create custom fields.
426
426
  *
427
427
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields
428
428
  */
429
- issueFields: IssueFieldsService;
429
+ get issueFields(): IssueFieldsService;
430
430
  /**
431
431
  * This resource represents links between issues. Use it to get, create, and
432
432
  * delete links between issues.
@@ -436,7 +436,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
436
436
  *
437
437
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
438
438
  */
439
- issueLinks: IssueLinksService;
439
+ get issueLinks(): IssueLinksService;
440
440
  /**
441
441
  * This resource represents [issue link](#api-group-Issue-links) types. Use it to
442
442
  * get, create, update, and delete link issue types as well as get lists of all
@@ -447,14 +447,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
447
447
  *
448
448
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
449
449
  */
450
- issueLinkTypes: IssueLinkTypesService;
450
+ get issueLinkTypes(): IssueLinkTypesService;
451
451
  /**
452
452
  * This resource represents issue navigator settings. Use it to get and set issue
453
453
  * navigator default columns.
454
454
  *
455
455
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
456
456
  */
457
- issueNavigatorSettings: IssueNavigatorSettingsService;
457
+ get issueNavigatorSettings(): IssueNavigatorSettingsService;
458
458
  /**
459
459
  * This resource represents notification schemes, lists of events and the
460
460
  * recipients who will receive notifications for those events. Use it to get
@@ -490,14 +490,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
490
490
  *
491
491
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
492
492
  */
493
- issueNotificationSchemes: IssueNotificationSchemesService;
493
+ get issueNotificationSchemes(): IssueNotificationSchemesService;
494
494
  /**
495
495
  * This resource represents issue priorities. Use it to get, create and update
496
496
  * issue priorities and details for individual issue priorities.
497
497
  *
498
498
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
499
499
  */
500
- issuePriorities: IssuePrioritiesService;
500
+ get issuePriorities(): IssuePrioritiesService;
501
501
  /**
502
502
  * This resource represents [issue](#api-group-Issues) properties, which provides
503
503
  * for storing custom data against an issue. Use it to get, set, and delete issue
@@ -508,7 +508,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
508
508
  *
509
509
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-properties
510
510
  */
511
- issueProperties: IssuePropertiesService;
511
+ get issueProperties(): IssuePropertiesService;
512
512
  /**
513
513
  * This resource represents remote issue links, a way of linking Jira to
514
514
  * information in other systems. Use it to get, create, update, and delete remote
@@ -518,21 +518,21 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
518
518
  *
519
519
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links
520
520
  */
521
- issueRemoteLinks: IssueRemoteLinksService;
521
+ get issueRemoteLinks(): IssueRemoteLinksService;
522
522
  /**
523
523
  * This resource represents issue resolution values. Use it to obtain a list of
524
524
  * all issue resolution values and the details of individual resolution values.
525
525
  *
526
526
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-resolutions
527
527
  */
528
- issueResolutions: IssueResolutionsService;
528
+ get issueResolutions(): IssueResolutionsService;
529
529
  /**
530
530
  * This resource represents various ways to search for issues. Use it to search
531
531
  * for issues with a JQL query and find issues to populate an issue picker.
532
532
  *
533
533
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search
534
534
  */
535
- issueSearch: IssueSearchService;
535
+ get issueSearch(): IssueSearchService;
536
536
  /**
537
537
  * This resource represents issue security levels. Use it to obtain the details of
538
538
  * any issue security level. For more information about issue security levels, see
@@ -540,7 +540,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
540
540
  *
541
541
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level
542
542
  */
543
- issueSecurityLevel: IssueSecurityLevelService;
543
+ get issueSecurityLevel(): IssueSecurityLevelService;
544
544
  /**
545
545
  * This resource represents issue security schemes. Use it to get an issue
546
546
  * security scheme or a list of issue security schemes.
@@ -552,7 +552,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
552
552
  *
553
553
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-schemes
554
554
  */
555
- issueSecuritySchemes: IssueSecuritySchemesService;
555
+ get issueSecuritySchemes(): IssueSecuritySchemesService;
556
556
  /**
557
557
  * This resource represents Jira issues. Use it to:
558
558
  *
@@ -570,7 +570,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
570
570
  *
571
571
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues
572
572
  */
573
- issues: IssuesService;
573
+ get issues(): IssuesService;
574
574
  /**
575
575
  * This resource represents [issue type](#api-group-Issue-types) properties, which
576
576
  * provides for storing custom data against an issue type. Use it to get, create,
@@ -580,7 +580,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
580
580
  *
581
581
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-properties
582
582
  */
583
- issueTypeProperties: IssueTypePropertiesService;
583
+ get issueTypeProperties(): IssueTypePropertiesService;
584
584
  /**
585
585
  * This resource represents issue type schemes in classic projects. Use it to:
586
586
  *
@@ -593,7 +593,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
593
593
  *
594
594
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-schemes
595
595
  */
596
- issueTypeSchemes: IssueTypeSchemesService;
596
+ get issueTypeSchemes(): IssueTypeSchemesService;
597
597
  /**
598
598
  * This resource represents issue type screen schemes. Use it to:
599
599
  *
@@ -608,7 +608,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
608
608
  *
609
609
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-screen-schemes
610
610
  */
611
- issueTypeScreenSchemes: IssueTypeScreenSchemesService;
611
+ get issueTypeScreenSchemes(): IssueTypeScreenSchemesService;
612
612
  /**
613
613
  * This resource represents issues types. Use it to:
614
614
  *
@@ -619,21 +619,21 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
619
619
  *
620
620
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types
621
621
  */
622
- issueTypes: IssueTypesService;
622
+ get issueTypes(): IssueTypesService;
623
623
  /**
624
624
  * This resource represents votes cast by users on an issue. Use it to get details
625
625
  * of votes on an issue as well as cast and withdrawal votes.
626
626
  *
627
627
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes
628
628
  */
629
- issueVotes: IssueVotesService;
629
+ get issueVotes(): IssueVotesService;
630
630
  /**
631
631
  * This resource represents users watching an issue. Use it to get details of
632
632
  * users watching an issue as well as start and stop a user watching an issue.
633
633
  *
634
634
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers
635
635
  */
636
- issueWatchers: IssueWatchersService;
636
+ get issueWatchers(): IssueWatchersService;
637
637
  /**
638
638
  * This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
639
639
  * which provides for storing custom data against an issue worklog. Use it to get,
@@ -643,7 +643,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
643
643
  *
644
644
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties
645
645
  */
646
- issueWorklogProperties: IssueWorklogPropertiesService;
646
+ get issueWorklogProperties(): IssueWorklogPropertiesService;
647
647
  /**
648
648
  * This resource represents issue worklogs. Use it to:
649
649
  *
@@ -652,21 +652,21 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
652
652
  *
653
653
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs
654
654
  */
655
- issueWorklogs: IssueWorklogsService;
655
+ get issueWorklogs(): IssueWorklogsService;
656
656
  /**
657
657
  * This resource is a collection of operations for [Jira
658
658
  * expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
659
659
  *
660
660
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-expressions
661
661
  */
662
- jiraExpressions: JiraExpressionsService;
662
+ get jiraExpressions(): JiraExpressionsService;
663
663
  /**
664
664
  * This resource represents various settings in Jira. Use it to get and update
665
665
  * Jira settings and properties.
666
666
  *
667
667
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-settings
668
668
  */
669
- jiraSettings: JiraSettingsService;
669
+ get jiraSettings(): JiraSettingsService;
670
670
  /**
671
671
  * This resource represents JQL function's precomputations. Precomputation is a
672
672
  * mapping between custom function call and JQL fragment returned by this
@@ -674,7 +674,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
674
674
  *
675
675
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql-functions-apps-
676
676
  */
677
- jqlFunctionsApps: JqlFunctionsAppsService;
677
+ get jqlFunctionsApps(): JqlFunctionsAppsService;
678
678
  /**
679
679
  * This resource represents JQL search auto-complete details. Use it to obtain JQL
680
680
  * search auto-complete data and suggestions for use in programmatic construction
@@ -687,21 +687,21 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
687
687
  *
688
688
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql
689
689
  */
690
- jql: JqlService;
690
+ get jql(): JqlService;
691
691
  /**
692
692
  * This resource represents available labels. Use it to get available labels for
693
693
  * the global label field.
694
694
  *
695
695
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-labels
696
696
  */
697
- labels: LabelsService;
697
+ get labels(): LabelsService;
698
698
  /**
699
699
  * This resource represents license metrics. Use it to get available metrics for
700
700
  * Jira licences.
701
701
  *
702
702
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-license-metrics
703
703
  */
704
- licenseMetrics: LicenseMetricsService;
704
+ get licenseMetrics(): LicenseMetricsService;
705
705
  /**
706
706
  * This resource represents information about the current user, such as basic
707
707
  * details, group membership, application roles, preferences, and locale. Use it
@@ -710,7 +710,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
710
710
  *
711
711
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself
712
712
  */
713
- myself: MyselfService;
713
+ get myself(): MyselfService;
714
714
  /**
715
715
  * This resource represents permission schemes. Use it to get, create, update, and
716
716
  * delete permission schemes as well as get, create, update, and delete details of
@@ -718,28 +718,28 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
718
718
  *
719
719
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes
720
720
  */
721
- permissionSchemes: PermissionSchemesService;
721
+ get permissionSchemes(): PermissionSchemesService;
722
722
  /**
723
723
  * This resource represents permissions. Use it to obtain details of all
724
724
  * permissions and determine whether the user has certain permissions.
725
725
  *
726
726
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions
727
727
  */
728
- permissions: PermissionsService;
728
+ get permissions(): PermissionsService;
729
729
  /**
730
730
  * This resource represents issue priority schemes. Use it to get priority schemes
731
731
  * and related information, and to create, update and delete priority schemes.
732
732
  *
733
733
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes
734
734
  */
735
- prioritySchemes: PrioritySchemesService;
735
+ get prioritySchemes(): PrioritySchemesService;
736
736
  /**
737
737
  * This resource represents avatars associated with a project. Use it to get,
738
738
  * load, set, and remove project avatars.
739
739
  *
740
740
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars
741
741
  */
742
- projectAvatars: ProjectAvatarsService;
742
+ get projectAvatars(): ProjectAvatarsService;
743
743
  /**
744
744
  * This resource represents project categories. Use it to create, update, and
745
745
  * delete project categories as well as obtain a list of all project categories
@@ -749,14 +749,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
749
749
  *
750
750
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-categories
751
751
  */
752
- projectCategories: ProjectCategoriesService;
752
+ get projectCategories(): ProjectCategoriesService;
753
753
  /**
754
754
  * This resource represents classification levels used in a project. Use it to
755
755
  * view and manage classification levels in your projects.
756
756
  *
757
757
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-classification-levels
758
758
  */
759
- projectClassificationLevels: ProjectClassificationLevelsService;
759
+ get projectClassificationLevels(): ProjectClassificationLevelsService;
760
760
  /**
761
761
  * This resource represents project components. Use it to get, create, update, and
762
762
  * delete project components. Also get components for project and get a count of
@@ -764,7 +764,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
764
764
  *
765
765
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components
766
766
  */
767
- projectComponents: ProjectComponentsService;
767
+ get projectComponents(): ProjectComponentsService;
768
768
  /**
769
769
  * This resource represents the email address used to send a project's
770
770
  * notifications. Use it to get and set the [project's sender email
@@ -772,7 +772,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
772
772
  *
773
773
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-email
774
774
  */
775
- projectEmail: ProjectEmailService;
775
+ get projectEmail(): ProjectEmailService;
776
776
  /**
777
777
  * This resource represents project features. Use it to get the list of features
778
778
  * for a project and modify the state of a feature. The project feature endpoint
@@ -781,13 +781,13 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
781
781
  *
782
782
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-features
783
783
  */
784
- projectFeatures: ProjectFeaturesService;
784
+ get projectFeatures(): ProjectFeaturesService;
785
785
  /**
786
786
  * This resource provides validation for project keys and names.
787
787
  *
788
788
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-key-and-name-validation
789
789
  */
790
- projectKeyAndNameValidation: ProjectKeyAndNameValidationService;
790
+ get projectKeyAndNameValidation(): ProjectKeyAndNameValidationService;
791
791
  /**
792
792
  * This resource represents permission schemes for a project. Use this resource to:
793
793
  *
@@ -802,7 +802,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
802
802
  *
803
803
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes
804
804
  */
805
- projectPermissionSchemes: ProjectPermissionSchemesService;
805
+ get projectPermissionSchemes(): ProjectPermissionSchemesService;
806
806
  /**
807
807
  * This resource represents [project](#api-group-Projects) properties, which
808
808
  * provides for storing custom data against a project. Use it to get, create, and
@@ -812,7 +812,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
812
812
  *
813
813
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties
814
814
  */
815
- projectProperties: ProjectPropertiesService;
815
+ get projectProperties(): ProjectPropertiesService;
816
816
  /**
817
817
  * This resource represents the users assigned to [project
818
818
  * roles](#api-group-Issue-comments). Use it to get, add, and remove default users
@@ -821,14 +821,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
821
821
  *
822
822
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors
823
823
  */
824
- projectRoleActors: ProjectRoleActorsService;
824
+ get projectRoleActors(): ProjectRoleActorsService;
825
825
  /**
826
826
  * This resource represents the roles that users can play in projects. Use this
827
827
  * resource to get, create, update, and delete project roles.
828
828
  *
829
829
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles
830
830
  */
831
- projectRoles: ProjectRolesService;
831
+ get projectRoles(): ProjectRolesService;
832
832
  /**
833
833
  * This resource represents projects. Use it to get, create, update, and delete
834
834
  * projects. Also get statuses available to a project, a project's notification
@@ -836,7 +836,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
836
836
  *
837
837
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects
838
838
  */
839
- projects: ProjectsService;
839
+ get projects(): ProjectsService;
840
840
  /**
841
841
  * This resource represents project types. Use it to obtain a list of all project
842
842
  * types, a list of project types accessible to the calling user, and details of a
@@ -844,7 +844,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
844
844
  *
845
845
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-types
846
846
  */
847
- projectTypes: ProjectTypesService;
847
+ get projectTypes(): ProjectTypesService;
848
848
  /**
849
849
  * This resource represents project versions. Use it to get, get lists of, create,
850
850
  * update, move, merge, and delete project versions. This resource also provides
@@ -852,14 +852,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
852
852
  *
853
853
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions
854
854
  */
855
- projectVersions: ProjectVersionsService;
855
+ get projectVersions(): ProjectVersionsService;
856
856
  /**
857
857
  * This resource represents screen schemes in classic projects. Use it to get,
858
858
  * create, update, and delete screen schemes.
859
859
  *
860
860
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-schemes
861
861
  */
862
- screenSchemes: ScreenSchemesService;
862
+ get screenSchemes(): ScreenSchemesService;
863
863
  /**
864
864
  * This resource represents the screens used to record issue details. Use it to:
865
865
  *
@@ -872,27 +872,27 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
872
872
  *
873
873
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens
874
874
  */
875
- screens: ScreensService;
875
+ get screens(): ScreensService;
876
876
  /**
877
877
  * This resource represents the screen tab fields used to record issue details.
878
878
  * Use it to get, add, move, and remove fields from screen tabs.
879
879
  *
880
880
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields
881
881
  */
882
- screenTabFields: ScreenTabFieldsService;
882
+ get screenTabFields(): ScreenTabFieldsService;
883
883
  /**
884
884
  * This resource represents the screen tabs used to record issue details. Use it
885
885
  * to get, create, update, move, and delete screen tabs.
886
886
  *
887
887
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs
888
888
  */
889
- screenTabs: ScreenTabsService;
889
+ get screenTabs(): ScreenTabsService;
890
890
  /**
891
891
  * This resource provides information about the Jira instance.
892
892
  *
893
893
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-server-info
894
894
  */
895
- serverInfo: ServerInfoService;
895
+ get serverInfo(): ServerInfoService;
896
896
  /**
897
897
  * This resource represents a service registry. Use it to retrieve attributes
898
898
  * related to a [service
@@ -901,14 +901,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
901
901
  *
902
902
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-service-registry
903
903
  */
904
- serviceRegistry: ServiceRegistryService;
904
+ get serviceRegistry(): ServiceRegistryService;
905
905
  /**
906
906
  * This resource represents statuses. Use it to search, get, create, delete, and
907
907
  * change statuses.
908
908
  *
909
909
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status
910
910
  */
911
- status: StatusService;
911
+ get status(): StatusService;
912
912
  /**
913
913
  * This resource represents a [long-running asynchronous
914
914
  * tasks](#async-operations). Use it to obtain details about the progress of a
@@ -916,7 +916,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
916
916
  *
917
917
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks
918
918
  */
919
- tasks: TasksService;
919
+ get tasks(): TasksService;
920
920
  /**
921
921
  * This resource represents time tracking and time tracking providers. Use it to
922
922
  * get and set the time tracking provider, get and set the time tracking options,
@@ -924,7 +924,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
924
924
  *
925
925
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking
926
926
  */
927
- timeTracking: TimeTrackingService;
927
+ get timeTracking(): TimeTrackingService;
928
928
  /**
929
929
  * UI modifications is a feature available for **Forge apps only**. It enables
930
930
  * Forge apps to control how selected Jira fields behave on the following views:
@@ -933,7 +933,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
933
933
  *
934
934
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
935
935
  */
936
- uiModificationsApps: UiModificationsAppsService;
936
+ get uiModificationsApps(): UiModificationsAppsService;
937
937
  /**
938
938
  * This resource represents [user](#api-group-Users) properties and provides for
939
939
  * storing custom data against a user. Use it to get, create, and delete user
@@ -949,7 +949,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
949
949
  *
950
950
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
951
951
  */
952
- userProperties: UserPropertiesService;
952
+ get userProperties(): UserPropertiesService;
953
953
  /**
954
954
  * This resource represents various ways to search for and find users. Use it to
955
955
  * obtain list of users including users assignable to projects and issues, users
@@ -959,7 +959,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
959
959
  *
960
960
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
961
961
  */
962
- userSearch: UserSearchService;
962
+ get userSearch(): UserSearchService;
963
963
  /**
964
964
  * This resource represent users. Use it to:
965
965
  *
@@ -970,7 +970,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
970
970
  *
971
971
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users
972
972
  */
973
- users: UsersService;
973
+ get users(): UsersService;
974
974
  /**
975
975
  * This resource represents webhooks. Webhooks are calls sent to a URL when an
976
976
  * event occurs in Jira for issues specified by a JQL query. Only Connect and
@@ -979,7 +979,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
979
979
  *
980
980
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks
981
981
  */
982
- webhooks: WebhooksService;
982
+ get webhooks(): WebhooksService;
983
983
  /**
984
984
  * This resource represents draft workflow schemes. Use it to manage drafts of
985
985
  * workflow schemes.
@@ -998,7 +998,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
998
998
  *
999
999
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts
1000
1000
  */
1001
- workflowSchemeDrafts: WorkflowSchemeDraftsService;
1001
+ get workflowSchemeDrafts(): WorkflowSchemeDraftsService;
1002
1002
  /**
1003
1003
  * This resource represents the associations between workflow schemes and projects.
1004
1004
  *
@@ -1007,7 +1007,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1007
1007
  *
1008
1008
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations
1009
1009
  */
1010
- workflowSchemeProjectAssociations: WorkflowSchemeProjectAssociationsService;
1010
+ get workflowSchemeProjectAssociations(): WorkflowSchemeProjectAssociationsService;
1011
1011
  /**
1012
1012
  * This resource represents workflow schemes. Use it to manage workflow schemes
1013
1013
  * and the workflow scheme's workflows and issue types.
@@ -1026,7 +1026,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1026
1026
  *
1027
1027
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes
1028
1028
  */
1029
- workflowSchemes: WorkflowSchemesService;
1029
+ get workflowSchemes(): WorkflowSchemesService;
1030
1030
  /**
1031
1031
  * This resource represents workflows. Use it to:
1032
1032
  *
@@ -1038,7 +1038,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1038
1038
  *
1039
1039
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows
1040
1040
  */
1041
- workflows: WorkflowsService;
1041
+ get workflows(): WorkflowsService;
1042
1042
  /**
1043
1043
  * This resource represents status categories. Use it to obtain a list of all
1044
1044
  * status categories and the details of a category. Status categories provided a
@@ -1046,14 +1046,14 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1046
1046
  *
1047
1047
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories
1048
1048
  */
1049
- workflowStatusCategories: WorkflowStatusCategoriesService;
1049
+ get workflowStatusCategories(): WorkflowStatusCategoriesService;
1050
1050
  /**
1051
1051
  * This resource represents issue workflow statuses. Use it to obtain a list of
1052
1052
  * all statuses associated with workflows and the details of a status.
1053
1053
  *
1054
1054
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses
1055
1055
  */
1056
- workflowStatuses: WorkflowStatusesService;
1056
+ get workflowStatuses(): WorkflowStatusesService;
1057
1057
  /**
1058
1058
  * This resource represents workflow transition properties, which provides for
1059
1059
  * storing custom data against a workflow transition. Use it to get, create, and
@@ -1063,7 +1063,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1063
1063
  *
1064
1064
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties
1065
1065
  */
1066
- workflowTransitionProperties: WorkflowTransitionPropertiesService;
1066
+ get workflowTransitionProperties(): WorkflowTransitionPropertiesService;
1067
1067
  /**
1068
1068
  * This resource represents workflow transition rules. Workflow transition rules
1069
1069
  * define a Connect or a Forge app routine, such as a [workflow post
@@ -1073,8 +1073,7 @@ export declare class BaseJiraPlatformApiClient extends CommonHttpService {
1073
1073
  *
1074
1074
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules
1075
1075
  */
1076
- workflowTransitionRules: WorkflowTransitionRulesService;
1076
+ get workflowTransitionRules(): WorkflowTransitionRulesService;
1077
1077
  constructor(options?: BaseJiraPlatformApiClientOptions);
1078
- static createClientWithServices: typeof commonHttpClient.createClientWithServices;
1079
1078
  }
1080
1079
  export type { ActorInputBean, ActorsMap, ProjectRoleActorsUpdateBean, AddFieldBean, MoveFieldBean, AddGroupBean, FoundGroup, Group, GroupDetails, GroupLabel, PageBeanGroupDetails, PageBeanUserDetails, PagedListUserDetailsApplicationUser, UpdateUserToGroupBean, AddNotificationsDetails, CreateNotificationSchemeDetails, EventNotification, NotificationEvent, NotificationSchemeAndProjectMappingJsonBean, NotificationSchemeEvent, NotificationSchemeEventDetails, NotificationSchemeEventTypeId, NotificationSchemeId, NotificationSchemeNotificationDetails, PageBeanNotificationScheme, PageBeanNotificationSchemeAndProjectMappingJsonBean, UpdateNotificationSchemeDetails, AddSecuritySchemeLevelsRequestBean, AssociateSecuritySchemeWithProjectDetails, CreateIssueSecuritySchemeDetails, DefaultLevelValue, IssueSecuritySchemeToProjectMapping, OldToNewSecurityLevelMappingsBean, PageBeanIssueSecuritySchemeToProjectMapping, PageBeanSecurityLevel, PageBeanSecurityLevelMember, PageBeanSecuritySchemeWithProjects, SecurityLevelMember, SecuritySchemeId, SecuritySchemeLevelBean, SecuritySchemeLevelMemberBean, SecuritySchemeMembersRequest, SecuritySchemes, SecuritySchemeWithProjects, SetDefaultLevelsRequest, UpdateIssueSecurityLevelDetails, UpdateIssueSecuritySchemeRequestBean, AnnouncementBannerConfiguration, AnnouncementBannerConfigurationUpdate, Application, Icon, RemoteIssueLink, RemoteIssueLinkIdentifies, RemoteIssueLinkRequest, RemoteObject, Status, ApplicationProperty, Configuration, SimpleApplicationPropertyBean, ApplicationRole, Avatar, AvatarUrlsBean, ColumnItem, ColumnRequestBody, Comment, DefaultWorkflow, DocumentVersion, EntityProperty, ErrorCollection, ErrorMessage, FieldDetails, FoundGroups, FoundUsers, GroupName, IssueBean, IssueLinkType, IssueTypeDetails, IssueTypeIds, IssueTypesWorkflowMapping, IssueTypeWorkflowMapping, JsonNode, JsonTypeBean, NotificationScheme, PageBeanIssueTypeScreenScheme, PageBeanProject, PageBeanProjectDetails, PageBeanUser, PermissionHolder, PermissionScheme, Priority, Project, ProjectCategory, ProjectComponent, ProjectDetails, ProjectId, ProjectIssueTypes, ProjectRole, PropertyKeys, Scope, ScreenableField, ScreenableTab, SecurityLevel, SecurityScheme, SharePermission, SimpleLink, StatusCategory, StatusDetails, TaskProgressBeanObject, TaskProgressBeanRemoveOptionFromIssuesResult, TimeTrackingConfiguration, UpdatedProjectCategory, User, UserDetails, Version, Visibility, WorkflowScheme, WorkflowScope, WorkflowTransitionRules, AppWorkflowTransitionRule, PageBeanWorkflowTransitionRules, RuleConfiguration, WorkflowId, WorkflowsWithTransitionRulesDetails, WorkflowTransition, WorkflowTransitionRulesDetails, WorkflowTransitionRulesUpdate, WorkflowTransitionRulesUpdateErrorDetails, WorkflowTransitionRulesUpdateErrors, ArchivedIssuesFilterRequest, ArchiveIssueAsyncRequest, BulkOperationErrorResult, ChangeDetails, Changelog, CreatedIssue, CreatedIssues, DateRangeFilterRequest, Error, Errors, ExportArchivedIssuesTaskProgressResponse, FieldCreateMetadata, FieldMetadata, FieldUpdateOperation, HistoryMetadata, HistoryMetadataParticipant, IncludedFields, IssueArchivalSyncRequest, IssueArchivalSyncResponse, IssueChangelogIds, IssueCreateMetadata, IssueEvent, IssueLimitReportRequest, IssueLimitReportResponseBean, IssuesUpdateBean, IssueTransition, IssueTypeIssueCreateMetadata, IssueUpdateDetails, IssueUpdateMetadata, LinkGroup, NestedResponse, Notification, NotificationRecipients, NotificationRecipientsRestrictions, Operations, PageBeanChangelog, PageOfChangelogs, PageOfCreateMetaIssueTypes, PageOfCreateMetaIssueTypeWithField, ProjectIssueCreateMetadata, RestrictedPermission, Transitions, WarningCollection, AssociatedItemBean, AuditRecordBean, AuditRecords, ChangedValueBean, AssociateFieldConfigurationsWithIssueTypesRequest, FieldConfiguration, FieldConfigurationDetails, FieldConfigurationIssueTypeItem, FieldConfigurationItem, FieldConfigurationItemsDetails, FieldConfigurationScheme, FieldConfigurationSchemeProjectAssociation, FieldConfigurationSchemeProjects, FieldConfigurationToIssueTypeMapping, IssueTypeIdsToRemove, PageBeanFieldConfigurationDetails, PageBeanFieldConfigurationIssueTypeItem, PageBeanFieldConfigurationItem, PageBeanFieldConfigurationScheme, PageBeanFieldConfigurationSchemeProjects, UpdateFieldConfigurationSchemeDetails, Attachment, AttachmentArchiveEntry, AttachmentArchiveImpl, AttachmentArchiveItemReadable, AttachmentArchiveMetadataReadable, AttachmentMetadata, AttachmentSettings, ListWrapperCallbackApplicationRole, ListWrapperCallbackGroupName, MultipartFile, SimpleListWrapperApplicationRole, SimpleListWrapperGroupName, AutoCompleteSuggestion, AutoCompleteSuggestions, CompoundClause, ConvertedJqlQueries, FieldChangedClause, FieldReferenceData, FieldValueClause, FieldWasClause, FunctionOperand, FunctionReferenceData, JqlPersonalDataMigrationRequest, JqlQueriesToParse, JqlQueriesToSanitize, JqlQuery, JqlQueryClause, JqlQueryClauseOperand, JqlQueryClauseTimePredicate, JqlQueryField, JqlQueryFieldEntityProperty, JqlQueryOrderByClause, JqlQueryOrderByClauseElement, JqlQueryToSanitize, JqlQueryUnitaryOperand, JqlQueryWithUnknownUsers, JqlReferenceData, KeywordOperand, ListOperand, ParsedJqlQueries, ParsedJqlQuery, SanitizedJqlQueries, SanitizedJqlQuery, SearchAutoCompleteFilter, ValueOperand, AvailableDashboardGadget, AvailableDashboardGadgetsResponse, BulkChangeOwnerDetails, BulkEditActionError, BulkEditShareableEntityRequest, BulkEditShareableEntityResponse, Dashboard, DashboardDetails, DashboardGadget, DashboardGadgetPosition, DashboardGadgetResponse, DashboardGadgetSettings, DashboardGadgetUpdateRequest, Hierarchy, PageBeanDashboard, PageOfDashboards, PermissionDetails, ProjectInsight, ProjectLandingPageInfo, ProjectPermissions, ProjectRoleGroup, ProjectRoleUser, RoleActor, SimplifiedHierarchyLevel, UserBean, UserBeanAvatarUrls, VersionApprover, VersionIssuesStatus, AvailableWorkflowConnectRule, AvailableWorkflowForgeRule, AvailableWorkflowSystemRule, AvailableWorkflowTriggers, AvailableWorkflowTriggerTypes, ConditionGroupConfiguration, ConditionGroupUpdate, CreateWorkflowCondition, CreateWorkflowDetails, CreateWorkflowStatusDetails, CreateWorkflowTransitionDetails, CreateWorkflowTransitionRule, CreateWorkflowTransitionRulesDetails, CreateWorkflowTransitionScreenDetails, DeprecatedWorkflow, JiraWorkflow, JiraWorkflowStatus, PageBeanWorkflow, ProjectAndIssueTypePair, PublishedWorkflowId, StatusLayoutUpdate, StatusMappingDto, StatusMigration, StatusReferenceAndPort, Transition, TransitionScreenDetails, TransitionUpdateDto, ValidationOptionsForCreate, ValidationOptionsForUpdate, Workflow, WorkflowCapabilities, WorkflowCompoundCondition, WorkflowCondition, WorkflowCreate, WorkflowCreateRequest, WorkflowCreateResponse, WorkflowCreateValidateRequest, WorkflowElementReference, WorkflowIds, WorkflowLayout, WorkflowOperations, WorkflowReadRequest, WorkflowReadResponse, WorkflowReferenceStatus, WorkflowRuleConfiguration, WorkflowRules, WorkflowSchemeIdName, WorkflowSimpleCondition, WorkflowStatus, WorkflowStatusAndPort, WorkflowStatusLayout, WorkflowStatusUpdate, WorkflowTransitionRule, WorkflowTransitions, WorkflowTrigger, WorkflowUpdate, WorkflowUpdateRequest, WorkflowUpdateResponse, WorkflowUpdateValidateRequestBean, WorkflowValidationError, WorkflowValidationErrorList, Avatars, StreamingResponseBody, SystemAvatars, BulkCustomFieldOptionCreateRequest, BulkCustomFieldOptionUpdateRequest, CustomFieldContextOption, CustomFieldCreatedContextOptionsList, CustomFieldOption, CustomFieldOptionCreate, CustomFieldOptionUpdate, CustomFieldUpdatedContextOptionsList, OrderOfCustomFieldOptions, PageBeanCustomFieldContextOption, RemoveOptionFromIssuesResult, SimpleErrorCollection, BulkEditGetFields, BulkOperationErrorResponse, BulkOperationProgress, IssueBulkEditField, IssueBulkEditPayload, IssueBulkMovePayload, IssueBulkOperationsFieldOption, JiraCascadingSelectField, JiraColorField, JiraColorInput, JiraComponentField, JiraDateField, JiraDateInput, JiraDateTimeField, JiraDateTimeInput, JiraGroupInput, JiraIssueFields, JiraIssueTypeField, JiraLabelsField, JiraLabelsInput, JiraMultipleGroupPickerField, JiraMultipleSelectField, JiraMultipleSelectUserPickerField, JiraMultipleVersionPickerField, JiraMultiSelectComponentField, JiraNumberField, JiraPriorityField, JiraRichTextField, JiraRichTextInput, JiraSelectedOptionField, JiraSingleGroupPickerField, JiraSingleLineTextField, JiraSingleSelectField, JiraSingleSelectUserPickerField, JiraSingleVersionPickerField, JiraUrlField, JiraUserField, JiraVersionField, MandatoryFieldValue, MandatoryFieldValueForAdf, SubmittedBulkOperation, TargetMandatoryFields, TargetMandatoryFieldsValue, TargetStatus, TargetToSourcesMapping, BulkIssueIsWatching, IssueList, Watchers, BulkIssuePropertyUpdateRequest, IssueEntityProperties, IssueEntityPropertiesForMultiUpdate, IssueFilterForBulkPropertyDelete, IssueFilterForBulkPropertySet, MultiIssueEntityProperties, BulkPermissionGrants, BulkPermissionsRequestBean, BulkProjectPermissionGrants, BulkProjectPermissions, Permissions, PermissionsKeysBean, PermittedProjects, ProjectIdentifierBean, UserPermission, ChangedWorklog, ChangedWorklogs, PageOfWorklogs, Worklog, WorklogIdsRequestBean, ChangeFilterOwner, Filter, FilterDetails, FilterSubscription, FilterSubscriptionsList, PageBeanFilterDetails, UserList, ComponentIssuesCount, ComponentJsonBean, ComponentWithIssueCount, PageBean2ComponentJsonBean, PageBeanComponentWithIssueCount, ConnectCustomFieldValue, ConnectCustomFieldValues, EntityPropertyDetails, WorkflowRulesSearch, WorkflowRulesSearchDetails, ConnectModule, ConnectModules, ContainerForProjectFeatures, ProjectFeature, ProjectFeatureState, ContainerForRegisteredWebhooks, ContainerForWebhookIds, FailedWebhook, FailedWebhooks, PageBeanWebhook, RegisteredWebhook, Webhook, WebhookDetails, WebhookRegistrationDetails, WebhooksExpirationDate, ContainerOfWorkflowSchemeAssociations, WorkflowSchemeAssociations, WorkflowSchemeProjectAssociation, Context, CustomFieldDefinitionJsonBean, Field, FieldLastUsed, PageBeanContext, PageBeanField, UpdateCustomFieldDetails, ContextForProjectAndIssueType, CreateCustomFieldContext, CustomFieldContext, CustomFieldContextDefaultValue, CustomFieldContextDefaultValueCascadingOption, CustomFieldContextDefaultValueDate, CustomFieldContextDefaultValueDateTime, CustomFieldContextDefaultValueFloat, CustomFieldContextDefaultValueForgeDateTimeField, CustomFieldContextDefaultValueForgeGroupField, CustomFieldContextDefaultValueForgeMultiGroupField, CustomFieldContextDefaultValueForgeMultiStringField, CustomFieldContextDefaultValueForgeMultiUserField, CustomFieldContextDefaultValueForgeNumberField, CustomFieldContextDefaultValueForgeObjectField, CustomFieldContextDefaultValueForgeStringField, CustomFieldContextDefaultValueForgeUserField, CustomFieldContextDefaultValueLabels, CustomFieldContextDefaultValueMultipleGroupPicker, CustomFieldContextDefaultValueMultipleOption, CustomFieldContextDefaultValueMultipleVersionPicker, CustomFieldContextDefaultValueMultiUserPicker, CustomFieldContextDefaultValueProject, CustomFieldContextDefaultValueReadOnly, CustomFieldContextDefaultValueSingleGroupPicker, CustomFieldContextDefaultValueSingleOption, CustomFieldContextDefaultValueSingleVersionPicker, CustomFieldContextDefaultValueTextArea, CustomFieldContextDefaultValueTextField, CustomFieldContextDefaultValueUpdate, CustomFieldContextDefaultValueUrl, CustomFieldContextProjectMapping, CustomFieldContextSingleUserPickerDefaults, CustomFieldContextUpdateDetails, IssueTypeToContextMapping, PageBeanContextForProjectAndIssueType, PageBeanCustomFieldContext, PageBeanCustomFieldContextDefaultValue, PageBeanCustomFieldContextProjectMapping, PageBeanIssueTypeToContextMapping, ProjectIds, ProjectIssueTypeMapping, ProjectIssueTypeMappings, UserFilter, ContextualConfiguration, CustomFieldConfigurations, PageBeanContextualConfiguration, CreatePriorityDetails, PageBeanPriority, PriorityId, ReorderIssuePriorities, SetDefaultPriorityRequest, UpdatePriorityDetails, CreatePrioritySchemeDetails, PageBeanPrioritySchemeWithPaginatedPrioritiesAndProjects, PageBeanPriorityWithSequence, PriorityMapping, PrioritySchemeChangesWithMappings, PrioritySchemeChangesWithoutMappings, PrioritySchemeId, PrioritySchemeWithPaginatedPrioritiesAndProjects, PriorityWithSequence, SuggestedMappingsForPrioritiesRequestBean, SuggestedMappingsForProjectsRequestBean, SuggestedMappingsRequestBean, TaskProgressBeanJsonNode, UpdatePrioritiesInSchemeRequestBean, UpdatePrioritySchemeRequestBean, UpdatePrioritySchemeResponseBean, UpdateProjectsInSchemeRequestBean, CreateProjectDetails, IssueTypeInfo, IssueTypeWithStatus, ProjectIdentifiers, ProjectIssueTypeHierarchy, ProjectIssueTypesHierarchyLevel, StringList, UpdateProjectDetails, CreateResolutionDetails, PageBeanResolutionJsonBean, ReorderIssueResolutionsRequest, Resolution, ResolutionId, ResolutionJsonBean, SetDefaultResolutionRequest, UpdateResolutionDetails, CreateUiModificationDetails, DetailedErrorCollection, PageBeanUiModificationDetails, UiModificationContextDetails, UiModificationDetails, UiModificationIdentifiers, UpdateUiModificationDetails, CreateUpdateRoleRequestBean, ProjectRoleDetails, CustomContextVariable, IdOrKeyBean, IssueContextVariable, IssuesJqlMetaDataBean, IssuesMetaBean, JexpIssues, JexpJqlIssues, JiraExpressionAnalysis, JiraExpressionComplexity, JiraExpressionEvalContextBean, JiraExpressionEvalRequestBean, JiraExpressionEvaluationMetaDataBean, JiraExpressionForAnalysis, JiraExpressionResult, JiraExpressionsAnalysis, JiraExpressionsComplexityBean, JiraExpressionsComplexityValueBean, JiraExpressionValidationError, JsonContextVariable, UserContextVariable, CustomFieldReplacement, DeleteAndReplaceVersionBean, PageBeanVersion, VersionIssueCounts, VersionMoveBean, VersionRelatedWork, VersionUnresolvedIssuesCount, VersionUsageInCustomField, CustomFieldValueUpdate, CustomFieldValueUpdateDetails, MultipleCustomFieldValuesUpdate, MultipleCustomFieldValuesUpdateDetails, DataClassificationLevelsBean, DataClassificationTagBean, DefaultShareScope, SharePermissionInputBean, ErrorCollections, License, LicensedApplication, LicenseMetric, ExpandPrioritySchemePage, Fields, IssueLink, LinkedIssue, LinkIssueRequestJsonBean, TimeTrackingDetails, FoundUsersAndGroups, UserPickerUser, GlobalScopeBean, IssueFieldOption, IssueFieldOptionConfiguration, IssueFieldOptionCreateBean, IssueFieldOptionScopeBean, PageBeanIssueFieldOption, ProjectScopeBean, HealthCheckResult, ServerInformation, IdBean, ProjectIssueSecurityLevels, IdSearchRequestBean, IdSearchResults, IssueMatches, IssueMatchesForJql, IssuePickerSuggestions, IssuePickerSuggestionsIssueType, IssuesAndJqlQueries, SearchRequestBean, SearchResults, SuggestedIssue, IssueCommentListRequestBean, PageBeanComment, PageOfComments, IssueLinkTypes, IssueSecurityLevelMember, PageBeanIssueSecurityLevelMember, IssueTypeCreateBean, IssueTypeUpdateBean, IssueTypeScheme, IssueTypeSchemeDetails, IssueTypeSchemeId, IssueTypeSchemeMapping, IssueTypeSchemeProjectAssociation, IssueTypeSchemeProjects, IssueTypeSchemeUpdateDetails, OrderOfIssueTypes, PageBeanIssueTypeScheme, PageBeanIssueTypeSchemeMapping, PageBeanIssueTypeSchemeProjects, IssueTypeScreenScheme, IssueTypeScreenSchemeDetails, IssueTypeScreenSchemeId, IssueTypeScreenSchemeItem, IssueTypeScreenSchemeMapping, IssueTypeScreenSchemeMappingDetails, IssueTypeScreenSchemeProjectAssociation, IssueTypeScreenSchemesProjects, IssueTypeScreenSchemeUpdateDetails, PageBeanIssueTypeScreenSchemeItem, PageBeanIssueTypeScreenSchemesProjects, UpdateDefaultScreenScheme, JiraStatus, PageOfStatuses, StatusCreate, StatusCreateRequest, StatusScope, StatusUpdate, StatusUpdateRequest, WorkflowUsages, JqlFunctionPrecomputationBean, JqlFunctionPrecomputationUpdateBean, JqlFunctionPrecomputationUpdateRequestBean, PageBeanJqlFunctionPrecomputationBean, Locale, MappingsByIssueTypeOverride, MappingsByWorkflow, PageBeanWorkflowScheme, RequiredMappingByIssueType, RequiredMappingByWorkflows, SimpleUsage, StatusesPerWorkflow, StatusMetadata, WorkflowAssociationStatusMapping, WorkflowMetadataAndIssueTypeRestModel, WorkflowMetadataRestModel, WorkflowSchemeAssociation, WorkflowSchemeReadRequest, WorkflowSchemeReadResponse, WorkflowSchemeUpdateRequest, WorkflowSchemeUpdateRequiredMappingsRequest, WorkflowSchemeUpdateRequiredMappingsResponse, NewUserDetails, UnrestrictedUserEmail, UserColumnRequestBody, UserMigrationBean, OperationMessage, PageBeanScreen, PageBeanScreenWithTab, Screen, ScreenDetails, ScreenWithTab, UpdateScreenDetails, PageBeanScreenScheme, ScreenScheme, ScreenSchemeDetails, ScreenSchemeId, ScreenTypes, UpdateScreenSchemeDetails, UpdateScreenTypes, PageBeanString, PageBeanUserKey, UserKey, PermissionGrant, PermissionGrants, PermissionSchemes, ProjectAvatars, ProjectDataPolicies, ProjectDataPolicy, ProjectWithDataPolicy, WorkspaceDataPolicy, ProjectEmailAddress, ProjectType, PropertyKey, PublishDraftWorkflowScheme, StatusMapping, ServiceRegistry, ServiceRegistryTier, TimeTrackingProvider, UpdateDefaultProjectClassificationBean, Votes, WorkflowTransitionProperty, };