@resolution/jira-api-client 0.4.4 → 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.
Files changed (336) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +60 -0
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +118 -95
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1073 -869
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/core/CommonHttpService.d.ts +2 -0
  7. package/lib/openapi/platform/core/CommonHttpService.js +9 -0
  8. package/lib/openapi/platform/core/CommonHttpService.js.map +1 -1
  9. package/lib/openapi/platform/models/common.d.ts +6 -0
  10. package/lib/openapi/platform/models/common.js +12 -1
  11. package/lib/openapi/platform/models/common.js.map +1 -1
  12. package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
  13. package/lib/openapi/platform/models/dynamicModules.js +0 -6
  14. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  15. package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
  16. package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
  17. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
  18. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
  19. package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
  20. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  21. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
  22. package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
  23. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  24. package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
  25. package/lib/openapi/platform/services/AppMigrationService.js +139 -136
  26. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  27. package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
  28. package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
  29. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  30. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
  31. package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
  32. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  33. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
  34. package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
  35. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  36. package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
  37. package/lib/openapi/platform/services/AvatarsService.js +412 -415
  38. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  39. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
  40. package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
  41. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  42. package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
  43. package/lib/openapi/platform/services/DashboardsService.js +983 -974
  44. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  45. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
  46. package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
  47. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  48. package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
  49. package/lib/openapi/platform/services/FilterSharingService.js +512 -509
  50. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  51. package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
  52. package/lib/openapi/platform/services/FiltersService.js +1262 -1259
  53. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  54. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
  55. package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
  56. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  57. package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
  58. package/lib/openapi/platform/services/GroupsService.js +385 -382
  59. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  60. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
  61. package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
  62. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  63. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
  64. package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
  65. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
  66. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
  67. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
  68. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  69. package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
  70. package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
  71. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  72. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
  73. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
  74. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  75. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
  76. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
  77. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  78. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
  79. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  81. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  84. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
  85. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
  86. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  87. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
  88. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
  89. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  90. package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
  91. package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
  92. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  93. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
  94. package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
  95. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  96. package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
  97. package/lib/openapi/platform/services/IssueLinksService.js +230 -227
  98. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  99. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
  100. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
  101. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  102. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
  103. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
  104. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  105. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
  106. package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
  107. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  108. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
  109. package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
  110. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  111. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
  112. package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
  113. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  114. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
  115. package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
  116. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  117. package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
  118. package/lib/openapi/platform/services/IssueSearchService.js +826 -823
  119. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  120. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
  121. package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
  122. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  123. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
  124. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
  125. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  126. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
  127. package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
  128. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  129. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
  130. package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
  131. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  132. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
  133. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
  134. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  135. package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
  136. package/lib/openapi/platform/services/IssueTypesService.js +424 -427
  137. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  138. package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
  139. package/lib/openapi/platform/services/IssueVotesService.js +148 -145
  140. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  141. package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
  142. package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
  143. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  144. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
  145. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
  146. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  147. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
  148. package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
  149. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  150. package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
  151. package/lib/openapi/platform/services/IssuesService.js +1856 -1853
  152. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  153. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
  154. package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
  155. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  156. package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
  157. package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
  158. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  159. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
  160. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
  161. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  162. package/lib/openapi/platform/services/JqlService.d.ts +15 -15
  163. package/lib/openapi/platform/services/JqlService.js +635 -632
  164. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  165. package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
  166. package/lib/openapi/platform/services/LabelsService.js +41 -38
  167. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  168. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
  169. package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
  170. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  171. package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
  172. package/lib/openapi/platform/services/MyselfService.js +321 -318
  173. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  174. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
  175. package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
  176. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  177. package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
  178. package/lib/openapi/platform/services/PermissionsService.js +235 -232
  179. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  180. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
  181. package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
  182. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  183. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
  184. package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
  185. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  186. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
  187. package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
  188. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  189. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
  190. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
  191. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  192. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
  193. package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
  194. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  195. package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
  196. package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
  197. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  198. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
  199. package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
  200. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  201. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
  202. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
  203. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  204. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
  205. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
  206. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  207. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
  208. package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
  209. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  210. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
  211. package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
  212. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  213. package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
  214. package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
  215. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  216. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
  217. package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
  218. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  219. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
  220. package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
  221. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  222. package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
  223. package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
  224. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  225. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
  226. package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
  227. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  228. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
  229. package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
  230. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  231. package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
  232. package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
  233. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  234. package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
  235. package/lib/openapi/platform/services/ScreensService.js +281 -278
  236. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  237. package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
  238. package/lib/openapi/platform/services/ServerInfoService.js +51 -48
  239. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  240. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
  241. package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
  242. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  243. package/lib/openapi/platform/services/StatusService.d.ts +17 -17
  244. package/lib/openapi/platform/services/StatusService.js +271 -268
  245. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  246. package/lib/openapi/platform/services/TasksService.d.ts +4 -4
  247. package/lib/openapi/platform/services/TasksService.js +93 -90
  248. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  249. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
  250. package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
  251. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  252. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
  253. package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
  254. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  255. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
  256. package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
  257. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  258. package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
  259. package/lib/openapi/platform/services/UserSearchService.js +709 -706
  260. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  261. package/lib/openapi/platform/services/UsersService.d.ts +51 -51
  262. package/lib/openapi/platform/services/UsersService.js +637 -634
  263. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  264. package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
  265. package/lib/openapi/platform/services/WebhooksService.js +262 -259
  266. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  267. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
  268. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
  269. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  270. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
  271. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
  272. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  273. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
  274. package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
  275. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  276. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
  277. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
  278. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  279. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
  280. package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
  281. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  282. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
  283. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
  284. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  285. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
  286. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
  287. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  288. package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
  289. package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
  290. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  291. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +13 -14
  292. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +454 -429
  293. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  294. package/lib/openapi/software/core/CommonHttpService.d.ts +2 -0
  295. package/lib/openapi/software/core/CommonHttpService.js +9 -0
  296. package/lib/openapi/software/core/CommonHttpService.js.map +1 -1
  297. package/lib/openapi/software/services/BacklogService.d.ts +4 -4
  298. package/lib/openapi/software/services/BacklogService.js +81 -78
  299. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  300. package/lib/openapi/software/services/BoardService.d.ts +124 -124
  301. package/lib/openapi/software/services/BoardService.js +2048 -2045
  302. package/lib/openapi/software/services/BoardService.js.map +1 -1
  303. package/lib/openapi/software/services/BuildsService.d.ts +10 -10
  304. package/lib/openapi/software/services/BuildsService.js +164 -161
  305. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  306. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  307. package/lib/openapi/software/services/DeploymentsService.js +192 -189
  308. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  309. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
  310. package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
  311. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  312. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
  313. package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
  314. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  315. package/lib/openapi/software/services/EpicService.d.ts +26 -26
  316. package/lib/openapi/software/services/EpicService.js +597 -594
  317. package/lib/openapi/software/services/EpicService.js.map +1 -1
  318. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
  319. package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
  320. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  321. package/lib/openapi/software/services/IssueService.d.ts +13 -13
  322. package/lib/openapi/software/services/IssueService.js +359 -356
  323. package/lib/openapi/software/services/IssueService.js.map +1 -1
  324. package/lib/openapi/software/services/OperationsService.d.ts +24 -24
  325. package/lib/openapi/software/services/OperationsService.js +301 -298
  326. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  327. package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
  328. package/lib/openapi/software/services/RemoteLinksService.js +160 -157
  329. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  330. package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
  331. package/lib/openapi/software/services/SecurityInformationService.js +262 -259
  332. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  333. package/lib/openapi/software/services/SprintService.d.ts +33 -33
  334. package/lib/openapi/software/services/SprintService.js +594 -591
  335. package/lib/openapi/software/services/SprintService.js.map +1 -1
  336. package/package.json +4 -3
@@ -35,6 +35,460 @@ exports.BaseJiraSoftwareApiClientError = BaseJiraSoftwareApiClientError;
35
35
  * @version 1001.0.0
36
36
  */
37
37
  class BaseJiraSoftwareApiClient extends CommonHttpService_1.CommonHttpService {
38
+ /**
39
+ * Apis related to the backlog
40
+ *
41
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog
42
+ */
43
+ get backlog() {
44
+ return this.getServiceInstance(BacklogService_1.BacklogService);
45
+ }
46
+ /**
47
+ * Apis related to boards
48
+ *
49
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board
50
+ */
51
+ get board() {
52
+ return this.getServiceInstance(BoardService_1.BoardService);
53
+ }
54
+ /**
55
+ * APIs related to integrating builds data with Jira Software. These APIs
56
+ * are available to Atlassian Connect apps. To use these APIs you must
57
+ * have the Build module see
58
+ * https://developer.atlassian.com/cloud/jira/software/modules/build/
59
+ * in your app's descriptor. They are also related to integrating Jira
60
+ * Software Cloud with on-premises tools using
61
+ * OAuth 2.0 credentials, see
62
+ * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
63
+ *
64
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-builds
65
+ */
66
+ get builds() {
67
+ return this.getServiceInstance(BuildsService_1.BuildsService);
68
+ }
69
+ /**
70
+ * APIs related to integrating deployments data with Jira Software. These APIs
71
+ * are available to Atlassian Connect apps. To use these APIs you must
72
+ * have the Deployment module see
73
+ * https://developer.atlassian.com/cloud/jira/software/modules/deployment/
74
+ * in your app's descriptor. They are also related to integrating Jira
75
+ * Software Cloud with on-premises tools using
76
+ * OAuth 2.0 credentials, see
77
+ * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
78
+ *
79
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments
80
+ */
81
+ get deployments() {
82
+ return this.getServiceInstance(DeploymentsService_1.DeploymentsService);
83
+ }
84
+ /**
85
+ * APIs related to integrating development information (commits, branches and pull
86
+ * requests) with Jira. These APIs are available to Atlassian Connect apps and
87
+ * on-premise integrations using OAuth. Connect apps using these APIs must have
88
+ * the Development Tool module in the app descriptor, see
89
+ * https://developer.atlassian.com/cloud/jira/software/modules/development-tool/.
90
+ * For more details on integrating Jira Software Cloud with on-premises tools
91
+ * using OAuth 2.0 credentials, see
92
+ * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
93
+ *
94
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information
95
+ */
96
+ get developmentInformation() {
97
+ return this.getServiceInstance(DevelopmentInformationService_1.DevelopmentInformationService);
98
+ }
99
+ /**
100
+ * APIs related to integrating Dev Ops Components affected by Incident data with
101
+ * Jira Software. These APIs are available to Atlassian Connect
102
+ * apps. To use these APIs you must have the DevOps Component module in your app's
103
+ * descriptor. Read more about Jira Software modules
104
+ * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
105
+ *
106
+ * # Module
107
+ * The DevOps Component module allows third-party providers to add devops
108
+ * components through a public REST API.
109
+ *
110
+ * Supplied devops components information will be used by the Connection Manager
111
+ * tab in Jira to allow users to associate devops components with Jira projects.
112
+ * All incident and PIR information related to that devops component will be
113
+ * presented in the Incidents page in Jira Software, and as a link to any issues
114
+ * created via the Incidents Page.
115
+ *
116
+ * This module also provides actions, two will be used by Jira to let the provider
117
+ * know when the devops component has been associated or disassociated with a Jira
118
+ * project, and two can be used by the Provider to associate a devops component
119
+ * with a Jira Issue.
120
+ *
121
+ * Note that the module key and name are not private and therefore should not
122
+ * contain any sensitive or personally identifiable information.
123
+ *
124
+ * ## Example Module
125
+ *
126
+ * An example can also be found at
127
+ * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
128
+ * which has an `atlassian-connect.json`.
129
+ *
130
+ * ```
131
+ * {
132
+ * "modules": {
133
+ * "jiraDevOpsComponentProvider": {
134
+ * "homeUrl": "https://my-operations-provider.com",
135
+ * "logoUrl": "https://my-operations-provider.com/images/logo.svg",
136
+ * "documentationUrl":
137
+ * "https://my-operations-provider.com/docs/jira-integration",
138
+ * "actions": {
139
+ * "associateEntity": {
140
+ * "templateUrl": "/components/associate"
141
+ * },
142
+ * "disassociateEntity": {
143
+ * "templateUrl": "/components/disassociate"
144
+ * },
145
+ * "onEntityAssociated": {
146
+ * "templateUrl": "/components/associate"
147
+ * },
148
+ * "onEntityDisassociated": {
149
+ * "templateUrl": "/components/disassociate"
150
+ * }
151
+ * },
152
+ * "name": {
153
+ * "value": "My DevOps Component Provider"
154
+ * },
155
+ * "key": "devops-component-integration"
156
+ * }
157
+ * }
158
+ * }
159
+ * ```
160
+ *
161
+ * ### Properties
162
+ *
163
+ * | Property | type | Description
164
+ *
165
+ * | Required |
166
+ * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
167
+ * | key | string | A key to identify this module. Must match
168
+ * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
169
+ * | Yes |
170
+ * | name | object (i18N) | A human readable name. This object
171
+ * supports
172
+ * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
173
+ * | Yes |
174
+ * | homeUrl | string | URL to the provider’s homepage
175
+ *
176
+ * | Yes |
177
+ * | logoUrl | string | Optional URL to the provider’s logo, which
178
+ * will be displayed in the UI
179
+ * | |
180
+ * | documentationUrl | string | Optional URL to documentation about the
181
+ * provider’s Jira integration
182
+ * | |
183
+ * | actions | object | Actions the can be used by Jira to improve
184
+ * the integrated experience
185
+ * | Yes |
186
+ *
187
+ * ### Actions object
188
+ *
189
+ * | Property | type | Description
190
+ *
191
+ * | Required |
192
+ * |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
193
+ * | associateEntity | object | An action defined by the provider to allow Jira to
194
+ * retrieve details about operations workspaces via a post endpoint.
195
+ *
196
+ * | Yes |
197
+ * | disassociateEntity | object | An action defined by the provider to allow Jira
198
+ * to search using details about operations workspaces via a get endpoint.
199
+ *
200
+ * | Yes |
201
+ * | onEntityAssociated | object | An action defined by the provider to allow Jira
202
+ * to create a new operations container via a post endpoint.
203
+ *
204
+ * | |
205
+ * | onEntityDisassociated | object | An action defined by the provider to allow
206
+ * Jira to create a new Post-Incident Review object via a post endpoint.
207
+ *
208
+ * | |
209
+ *
210
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-devops-components
211
+ */
212
+ get devOpsComponents() {
213
+ return this.getServiceInstance(DevOpsComponentsService_1.DevOpsComponentsService);
214
+ }
215
+ /**
216
+ * Apis related to epics
217
+ *
218
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic
219
+ */
220
+ get epic() {
221
+ return this.getServiceInstance(EpicService_1.EpicService);
222
+ }
223
+ /**
224
+ * Apis related to integrating Feature Flags with Jira Software. These apis are
225
+ * only available to Atlassian Connect apps. To use these apis you must have the
226
+ * Feature Flag module (see
227
+ * https://developer.atlassian.com/cloud/jira/software/modules/feature-flag/) in
228
+ * your app's descriptor
229
+ *
230
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags
231
+ */
232
+ get featureFlags() {
233
+ return this.getServiceInstance(FeatureFlagsService_1.FeatureFlagsService);
234
+ }
235
+ /**
236
+ * Apis related to issues
237
+ *
238
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue
239
+ */
240
+ get issue() {
241
+ return this.getServiceInstance(IssueService_1.IssueService);
242
+ }
243
+ /**
244
+ * APIs related to integrating Incident and Post-Incident Review (PIR) data with
245
+ * Jira Software. These APIs are available to Atlassian Connect
246
+ * apps. To use these APIs you must have the Operations module in your app's
247
+ * descriptor. Read more about Jira Software modules
248
+ * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
249
+ *
250
+ * # Module
251
+ *
252
+ * The Operations module allows third-party providers to add incident and PIR
253
+ * information through a public REST API.
254
+ *
255
+ * Supplied incident information will be presented in the Incidents page in Jira
256
+ * Software, and as a link to any issues created via the Incidents Page.
257
+ *
258
+ * This module also provides actions, one which allows Jira to provide a direct
259
+ * link to the operations provider where the user can create a post-incident
260
+ * review and two which allow Jira to search for relevant workspaces and devops
261
+ * components.
262
+ *
263
+ * Note that the module key and name are not private and therefore should not
264
+ * contain any sensitive or personally identifiable information.
265
+ *
266
+ * ## Example Module
267
+ *
268
+ * An example can also be found at
269
+ * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
270
+ * which has an `atlassian-connect.json`.
271
+ *
272
+ * ```
273
+ * {
274
+ * "modules": {
275
+ * "jiraOperationsInfoProvider": {
276
+ * "homeUrl": "https://my-operations-provider.com",
277
+ * "logoUrl": "https://my-operations-provider.com/images/logo.svg",
278
+ * "documentationUrl":
279
+ * "https://my-operations-provider.com/docs/jira-integration",
280
+ * "actions": {
281
+ * "fetchWorkspaces": {
282
+ * "templateUrl": "/workspaces/list"
283
+ * },
284
+ * "searchContainers": {
285
+ * "templateUrl": "/containers/search"
286
+ * },
287
+ * "createPostIncidentReview": {
288
+ * "url":
289
+ * "https://my-operations-provider.com/my-workspace/create-post-incident-review?affected-component={component-id}&incident={incident-id}
290
+ * }
291
+ * },
292
+ * "name": {
293
+ * "value": "My Operations Provider"
294
+ * },
295
+ * "key": "operations-integration"
296
+ * }
297
+ * }
298
+ * }
299
+ * ```
300
+ *
301
+ * ### Properties
302
+ *
303
+ * | Property | type | Description
304
+ *
305
+ * | Required |
306
+ * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
307
+ * | key | string | A key to identify this module. Must match
308
+ * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
309
+ * | Yes |
310
+ * | name | object (i18N) | A human readable name. This object
311
+ * supports
312
+ * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
313
+ * | Yes |
314
+ * | homeUrl | string | URL to the provider’s homepage
315
+ *
316
+ * | Yes |
317
+ * | logoUrl | string | Optional URL to the provider’s logo, which
318
+ * will be displayed in the UI
319
+ * | |
320
+ * | documentationUrl | string | Optional URL to documentation about the
321
+ * provider’s Jira integration
322
+ * | |
323
+ * | actions | object | Actions the can be used by Jira to improve
324
+ * the integrated experience
325
+ * | Yes |
326
+ *
327
+ * ### Actions object
328
+ *
329
+ * | Property | type | Description
330
+ *
331
+ * | Required |
332
+ * |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
333
+ * | fetchWorkspaces | object | An action defined by the provider to allow Jira to
334
+ * retrieve details about operations workspaces via a post endpoint.
335
+ *
336
+ * | Yes |
337
+ * | searchContainers | object | An action defined by the provider to allow Jira
338
+ * to search using details about devops components via a get endpoint.
339
+ *
340
+ * | Yes |
341
+ * | createPostIncidentReview | object | An action defined by the provider to
342
+ * allow Jira to create a new Post-Incident Review object via a post endpoint.
343
+ *
344
+ * | |
345
+ *
346
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations
347
+ */
348
+ get operations() {
349
+ return this.getServiceInstance(OperationsService_1.OperationsService);
350
+ }
351
+ /**
352
+ * APIs related to integrating Remote Links data with Jira Software. These APIs
353
+ * are available to Atlassian Connect
354
+ * apps. To use these APIs you must have the Remote Link module in your app's
355
+ * descriptor. Read more about Jira Software modules
356
+ * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
357
+ *
358
+ * # Module
359
+ *
360
+ * The Remote Link module allows third-party providers to add a generic link
361
+ * through a public REST API and associate it with Jira issues or services.
362
+ *
363
+ * Supplied remote link information will be presented in the right sidebar of the
364
+ * new Jira issue view under Releases.
365
+ *
366
+ * This module also provides actions, which allows users to perform an action on
367
+ * the remote link.
368
+ *
369
+ * Note that the module key and name are not private and should therefore not
370
+ * contain any sensitive or personally identifiable information.
371
+ *
372
+ * ## Example Module
373
+ *
374
+ * An example can also be found at
375
+ * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
376
+ * which has an `atlassian-connect.json`.
377
+ *
378
+ * ```
379
+ * {
380
+ * "modules": {
381
+ * "jiraRemoteLinkInfoProvider": {
382
+ * "homeUrl": "https://my-remotelink-provider.com",
383
+ * "logoUrl": "https://my-remotelink-provider.com/images/logo.svg",
384
+ * "documentationUrl":
385
+ * "https://my-remotelink-provider.com/docs/jira-integration",
386
+ * "actions": [
387
+ * {
388
+ * "actionId": "action-1",
389
+ * "actionLabel": {
390
+ * "value": {
391
+ * "value": "Acknowledge"
392
+ * }
393
+ * },
394
+ * "templateUrl": "https://my-remotelink-provider.com/ack/{ack-id}"
395
+ * }
396
+ * ],
397
+ * "name": {
398
+ * "value": "My Remote Link Provider"
399
+ * },
400
+ * "key": "remotelink-integration"
401
+ * }
402
+ * }
403
+ * }
404
+ * ```
405
+ *
406
+ * ### Properties
407
+ *
408
+ * | Property | type | Description
409
+ *
410
+ * | Required |
411
+ * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
412
+ * | key | string | A key to identify this module. Must match
413
+ * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
414
+ * | Yes |
415
+ * | name | object (i18N) | A human readable name. This object
416
+ * supports
417
+ * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
418
+ * | Yes |
419
+ * | homeUrl | string | URL to the provider’s homepage
420
+ *
421
+ * | Yes |
422
+ * | logoUrl | string | Optional URL to the provider’s logo, which
423
+ * will be displayed in the UI
424
+ * | |
425
+ * | documentationUrl | string | Optional URL to documentation about the
426
+ * provider’s Jira integration
427
+ * | |
428
+ * | actions | object | Optional actions that can be performed by
429
+ * Jira users on the remote link
430
+ *
431
+ * ### Actions object
432
+ *
433
+ * | Property | type | Description
434
+ *
435
+ * | Required |
436
+ * |-------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
437
+ * | actionId | string | A key to identify a specific action. Used for
438
+ * associating a specific Remote link to an action of this ID. <br> The actionId
439
+ * of an action must be unique across all actions.
440
+ * | Yes |
441
+ * | actionLabel | object | The actionLabel of an Action is shown visibly to the
442
+ * User alongside the Remote Link.
443
+ *
444
+ * | Yes |
445
+ * | templateUrl | string | The templateUrl of an Action is a template where
446
+ * strings can be substituted into the URL for a specific Remote Link. <br>
447
+ * Strings used in the templateUrl must be passed in via an attribute map when
448
+ * associating an action with a remote link. | Yes |
449
+ *
450
+ * ### ActionLabel Object
451
+ *
452
+ * | Property | type | Description
453
+ *
454
+ * | Required |
455
+ * |----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------|
456
+ * | value | object (i18n) | The label shown on the UI. This object supports
457
+ * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
458
+ * | Yes |
459
+ *
460
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links
461
+ */
462
+ get remoteLinks() {
463
+ return this.getServiceInstance(RemoteLinksService_1.RemoteLinksService);
464
+ }
465
+ /**
466
+ * Send security information to Jira Software and enable your teams to turn
467
+ * unplanned vulnerabilities into planned and tracked work.
468
+ *
469
+ * Security is everyone's responsibility, and the security feature in Jira lets
470
+ * you triage and track relevant vulnerabilities as a team. Discuss and prioritise
471
+ * issues, minimise errors and duplication, and plan security work to complete in
472
+ * your sprints.
473
+ *
474
+ * APIs related to integrating Security information with Jira Software are
475
+ * available to Atlassian Connect apps. To use these APIs you must have the
476
+ * Security module in your app's descriptor. Read more about Jira Software modules
477
+ * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
478
+ *
479
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
480
+ */
481
+ get securityInformation() {
482
+ return this.getServiceInstance(SecurityInformationService_1.SecurityInformationService);
483
+ }
484
+ /**
485
+ * Apis related to sprints
486
+ *
487
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint
488
+ */
489
+ get sprint() {
490
+ return this.getServiceInstance(SprintService_1.SprintService);
491
+ }
38
492
  constructor(options) {
39
493
  super(() => this.client);
40
494
  this.client = new commonHttpClient.CommonHttpClient({
@@ -43,438 +497,9 @@ class BaseJiraSoftwareApiClient extends CommonHttpService_1.CommonHttpService {
43
497
  errorClass: BaseJiraSoftwareApiClientError,
44
498
  });
45
499
  this.getClient = () => this.client;
46
- /**
47
- * Apis related to the backlog
48
- *
49
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-backlog
50
- */
51
- this.backlog = new BacklogService_1.BacklogService(this.getClient);
52
- /**
53
- * Apis related to boards
54
- *
55
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board
56
- */
57
- this.board = new BoardService_1.BoardService(this.getClient);
58
- /**
59
- * APIs related to integrating builds data with Jira Software. These APIs
60
- * are available to Atlassian Connect apps. To use these APIs you must
61
- * have the Build module see
62
- * https://developer.atlassian.com/cloud/jira/software/modules/build/
63
- * in your app's descriptor. They are also related to integrating Jira
64
- * Software Cloud with on-premises tools using
65
- * OAuth 2.0 credentials, see
66
- * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
67
- *
68
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-builds
69
- */
70
- this.builds = new BuildsService_1.BuildsService(this.getClient);
71
- /**
72
- * APIs related to integrating deployments data with Jira Software. These APIs
73
- * are available to Atlassian Connect apps. To use these APIs you must
74
- * have the Deployment module see
75
- * https://developer.atlassian.com/cloud/jira/software/modules/deployment/
76
- * in your app's descriptor. They are also related to integrating Jira
77
- * Software Cloud with on-premises tools using
78
- * OAuth 2.0 credentials, see
79
- * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
80
- *
81
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments
82
- */
83
- this.deployments = new DeploymentsService_1.DeploymentsService(this.getClient);
84
- /**
85
- * APIs related to integrating development information (commits, branches and pull
86
- * requests) with Jira. These APIs are available to Atlassian Connect apps and
87
- * on-premise integrations using OAuth. Connect apps using these APIs must have
88
- * the Development Tool module in the app descriptor, see
89
- * https://developer.atlassian.com/cloud/jira/software/modules/development-tool/.
90
- * For more details on integrating Jira Software Cloud with on-premises tools
91
- * using OAuth 2.0 credentials, see
92
- * https://developer.atlassian.com/cloud/jira/software/integrate-jsw-cloud-with-onpremises-tools/.
93
- *
94
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information
95
- */
96
- this.developmentInformation = new DevelopmentInformationService_1.DevelopmentInformationService(this.getClient);
97
- /**
98
- * APIs related to integrating Dev Ops Components affected by Incident data with
99
- * Jira Software. These APIs are available to Atlassian Connect
100
- * apps. To use these APIs you must have the DevOps Component module in your app's
101
- * descriptor. Read more about Jira Software modules
102
- * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
103
- *
104
- * # Module
105
- * The DevOps Component module allows third-party providers to add devops
106
- * components through a public REST API.
107
- *
108
- * Supplied devops components information will be used by the Connection Manager
109
- * tab in Jira to allow users to associate devops components with Jira projects.
110
- * All incident and PIR information related to that devops component will be
111
- * presented in the Incidents page in Jira Software, and as a link to any issues
112
- * created via the Incidents Page.
113
- *
114
- * This module also provides actions, two will be used by Jira to let the provider
115
- * know when the devops component has been associated or disassociated with a Jira
116
- * project, and two can be used by the Provider to associate a devops component
117
- * with a Jira Issue.
118
- *
119
- * Note that the module key and name are not private and therefore should not
120
- * contain any sensitive or personally identifiable information.
121
- *
122
- * ## Example Module
123
- *
124
- * An example can also be found at
125
- * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
126
- * which has an `atlassian-connect.json`.
127
- *
128
- * ```
129
- * {
130
- * "modules": {
131
- * "jiraDevOpsComponentProvider": {
132
- * "homeUrl": "https://my-operations-provider.com",
133
- * "logoUrl": "https://my-operations-provider.com/images/logo.svg",
134
- * "documentationUrl":
135
- * "https://my-operations-provider.com/docs/jira-integration",
136
- * "actions": {
137
- * "associateEntity": {
138
- * "templateUrl": "/components/associate"
139
- * },
140
- * "disassociateEntity": {
141
- * "templateUrl": "/components/disassociate"
142
- * },
143
- * "onEntityAssociated": {
144
- * "templateUrl": "/components/associate"
145
- * },
146
- * "onEntityDisassociated": {
147
- * "templateUrl": "/components/disassociate"
148
- * }
149
- * },
150
- * "name": {
151
- * "value": "My DevOps Component Provider"
152
- * },
153
- * "key": "devops-component-integration"
154
- * }
155
- * }
156
- * }
157
- * ```
158
- *
159
- * ### Properties
160
- *
161
- * | Property | type | Description
162
- *
163
- * | Required |
164
- * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
165
- * | key | string | A key to identify this module. Must match
166
- * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
167
- * | Yes |
168
- * | name | object (i18N) | A human readable name. This object
169
- * supports
170
- * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
171
- * | Yes |
172
- * | homeUrl | string | URL to the provider’s homepage
173
- *
174
- * | Yes |
175
- * | logoUrl | string | Optional URL to the provider’s logo, which
176
- * will be displayed in the UI
177
- * | |
178
- * | documentationUrl | string | Optional URL to documentation about the
179
- * provider’s Jira integration
180
- * | |
181
- * | actions | object | Actions the can be used by Jira to improve
182
- * the integrated experience
183
- * | Yes |
184
- *
185
- * ### Actions object
186
- *
187
- * | Property | type | Description
188
- *
189
- * | Required |
190
- * |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
191
- * | associateEntity | object | An action defined by the provider to allow Jira to
192
- * retrieve details about operations workspaces via a post endpoint.
193
- *
194
- * | Yes |
195
- * | disassociateEntity | object | An action defined by the provider to allow Jira
196
- * to search using details about operations workspaces via a get endpoint.
197
- *
198
- * | Yes |
199
- * | onEntityAssociated | object | An action defined by the provider to allow Jira
200
- * to create a new operations container via a post endpoint.
201
- *
202
- * | |
203
- * | onEntityDisassociated | object | An action defined by the provider to allow
204
- * Jira to create a new Post-Incident Review object via a post endpoint.
205
- *
206
- * | |
207
- *
208
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-devops-components
209
- */
210
- this.devOpsComponents = new DevOpsComponentsService_1.DevOpsComponentsService(this.getClient);
211
- /**
212
- * Apis related to epics
213
- *
214
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic
215
- */
216
- this.epic = new EpicService_1.EpicService(this.getClient);
217
- /**
218
- * Apis related to integrating Feature Flags with Jira Software. These apis are
219
- * only available to Atlassian Connect apps. To use these apis you must have the
220
- * Feature Flag module (see
221
- * https://developer.atlassian.com/cloud/jira/software/modules/feature-flag/) in
222
- * your app's descriptor
223
- *
224
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-feature-flags
225
- */
226
- this.featureFlags = new FeatureFlagsService_1.FeatureFlagsService(this.getClient);
227
- /**
228
- * Apis related to issues
229
- *
230
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue
231
- */
232
- this.issue = new IssueService_1.IssueService(this.getClient);
233
- /**
234
- * APIs related to integrating Incident and Post-Incident Review (PIR) data with
235
- * Jira Software. These APIs are available to Atlassian Connect
236
- * apps. To use these APIs you must have the Operations module in your app's
237
- * descriptor. Read more about Jira Software modules
238
- * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
239
- *
240
- * # Module
241
- *
242
- * The Operations module allows third-party providers to add incident and PIR
243
- * information through a public REST API.
244
- *
245
- * Supplied incident information will be presented in the Incidents page in Jira
246
- * Software, and as a link to any issues created via the Incidents Page.
247
- *
248
- * This module also provides actions, one which allows Jira to provide a direct
249
- * link to the operations provider where the user can create a post-incident
250
- * review and two which allow Jira to search for relevant workspaces and devops
251
- * components.
252
- *
253
- * Note that the module key and name are not private and therefore should not
254
- * contain any sensitive or personally identifiable information.
255
- *
256
- * ## Example Module
257
- *
258
- * An example can also be found at
259
- * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
260
- * which has an `atlassian-connect.json`.
261
- *
262
- * ```
263
- * {
264
- * "modules": {
265
- * "jiraOperationsInfoProvider": {
266
- * "homeUrl": "https://my-operations-provider.com",
267
- * "logoUrl": "https://my-operations-provider.com/images/logo.svg",
268
- * "documentationUrl":
269
- * "https://my-operations-provider.com/docs/jira-integration",
270
- * "actions": {
271
- * "fetchWorkspaces": {
272
- * "templateUrl": "/workspaces/list"
273
- * },
274
- * "searchContainers": {
275
- * "templateUrl": "/containers/search"
276
- * },
277
- * "createPostIncidentReview": {
278
- * "url":
279
- * "https://my-operations-provider.com/my-workspace/create-post-incident-review?affected-component={component-id}&incident={incident-id}
280
- * }
281
- * },
282
- * "name": {
283
- * "value": "My Operations Provider"
284
- * },
285
- * "key": "operations-integration"
286
- * }
287
- * }
288
- * }
289
- * ```
290
- *
291
- * ### Properties
292
- *
293
- * | Property | type | Description
294
- *
295
- * | Required |
296
- * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
297
- * | key | string | A key to identify this module. Must match
298
- * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
299
- * | Yes |
300
- * | name | object (i18N) | A human readable name. This object
301
- * supports
302
- * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
303
- * | Yes |
304
- * | homeUrl | string | URL to the provider’s homepage
305
- *
306
- * | Yes |
307
- * | logoUrl | string | Optional URL to the provider’s logo, which
308
- * will be displayed in the UI
309
- * | |
310
- * | documentationUrl | string | Optional URL to documentation about the
311
- * provider’s Jira integration
312
- * | |
313
- * | actions | object | Actions the can be used by Jira to improve
314
- * the integrated experience
315
- * | Yes |
316
- *
317
- * ### Actions object
318
- *
319
- * | Property | type | Description
320
- *
321
- * | Required |
322
- * |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
323
- * | fetchWorkspaces | object | An action defined by the provider to allow Jira to
324
- * retrieve details about operations workspaces via a post endpoint.
325
- *
326
- * | Yes |
327
- * | searchContainers | object | An action defined by the provider to allow Jira
328
- * to search using details about devops components via a get endpoint.
329
- *
330
- * | Yes |
331
- * | createPostIncidentReview | object | An action defined by the provider to
332
- * allow Jira to create a new Post-Incident Review object via a post endpoint.
333
- *
334
- * | |
335
- *
336
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations
337
- */
338
- this.operations = new OperationsService_1.OperationsService(this.getClient);
339
- /**
340
- * APIs related to integrating Remote Links data with Jira Software. These APIs
341
- * are available to Atlassian Connect
342
- * apps. To use these APIs you must have the Remote Link module in your app's
343
- * descriptor. Read more about Jira Software modules
344
- * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
345
- *
346
- * # Module
347
- *
348
- * The Remote Link module allows third-party providers to add a generic link
349
- * through a public REST API and associate it with Jira issues or services.
350
- *
351
- * Supplied remote link information will be presented in the right sidebar of the
352
- * new Jira issue view under Releases.
353
- *
354
- * This module also provides actions, which allows users to perform an action on
355
- * the remote link.
356
- *
357
- * Note that the module key and name are not private and should therefore not
358
- * contain any sensitive or personally identifiable information.
359
- *
360
- * ## Example Module
361
- *
362
- * An example can also be found at
363
- * [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
364
- * which has an `atlassian-connect.json`.
365
- *
366
- * ```
367
- * {
368
- * "modules": {
369
- * "jiraRemoteLinkInfoProvider": {
370
- * "homeUrl": "https://my-remotelink-provider.com",
371
- * "logoUrl": "https://my-remotelink-provider.com/images/logo.svg",
372
- * "documentationUrl":
373
- * "https://my-remotelink-provider.com/docs/jira-integration",
374
- * "actions": [
375
- * {
376
- * "actionId": "action-1",
377
- * "actionLabel": {
378
- * "value": {
379
- * "value": "Acknowledge"
380
- * }
381
- * },
382
- * "templateUrl": "https://my-remotelink-provider.com/ack/{ack-id}"
383
- * }
384
- * ],
385
- * "name": {
386
- * "value": "My Remote Link Provider"
387
- * },
388
- * "key": "remotelink-integration"
389
- * }
390
- * }
391
- * }
392
- * ```
393
- *
394
- * ### Properties
395
- *
396
- * | Property | type | Description
397
- *
398
- * | Required |
399
- * |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
400
- * | key | string | A key to identify this module. Must match
401
- * `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
402
- * | Yes |
403
- * | name | object (i18N) | A human readable name. This object
404
- * supports
405
- * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
406
- * | Yes |
407
- * | homeUrl | string | URL to the provider’s homepage
408
- *
409
- * | Yes |
410
- * | logoUrl | string | Optional URL to the provider’s logo, which
411
- * will be displayed in the UI
412
- * | |
413
- * | documentationUrl | string | Optional URL to documentation about the
414
- * provider’s Jira integration
415
- * | |
416
- * | actions | object | Optional actions that can be performed by
417
- * Jira users on the remote link
418
- *
419
- * ### Actions object
420
- *
421
- * | Property | type | Description
422
- *
423
- * | Required |
424
- * |-------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
425
- * | actionId | string | A key to identify a specific action. Used for
426
- * associating a specific Remote link to an action of this ID. <br> The actionId
427
- * of an action must be unique across all actions.
428
- * | Yes |
429
- * | actionLabel | object | The actionLabel of an Action is shown visibly to the
430
- * User alongside the Remote Link.
431
- *
432
- * | Yes |
433
- * | templateUrl | string | The templateUrl of an Action is a template where
434
- * strings can be substituted into the URL for a specific Remote Link. <br>
435
- * Strings used in the templateUrl must be passed in via an attribute map when
436
- * associating an action with a remote link. | Yes |
437
- *
438
- * ### ActionLabel Object
439
- *
440
- * | Property | type | Description
441
- *
442
- * | Required |
443
- * |----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------|
444
- * | value | object (i18n) | The label shown on the UI. This object supports
445
- * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
446
- * | Yes |
447
- *
448
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links
449
- */
450
- this.remoteLinks = new RemoteLinksService_1.RemoteLinksService(this.getClient);
451
- /**
452
- * Send security information to Jira Software and enable your teams to turn
453
- * unplanned vulnerabilities into planned and tracked work.
454
- *
455
- * Security is everyone's responsibility, and the security feature in Jira lets
456
- * you triage and track relevant vulnerabilities as a team. Discuss and prioritise
457
- * issues, minimise errors and duplication, and plan security work to complete in
458
- * your sprints.
459
- *
460
- * APIs related to integrating Security information with Jira Software are
461
- * available to Atlassian Connect apps. To use these APIs you must have the
462
- * Security module in your app's descriptor. Read more about Jira Software modules
463
- * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
464
- *
465
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
466
- */
467
- this.securityInformation = new SecurityInformationService_1.SecurityInformationService(this.getClient);
468
- /**
469
- * Apis related to sprints
470
- *
471
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint
472
- */
473
- this.sprint = new SprintService_1.SprintService(this.getClient);
474
500
  this.client.setOptions(Object.assign(Object.assign({}, this.client.getOptions()), options));
475
501
  }
476
502
  }
477
503
  exports.BaseJiraSoftwareApiClient = BaseJiraSoftwareApiClient;
478
- BaseJiraSoftwareApiClient.createClientWithServices = commonHttpClient.createClientWithServices;
479
504
  validationSchemaStorage_1.validationSchemaStorage.setErrorClass(BaseJiraSoftwareApiClientError);
480
505
  //# sourceMappingURL=BaseJiraSoftwareApiClient.js.map