@resolution/jira-api-client 0.5.2 → 0.5.4

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 (515) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +51 -19
  3. package/lib/openapi/{platform/core → core}/CommonHttpClient.d.ts +54 -3
  4. package/lib/openapi/{serviceManagement/core → core}/CommonHttpClient.js +14 -0
  5. package/lib/openapi/core/CommonHttpClient.js.map +1 -0
  6. package/lib/openapi/{software/core → core}/CommonHttpService.d.ts +17 -0
  7. package/lib/openapi/{platform/core → core}/CommonHttpService.js +11 -0
  8. package/lib/openapi/core/CommonHttpService.js.map +1 -0
  9. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -0
  10. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -5
  11. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +3 -3
  12. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  13. package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
  14. package/lib/openapi/platform/models/appDataPolicies.d.ts +1 -1
  15. package/lib/openapi/platform/models/appMigration.d.ts +13 -7
  16. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  17. package/lib/openapi/platform/models/appProperties.d.ts +3 -2
  18. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  19. package/lib/openapi/platform/models/auditRecords.d.ts +1 -1
  20. package/lib/openapi/platform/models/avatars.d.ts +1 -1
  21. package/lib/openapi/platform/models/classificationLevels.d.ts +1 -1
  22. package/lib/openapi/platform/models/common.d.ts +3 -5
  23. package/lib/openapi/platform/models/common.js.map +1 -1
  24. package/lib/openapi/platform/models/dashboards.d.ts +2 -3
  25. package/lib/openapi/platform/models/dashboards.js.map +1 -1
  26. package/lib/openapi/platform/models/dynamicModules.d.ts +5 -3
  27. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  28. package/lib/openapi/platform/models/filterSharing.d.ts +1 -1
  29. package/lib/openapi/platform/models/filters.d.ts +1 -1
  30. package/lib/openapi/platform/models/groupAndUserPicker.d.ts +1 -1
  31. package/lib/openapi/platform/models/groups.d.ts +1 -1
  32. package/lib/openapi/platform/models/issueAttachments.d.ts +1 -1
  33. package/lib/openapi/platform/models/issueBulkOperations.d.ts +2 -3
  34. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
  35. package/lib/openapi/platform/models/issueCommentProperties.d.ts +1 -1
  36. package/lib/openapi/platform/models/issueComments.d.ts +1 -1
  37. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +1 -1
  38. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +1 -1
  39. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +1 -1
  40. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +1 -1
  41. package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +1 -1
  42. package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +1 -1
  43. package/lib/openapi/platform/models/issueFields.d.ts +1 -1
  44. package/lib/openapi/platform/models/issueLinkTypes.d.ts +1 -1
  45. package/lib/openapi/platform/models/issueLinks.d.ts +1 -1
  46. package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +1 -1
  47. package/lib/openapi/platform/models/issuePriorities.d.ts +1 -1
  48. package/lib/openapi/platform/models/issueProperties.d.ts +1 -1
  49. package/lib/openapi/platform/models/issueRemoteLinks.d.ts +1 -1
  50. package/lib/openapi/platform/models/issueResolutions.d.ts +1 -1
  51. package/lib/openapi/platform/models/issueSearch.d.ts +2 -3
  52. package/lib/openapi/platform/models/issueSearch.js.map +1 -1
  53. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +1 -1
  54. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +1 -1
  55. package/lib/openapi/platform/models/issueTypeSchemes.d.ts +1 -1
  56. package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +1 -1
  57. package/lib/openapi/platform/models/issueTypes.d.ts +1 -1
  58. package/lib/openapi/platform/models/issueVotes.d.ts +1 -1
  59. package/lib/openapi/platform/models/issueWatchers.d.ts +1 -1
  60. package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -1
  61. package/lib/openapi/platform/models/issues.d.ts +16 -14
  62. package/lib/openapi/platform/models/issues.js.map +1 -1
  63. package/lib/openapi/platform/models/jiraExpressions.d.ts +8 -6
  64. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  65. package/lib/openapi/platform/models/jiraSettings.d.ts +1 -1
  66. package/lib/openapi/platform/models/jql.d.ts +9 -5
  67. package/lib/openapi/platform/models/jql.js.map +1 -1
  68. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +1 -1
  69. package/lib/openapi/platform/models/labels.d.ts +1 -1
  70. package/lib/openapi/platform/models/licenseMetrics.d.ts +1 -1
  71. package/lib/openapi/platform/models/myself.d.ts +1 -1
  72. package/lib/openapi/platform/models/permissionSchemes.d.ts +1 -1
  73. package/lib/openapi/platform/models/permissions.d.ts +2 -3
  74. package/lib/openapi/platform/models/permissions.js.map +1 -1
  75. package/lib/openapi/platform/models/prioritySchemes.d.ts +1 -1
  76. package/lib/openapi/platform/models/projectAvatars.d.ts +1 -1
  77. package/lib/openapi/platform/models/projectClassificationLevels.d.ts +1 -1
  78. package/lib/openapi/platform/models/projectComponents.d.ts +1 -1
  79. package/lib/openapi/platform/models/projectEmail.d.ts +1 -1
  80. package/lib/openapi/platform/models/projectFeatures.d.ts +1 -1
  81. package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +1 -1
  82. package/lib/openapi/platform/models/projectRoleActors.d.ts +1 -1
  83. package/lib/openapi/platform/models/projectRoles.d.ts +1 -1
  84. package/lib/openapi/platform/models/projectTypes.d.ts +1 -1
  85. package/lib/openapi/platform/models/projectVersions.d.ts +1 -1
  86. package/lib/openapi/platform/models/projects.d.ts +1 -1
  87. package/lib/openapi/platform/models/screenSchemes.d.ts +2 -2
  88. package/lib/openapi/platform/models/screenSchemes.js +1 -1
  89. package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
  90. package/lib/openapi/platform/models/screenTabFields.d.ts +1 -1
  91. package/lib/openapi/platform/models/screens.d.ts +1 -1
  92. package/lib/openapi/platform/models/serverInfo.d.ts +1 -1
  93. package/lib/openapi/platform/models/serviceRegistry.d.ts +3 -2
  94. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  95. package/lib/openapi/platform/models/status.d.ts +1 -1
  96. package/lib/openapi/platform/models/timeTracking.d.ts +1 -1
  97. package/lib/openapi/platform/models/uiModificationsApps.d.ts +1 -1
  98. package/lib/openapi/platform/models/userSearch.d.ts +1 -1
  99. package/lib/openapi/platform/models/users.d.ts +1 -1
  100. package/lib/openapi/platform/models/webhooks.d.ts +1 -1
  101. package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +1 -1
  102. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +1 -1
  103. package/lib/openapi/platform/models/workflowSchemes.d.ts +1 -1
  104. package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +1 -1
  105. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +1 -1
  106. package/lib/openapi/platform/models/workflows.d.ts +104 -70
  107. package/lib/openapi/platform/models/workflows.js +12 -0
  108. package/lib/openapi/platform/models/workflows.js.map +1 -1
  109. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +12 -9
  110. package/lib/openapi/platform/services/AnnouncementBannerService.js +10 -7
  111. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  112. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +12 -5
  113. package/lib/openapi/platform/services/AppDataPoliciesService.js +13 -6
  114. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  115. package/lib/openapi/platform/services/AppMigrationService.d.ts +13 -6
  116. package/lib/openapi/platform/services/AppMigrationService.js +12 -6
  117. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  118. package/lib/openapi/platform/services/AppPropertiesService.d.ts +43 -19
  119. package/lib/openapi/platform/services/AppPropertiesService.js +44 -20
  120. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  121. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +20 -21
  122. package/lib/openapi/platform/services/ApplicationRolesService.js +21 -22
  123. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  124. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -3
  125. package/lib/openapi/platform/services/AuditRecordsService.js +8 -4
  126. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  127. package/lib/openapi/platform/services/AvatarsService.d.ts +45 -38
  128. package/lib/openapi/platform/services/AvatarsService.js +45 -38
  129. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  130. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +16 -22
  131. package/lib/openapi/platform/services/ClassificationLevelsService.js +17 -23
  132. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  133. package/lib/openapi/platform/services/DashboardsService.d.ts +140 -146
  134. package/lib/openapi/platform/services/DashboardsService.js +122 -130
  135. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  136. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
  137. package/lib/openapi/platform/services/DynamicModulesService.js +7 -5
  138. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  139. package/lib/openapi/platform/services/FilterSharingService.d.ts +73 -96
  140. package/lib/openapi/platform/services/FilterSharingService.js +70 -95
  141. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  142. package/lib/openapi/platform/services/FiltersService.d.ts +179 -258
  143. package/lib/openapi/platform/services/FiltersService.js +174 -256
  144. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  145. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +9 -7
  146. package/lib/openapi/platform/services/GroupAndUserPickerService.js +10 -8
  147. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  148. package/lib/openapi/platform/services/GroupsService.d.ts +43 -27
  149. package/lib/openapi/platform/services/GroupsService.js +40 -26
  150. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  151. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +174 -170
  152. package/lib/openapi/platform/services/IssueAttachmentsService.js +175 -171
  153. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  154. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +36 -20
  155. package/lib/openapi/platform/services/IssueBulkOperationsService.js +35 -20
  156. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  157. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +20 -10
  158. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +21 -11
  159. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  160. package/lib/openapi/platform/services/IssueCommentsService.d.ts +66 -81
  161. package/lib/openapi/platform/services/IssueCommentsService.js +59 -71
  162. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  163. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -5
  164. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +10 -5
  165. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  166. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +72 -38
  167. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +55 -27
  168. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  169. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +51 -29
  170. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +48 -28
  171. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  172. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +38 -17
  173. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +33 -15
  174. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  175. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +9 -5
  176. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +6 -4
  177. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  178. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +78 -35
  179. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +63 -28
  180. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  181. package/lib/openapi/platform/services/IssueFieldsService.d.ts +57 -47
  182. package/lib/openapi/platform/services/IssueFieldsService.js +52 -42
  183. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  184. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +30 -12
  185. package/lib/openapi/platform/services/IssueLinkTypesService.js +27 -11
  186. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  187. package/lib/openapi/platform/services/IssueLinksService.d.ts +21 -24
  188. package/lib/openapi/platform/services/IssueLinksService.js +20 -24
  189. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  190. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +8 -4
  191. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +9 -5
  192. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  193. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +64 -70
  194. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +59 -68
  195. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  196. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +45 -27
  197. package/lib/openapi/platform/services/IssuePrioritiesService.js +38 -24
  198. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  199. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +34 -17
  200. package/lib/openapi/platform/services/IssuePropertiesService.js +29 -15
  201. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  202. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +42 -28
  203. package/lib/openapi/platform/services/IssueRemoteLinksService.js +39 -27
  204. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  205. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +40 -17
  206. package/lib/openapi/platform/services/IssueResolutionsService.js +33 -14
  207. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  208. package/lib/openapi/platform/services/IssueSearchService.d.ts +86 -139
  209. package/lib/openapi/platform/services/IssueSearchService.js +81 -137
  210. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  211. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +20 -19
  212. package/lib/openapi/platform/services/IssueSecurityLevelService.js +21 -20
  213. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  214. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +78 -40
  215. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +65 -34
  216. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  217. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +22 -11
  218. package/lib/openapi/platform/services/IssueTypePropertiesService.js +21 -11
  219. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  220. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +53 -34
  221. package/lib/openapi/platform/services/IssueTypeSchemesService.js +42 -26
  222. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  223. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +56 -27
  224. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +45 -22
  225. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  226. package/lib/openapi/platform/services/IssueTypesService.d.ts +53 -42
  227. package/lib/openapi/platform/services/IssueTypesService.js +50 -41
  228. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  229. package/lib/openapi/platform/services/IssueVotesService.d.ts +17 -17
  230. package/lib/openapi/platform/services/IssueVotesService.js +18 -18
  231. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  232. package/lib/openapi/platform/services/IssueWatchersService.d.ts +20 -10
  233. package/lib/openapi/platform/services/IssueWatchersService.js +19 -10
  234. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  235. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +20 -13
  236. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +21 -14
  237. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  238. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +69 -67
  239. package/lib/openapi/platform/services/IssueWorklogsService.js +64 -65
  240. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  241. package/lib/openapi/platform/services/IssuesService.d.ts +226 -228
  242. package/lib/openapi/platform/services/IssuesService.js +197 -209
  243. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  244. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +25 -24
  245. package/lib/openapi/platform/services/JiraExpressionsService.js +21 -20
  246. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  247. package/lib/openapi/platform/services/JiraSettingsService.d.ts +21 -9
  248. package/lib/openapi/platform/services/JiraSettingsService.js +20 -9
  249. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  250. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +13 -9
  251. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +12 -9
  252. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  253. package/lib/openapi/platform/services/JqlService.d.ts +55 -43
  254. package/lib/openapi/platform/services/JqlService.js +45 -33
  255. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  256. package/lib/openapi/platform/services/LabelsService.d.ts +7 -3
  257. package/lib/openapi/platform/services/LabelsService.js +8 -4
  258. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  259. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +17 -7
  260. package/lib/openapi/platform/services/LicenseMetricsService.js +18 -8
  261. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  262. package/lib/openapi/platform/services/MyselfService.d.ts +28 -21
  263. package/lib/openapi/platform/services/MyselfService.js +27 -21
  264. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  265. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +67 -55
  266. package/lib/openapi/platform/services/PermissionSchemesService.js +62 -53
  267. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  268. package/lib/openapi/platform/services/PermissionsService.d.ts +23 -11
  269. package/lib/openapi/platform/services/PermissionsService.js +22 -11
  270. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  271. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +60 -26
  272. package/lib/openapi/platform/services/PrioritySchemesService.js +54 -23
  273. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  274. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +27 -24
  275. package/lib/openapi/platform/services/ProjectAvatarsService.js +26 -24
  276. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  277. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +30 -12
  278. package/lib/openapi/platform/services/ProjectCategoriesService.js +27 -11
  279. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  280. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +17 -14
  281. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +15 -12
  282. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  283. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +198 -321
  284. package/lib/openapi/platform/services/ProjectComponentsService.js +195 -320
  285. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  286. package/lib/openapi/platform/services/ProjectEmailService.d.ts +11 -5
  287. package/lib/openapi/platform/services/ProjectEmailService.js +10 -5
  288. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  289. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +23 -22
  290. package/lib/openapi/platform/services/ProjectFeaturesService.js +22 -22
  291. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  292. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +19 -7
  293. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +20 -8
  294. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  295. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +32 -23
  296. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +31 -23
  297. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  298. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +22 -11
  299. package/lib/openapi/platform/services/ProjectPropertiesService.js +21 -11
  300. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  301. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +47 -33
  302. package/lib/openapi/platform/services/ProjectRoleActorsService.js +42 -31
  303. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  304. package/lib/openapi/platform/services/ProjectRolesService.d.ts +67 -43
  305. package/lib/openapi/platform/services/ProjectRolesService.js +62 -41
  306. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  307. package/lib/openapi/platform/services/ProjectTypesService.d.ts +29 -21
  308. package/lib/openapi/platform/services/ProjectTypesService.js +30 -22
  309. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  310. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +87 -36
  311. package/lib/openapi/platform/services/ProjectVersionsService.js +78 -32
  312. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  313. package/lib/openapi/platform/services/ProjectsService.d.ts +207 -313
  314. package/lib/openapi/platform/services/ProjectsService.js +203 -310
  315. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  316. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +22 -11
  317. package/lib/openapi/platform/services/ScreenSchemesService.js +19 -10
  318. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  319. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +15 -7
  320. package/lib/openapi/platform/services/ScreenTabFieldsService.js +14 -7
  321. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  322. package/lib/openapi/platform/services/ScreenTabsService.d.ts +27 -11
  323. package/lib/openapi/platform/services/ScreenTabsService.js +26 -11
  324. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  325. package/lib/openapi/platform/services/ScreensService.d.ts +42 -28
  326. package/lib/openapi/platform/services/ScreensService.js +38 -25
  327. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  328. package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -3
  329. package/lib/openapi/platform/services/ServerInfoService.js +7 -4
  330. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  331. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +5 -3
  332. package/lib/openapi/platform/services/ServiceRegistryService.js +4 -3
  333. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  334. package/lib/openapi/platform/services/StatusService.d.ts +29 -15
  335. package/lib/openapi/platform/services/StatusService.js +26 -14
  336. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  337. package/lib/openapi/platform/services/TasksService.d.ts +9 -4
  338. package/lib/openapi/platform/services/TasksService.js +10 -5
  339. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  340. package/lib/openapi/platform/services/TimeTrackingService.d.ts +31 -14
  341. package/lib/openapi/platform/services/TimeTrackingService.js +27 -12
  342. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  343. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +26 -19
  344. package/lib/openapi/platform/services/UiModificationsAppsService.js +23 -18
  345. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  346. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -10
  347. package/lib/openapi/platform/services/UserPropertiesService.js +21 -11
  348. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  349. package/lib/openapi/platform/services/UserSearchService.d.ts +95 -126
  350. package/lib/openapi/platform/services/UserSearchService.js +96 -127
  351. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  352. package/lib/openapi/platform/services/UsersService.d.ts +97 -95
  353. package/lib/openapi/platform/services/UsersService.js +96 -95
  354. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  355. package/lib/openapi/platform/services/WebhooksService.d.ts +35 -18
  356. package/lib/openapi/platform/services/WebhooksService.js +30 -16
  357. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  358. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +133 -147
  359. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +124 -143
  360. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  361. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +13 -10
  362. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +12 -10
  363. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  364. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +121 -82
  365. package/lib/openapi/platform/services/WorkflowSchemesService.js +106 -75
  366. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  367. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +12 -5
  368. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +13 -6
  369. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  370. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +12 -5
  371. package/lib/openapi/platform/services/WorkflowStatusesService.js +13 -6
  372. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  373. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +25 -10
  374. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +22 -9
  375. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  376. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +25 -13
  377. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +22 -12
  378. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  379. package/lib/openapi/platform/services/WorkflowsService.d.ts +791 -693
  380. package/lib/openapi/platform/services/WorkflowsService.js +754 -644
  381. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  382. package/lib/openapi/platform/validationSchemaStorage.d.ts +1 -1
  383. package/lib/openapi/platform/validationSchemaStorage.js +1 -1
  384. package/lib/openapi/platform/validationSchemaStorage.js.map +1 -1
  385. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +3 -3
  386. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +3 -3
  387. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  388. package/lib/openapi/serviceManagement/models/assets.d.ts +1 -1
  389. package/lib/openapi/serviceManagement/models/common.d.ts +1 -1
  390. package/lib/openapi/serviceManagement/models/customer.d.ts +1 -1
  391. package/lib/openapi/serviceManagement/models/info.d.ts +1 -1
  392. package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +1 -1
  393. package/lib/openapi/serviceManagement/models/organization.d.ts +1 -1
  394. package/lib/openapi/serviceManagement/models/request.d.ts +1 -1
  395. package/lib/openapi/serviceManagement/models/servicedesk.d.ts +4 -7
  396. package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
  397. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
  398. package/lib/openapi/serviceManagement/services/AssetsService.js +12 -9
  399. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  400. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +17 -20
  401. package/lib/openapi/serviceManagement/services/CustomerService.js +16 -20
  402. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  403. package/lib/openapi/serviceManagement/services/InfoService.d.ts +6 -3
  404. package/lib/openapi/serviceManagement/services/InfoService.js +7 -4
  405. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  406. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -11
  407. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +12 -12
  408. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  409. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
  410. package/lib/openapi/serviceManagement/services/OrganizationService.js +97 -99
  411. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  412. package/lib/openapi/serviceManagement/services/RequestService.d.ts +420 -578
  413. package/lib/openapi/serviceManagement/services/RequestService.js +405 -571
  414. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  415. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +25 -39
  416. package/lib/openapi/serviceManagement/services/RequesttypeService.js +26 -40
  417. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  418. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +195 -215
  419. package/lib/openapi/serviceManagement/services/ServicedeskService.js +190 -213
  420. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  421. package/lib/openapi/serviceManagement/validationSchemaStorage.d.ts +1 -1
  422. package/lib/openapi/serviceManagement/validationSchemaStorage.js +1 -1
  423. package/lib/openapi/serviceManagement/validationSchemaStorage.js.map +1 -1
  424. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +2 -2
  425. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +2 -2
  426. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  427. package/lib/openapi/software/models/board.d.ts +4 -7
  428. package/lib/openapi/software/models/board.js.map +1 -1
  429. package/lib/openapi/software/models/builds.d.ts +39 -20
  430. package/lib/openapi/software/models/builds.js.map +1 -1
  431. package/lib/openapi/software/models/common.d.ts +8 -6
  432. package/lib/openapi/software/models/common.js.map +1 -1
  433. package/lib/openapi/software/models/deployments.d.ts +37 -18
  434. package/lib/openapi/software/models/deployments.js.map +1 -1
  435. package/lib/openapi/software/models/devOpsComponents.d.ts +7 -4
  436. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  437. package/lib/openapi/software/models/developmentInformation.d.ts +107 -55
  438. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  439. package/lib/openapi/software/models/epic.d.ts +1 -1
  440. package/lib/openapi/software/models/featureFlags.d.ts +17 -9
  441. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  442. package/lib/openapi/software/models/issue.d.ts +1 -1
  443. package/lib/openapi/software/models/operations.d.ts +61 -31
  444. package/lib/openapi/software/models/operations.js.map +1 -1
  445. package/lib/openapi/software/models/remoteLinks.d.ts +37 -19
  446. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  447. package/lib/openapi/software/models/securityInformation.d.ts +53 -27
  448. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  449. package/lib/openapi/software/models/sprint.d.ts +1 -1
  450. package/lib/openapi/software/services/BacklogService.d.ts +14 -8
  451. package/lib/openapi/software/services/BacklogService.js +11 -7
  452. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  453. package/lib/openapi/software/services/BoardService.d.ts +200 -204
  454. package/lib/openapi/software/services/BoardService.js +197 -203
  455. package/lib/openapi/software/services/BoardService.js.map +1 -1
  456. package/lib/openapi/software/services/BuildsService.d.ts +11 -9
  457. package/lib/openapi/software/services/BuildsService.js +12 -10
  458. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  459. package/lib/openapi/software/services/DeploymentsService.d.ts +13 -13
  460. package/lib/openapi/software/services/DeploymentsService.js +14 -14
  461. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  462. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +33 -20
  463. package/lib/openapi/software/services/DevOpsComponentsService.js +12 -10
  464. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  465. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +14 -9
  466. package/lib/openapi/software/services/DevelopmentInformationService.js +15 -10
  467. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  468. package/lib/openapi/software/services/EpicService.d.ts +67 -76
  469. package/lib/openapi/software/services/EpicService.js +60 -73
  470. package/lib/openapi/software/services/EpicService.js.map +1 -1
  471. package/lib/openapi/software/services/FeatureFlagsService.d.ts +11 -9
  472. package/lib/openapi/software/services/FeatureFlagsService.js +12 -10
  473. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  474. package/lib/openapi/software/services/IssueService.d.ts +45 -44
  475. package/lib/openapi/software/services/IssueService.js +42 -43
  476. package/lib/openapi/software/services/IssueService.js.map +1 -1
  477. package/lib/openapi/software/services/OperationsService.d.ts +66 -38
  478. package/lib/openapi/software/services/OperationsService.js +23 -17
  479. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  480. package/lib/openapi/software/services/RemoteLinksService.d.ts +18 -13
  481. package/lib/openapi/software/services/RemoteLinksService.js +12 -10
  482. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  483. package/lib/openapi/software/services/SecurityInformationService.d.ts +19 -13
  484. package/lib/openapi/software/services/SecurityInformationService.js +20 -14
  485. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  486. package/lib/openapi/software/services/SprintService.d.ts +79 -55
  487. package/lib/openapi/software/services/SprintService.js +70 -51
  488. package/lib/openapi/software/services/SprintService.js.map +1 -1
  489. package/lib/openapi/software/validationSchemaStorage.d.ts +1 -1
  490. package/lib/openapi/software/validationSchemaStorage.js +1 -1
  491. package/lib/openapi/software/validationSchemaStorage.js.map +1 -1
  492. package/package.json +3 -3
  493. package/lib/openapi/platform/core/CommonHttpClient.js +0 -390
  494. package/lib/openapi/platform/core/CommonHttpClient.js.map +0 -1
  495. package/lib/openapi/platform/core/CommonHttpService.d.ts +0 -9
  496. package/lib/openapi/platform/core/CommonHttpService.js.map +0 -1
  497. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +0 -1
  498. package/lib/openapi/serviceManagement/core/CommonHttpClient.d.ts +0 -196
  499. package/lib/openapi/serviceManagement/core/CommonHttpClient.js.map +0 -1
  500. package/lib/openapi/serviceManagement/core/CommonHttpService.d.ts +0 -9
  501. package/lib/openapi/serviceManagement/core/CommonHttpService.js +0 -29
  502. package/lib/openapi/serviceManagement/core/CommonHttpService.js.map +0 -1
  503. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.d.ts +0 -35
  504. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.js +0 -65
  505. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.js.map +0 -1
  506. package/lib/openapi/software/core/CommonHttpClient.d.ts +0 -196
  507. package/lib/openapi/software/core/CommonHttpClient.js +0 -390
  508. package/lib/openapi/software/core/CommonHttpClient.js.map +0 -1
  509. package/lib/openapi/software/core/CommonHttpService.js +0 -29
  510. package/lib/openapi/software/core/CommonHttpService.js.map +0 -1
  511. package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +0 -35
  512. package/lib/openapi/software/core/CommonValidationSchemaStorage.js +0 -65
  513. package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +0 -1
  514. /package/lib/openapi/{platform/core → core}/CommonValidationSchemaStorage.d.ts +0 -0
  515. /package/lib/openapi/{platform/core → core}/CommonValidationSchemaStorage.js +0 -0
@@ -1,4 +1,4 @@
1
- import { CommonHttpService } from "../core/CommonHttpService";
1
+ import { CommonHttpService } from "../../core/CommonHttpService";
2
2
  import { type Board, type BoardConfigBean, type BoardCreateBean, type BoardFilterBean, type FeatureResponseBean, type FeatureToggleRequestBean, type PageBeanQuickFilterBean, type PartialSuccessBean, type ProjectDetails, type QuickFilterBean, type ReportsResponseBean, type SearchResults } from "../models/board";
3
3
  import { type IssueRankRequestBean, type SprintBean } from "../models/common";
4
4
  /**
@@ -39,18 +39,23 @@ export declare class BoardService extends CommonHttpService {
39
39
  *
40
40
  * @returns Returns the created board.
41
41
  *
42
- * example: {
42
+ * example:
43
+ * ```
44
+ * {
43
45
  * "id": 84,
44
46
  * "name": "scrum board",
45
47
  * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
46
48
  * "type": "scrum"
47
49
  * }
48
- * @path {POST} /rest/agile/1.0/board
50
+ * ```
51
+ * @path POST `/rest/agile/1.0/board`
49
52
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-post
53
+ * @param params
50
54
  */
51
55
  createBoard: ({ boardCreateBean, }: {
52
56
  /**
53
- * @example {
57
+ * @example
58
+ * {
54
59
  * "filterId": 10040,
55
60
  * "location": {
56
61
  * "projectKeyOrId": "10000",
@@ -65,8 +70,9 @@ export declare class BoardService extends CommonHttpService {
65
70
  /**
66
71
  * Deletes the board. Admin without the view permission can still remove the board.
67
72
  *
68
- * @path {DELETE} /rest/agile/1.0/board/{boardId}
73
+ * @path DELETE `/rest/agile/1.0/board/{boardId}`
69
74
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-delete
75
+ * @param params
70
76
  */
71
77
  deleteBoard: ({ boardId, }: {
72
78
  /** ID of the board to be deleted */
@@ -76,8 +82,9 @@ export declare class BoardService extends CommonHttpService {
76
82
  * Removes the property from the board identified by the id. Ths user removing the
77
83
  * property is required to have permissions to modify the board.
78
84
  *
79
- * @path {DELETE} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
85
+ * @path DELETE `/rest/agile/1.0/board/{boardId}/properties/{propertyKey}`
80
86
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-delete
87
+ * @param params
81
88
  */
82
89
  deleteBoardProperty: ({ boardId, propertyKey, }: {
83
90
  /** the id of the board from which the property will be removed. */
@@ -96,7 +103,9 @@ export declare class BoardService extends CommonHttpService {
96
103
  *
97
104
  * @returns Returns the requested boards, at the specified page of the results.
98
105
  *
99
- * example: {
106
+ * example:
107
+ * ```
108
+ * {
100
109
  * "isLast": false,
101
110
  * "maxResults": 2,
102
111
  * "startAt": 1,
@@ -116,8 +125,10 @@ export declare class BoardService extends CommonHttpService {
116
125
  * }
117
126
  * ]
118
127
  * }
119
- * @path {GET} /rest/agile/1.0/board
128
+ * ```
129
+ * @path GET `/rest/agile/1.0/board`
120
130
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-get
131
+ * @param params
121
132
  */
122
133
  getAllBoards: ({ startAt, maxResults, type, name, projectKeyOrId, accountIdLocation, projectLocation, includePrivate, negateLocationFiltering, orderBy, expand, projectTypeLocation, filterId, }?: {
123
134
  /**
@@ -182,10 +193,11 @@ export declare class BoardService extends CommonHttpService {
182
193
  /**
183
194
  * Returns all quick filters from a board, for a given board ID.
184
195
  *
185
- * @returns Returns the requested quick filters, at the specified page of the results.
186
- * Quick filters will be ordered first by position.
196
+ * @returns Returns the requested quick filters, at the specified page of the results. Quick filters will be ordered first by position.
187
197
  *
188
- * example: {
198
+ * example:
199
+ * ```
200
+ * {
189
201
  * "isLast": false,
190
202
  * "maxResults": 2,
191
203
  * "startAt": 1,
@@ -209,8 +221,10 @@ export declare class BoardService extends CommonHttpService {
209
221
  * }
210
222
  * ]
211
223
  * }
212
- * @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter
224
+ * ```
225
+ * @path GET `/rest/agile/1.0/board/{boardId}/quickfilter`
213
226
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-quickfilter-get
227
+ * @param params
214
228
  */
215
229
  getAllQuickFilters: ({ boardId, startAt, maxResults, }: {
216
230
  /** The ID of the board that contains the requested quick filters. */
@@ -230,11 +244,11 @@ export declare class BoardService extends CommonHttpService {
230
244
  * Returns all sprints from a board, for a given board ID. This only includes
231
245
  * sprints that the user has permission to view.
232
246
  *
233
- * @returns Returns the requested sprints, at the specified page of the results. Sprints
234
- * will be ordered first by state (i.e. closed, active, future) then by their
235
- * position in the backlog.
247
+ * @returns Returns the requested sprints, at the specified page of the results. Sprints will be ordered first by state (i.e. closed, active, future) then by their position in the backlog.
236
248
  *
237
- * example: {
249
+ * example:
250
+ * ```
251
+ * {
238
252
  * "isLast": false,
239
253
  * "maxResults": 2,
240
254
  * "startAt": 1,
@@ -260,8 +274,10 @@ export declare class BoardService extends CommonHttpService {
260
274
  * }
261
275
  * ]
262
276
  * }
263
- * @path {GET} /rest/agile/1.0/board/{boardId}/sprint
277
+ * ```
278
+ * @path GET `/rest/agile/1.0/board/{boardId}/sprint`
264
279
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-sprint-get
280
+ * @param params
265
281
  */
266
282
  getAllSprints: ({ boardId, startAt, maxResults, state, }: {
267
283
  /** The ID of the board that contains the requested sprints. */
@@ -301,7 +317,9 @@ export declare class BoardService extends CommonHttpService {
301
317
  *
302
318
  * @returns Returns the requested versions, at the specified page of the results.
303
319
  *
304
- * example: {
320
+ * example:
321
+ * ```
322
+ * {
305
323
  * "isLast": false,
306
324
  * "maxResults": 2,
307
325
  * "startAt": 1,
@@ -328,8 +346,10 @@ export declare class BoardService extends CommonHttpService {
328
346
  * }
329
347
  * ]
330
348
  * }
331
- * @path {GET} /rest/agile/1.0/board/{boardId}/version
349
+ * ```
350
+ * @path GET `/rest/agile/1.0/board/{boardId}/version`
332
351
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-version-get
352
+ * @param params
333
353
  */
334
354
  getAllVersions: ({ boardId, startAt, maxResults, released, }: {
335
355
  /** The ID of the board that contains the requested versions. */
@@ -358,7 +378,9 @@ export declare class BoardService extends CommonHttpService {
358
378
  *
359
379
  * @returns Returns the requested board.
360
380
  *
361
- * example: {
381
+ * example:
382
+ * ```
383
+ * {
362
384
  * "id": 84,
363
385
  * "location": {
364
386
  * "displayName": "Example Project",
@@ -374,8 +396,10 @@ export declare class BoardService extends CommonHttpService {
374
396
  * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
375
397
  * "type": "scrum"
376
398
  * }
377
- * @path {GET} /rest/agile/1.0/board/{boardId}
399
+ * ```
400
+ * @path GET `/rest/agile/1.0/board/{boardId}`
378
401
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-get
402
+ * @param params
379
403
  */
380
404
  getBoard: ({ boardId, }: {
381
405
  /** The ID of the requested board. */
@@ -388,13 +412,17 @@ export declare class BoardService extends CommonHttpService {
388
412
  *
389
413
  * @returns Returns the requested boards, at the specified page of the results.
390
414
  *
391
- * example: {
415
+ * example:
416
+ * ```
417
+ * {
392
418
  * "id": 84,
393
419
  * "name": "scrum board",
394
420
  * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84"
395
421
  * }
396
- * @path {GET} /rest/agile/1.0/board/filter/{filterId}
422
+ * ```
423
+ * @path GET `/rest/agile/1.0/board/filter/{filterId}`
397
424
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-filter-filterid-get
425
+ * @param params
398
426
  */
399
427
  getBoardByFilterId: ({ filterId, startAt, maxResults, }: {
400
428
  /**
@@ -428,7 +456,9 @@ export declare class BoardService extends CommonHttpService {
428
456
  *
429
457
  * @returns Returns the requested issues, at the specified page of the results.
430
458
  *
431
- * example: {
459
+ * example:
460
+ * ```
461
+ * {
432
462
  * "expand": "names,schema",
433
463
  * "issues": [
434
464
  * {
@@ -445,8 +475,7 @@ export declare class BoardService extends CommonHttpService {
445
475
  * "closedSprints": [
446
476
  * {
447
477
  * "id": 37,
448
- * "self":
449
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
478
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
450
479
  * "state": "closed",
451
480
  * "name": "sprint 1",
452
481
  * "startDate": "2015-04-11T15:22:00.000+10:00",
@@ -458,14 +487,10 @@ export declare class BoardService extends CommonHttpService {
458
487
  * "description": "example bug report",
459
488
  * "project": {
460
489
  * "avatarUrls": {
461
- * "16x16":
462
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
463
- * "24x24":
464
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
465
- * "32x32":
466
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
467
- * "48x48":
468
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
490
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
491
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
492
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
493
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
469
494
  * },
470
495
  * "id": "10000",
471
496
  * "insight": {
@@ -478,8 +503,7 @@ export declare class BoardService extends CommonHttpService {
478
503
  * "description": "First Project Category",
479
504
  * "id": "10000",
480
505
  * "name": "FIRST",
481
- * "self":
482
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
506
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
483
507
  * },
484
508
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
485
509
  * "simplified": false,
@@ -491,8 +515,7 @@ export declare class BoardService extends CommonHttpService {
491
515
  * "accountId": "5b10a2844c20165700ede21g",
492
516
  * "active": false,
493
517
  * "displayName": "Mia Krystof",
494
- * "self":
495
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
518
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
496
519
  * },
497
520
  * "body": {
498
521
  * "type": "doc",
@@ -503,10 +526,7 @@ export declare class BoardService extends CommonHttpService {
503
526
  * "content": [
504
527
  * {
505
528
  * "type": "text",
506
- * "text": "Lorem ipsum dolor sit amet, consectetur
507
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
508
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
509
- * semper."
529
+ * "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
510
530
  * }
511
531
  * ]
512
532
  * }
@@ -514,14 +534,12 @@ export declare class BoardService extends CommonHttpService {
514
534
  * },
515
535
  * "created": "2021-01-17T12:34:00.000+0000",
516
536
  * "id": "10000",
517
- * "self":
518
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
537
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
519
538
  * "updateAuthor": {
520
539
  * "accountId": "5b10a2844c20165700ede21g",
521
540
  * "active": false,
522
541
  * "displayName": "Mia Krystof",
523
- * "self":
524
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
542
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
525
543
  * },
526
544
  * "updated": "2021-01-18T23:45:00.000+0000",
527
545
  * "visibility": {
@@ -547,8 +565,7 @@ export declare class BoardService extends CommonHttpService {
547
565
  * "accountId": "5b10a2844c20165700ede21g",
548
566
  * "active": false,
549
567
  * "displayName": "Mia Krystof",
550
- * "self":
551
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
568
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
552
569
  * },
553
570
  * "comment": {
554
571
  * "type": "doc",
@@ -567,8 +584,7 @@ export declare class BoardService extends CommonHttpService {
567
584
  * },
568
585
  * "id": "100028",
569
586
  * "issueId": "10002",
570
- * "self":
571
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
587
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
572
588
  * "started": "2021-01-17T12:34:00.000+0000",
573
589
  * "timeSpent": "3h 20m",
574
590
  * "timeSpentSeconds": 12000,
@@ -576,8 +592,7 @@ export declare class BoardService extends CommonHttpService {
576
592
  * "accountId": "5b10a2844c20165700ede21g",
577
593
  * "active": false,
578
594
  * "displayName": "Mia Krystof",
579
- * "self":
580
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
595
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
581
596
  * },
582
597
  * "updated": "2021-01-18T23:45:00.000+0000",
583
598
  * "visibility": {
@@ -599,16 +614,17 @@ export declare class BoardService extends CommonHttpService {
599
614
  * },
600
615
  * "id": "10001",
601
616
  * "key": "HSP-1",
602
- * "self":
603
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
617
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
604
618
  * }
605
619
  * ],
606
620
  * "maxResults": 50,
607
621
  * "startAt": 0,
608
622
  * "total": 1
609
623
  * }
610
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic/{epicId}/issue
624
+ * ```
625
+ * @path GET `/rest/agile/1.0/board/{boardId}/epic/{epicId}/issue`
611
626
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-epicid-issue-get
627
+ * @param params
612
628
  */
613
629
  getBoardIssuesForEpic: ({ boardId, epicId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
614
630
  /** The ID of the board that contains the requested issues. */
@@ -651,7 +667,9 @@ export declare class BoardService extends CommonHttpService {
651
667
  *
652
668
  * @returns Returns the requested issues, at the specified page of the results.
653
669
  *
654
- * example: {
670
+ * example:
671
+ * ```
672
+ * {
655
673
  * "expand": "names,schema",
656
674
  * "issues": [
657
675
  * {
@@ -668,8 +686,7 @@ export declare class BoardService extends CommonHttpService {
668
686
  * "closedSprints": [
669
687
  * {
670
688
  * "id": 37,
671
- * "self":
672
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
689
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
673
690
  * "state": "closed",
674
691
  * "name": "sprint 1",
675
692
  * "startDate": "2015-04-11T15:22:00.000+10:00",
@@ -681,14 +698,10 @@ export declare class BoardService extends CommonHttpService {
681
698
  * "description": "example bug report",
682
699
  * "project": {
683
700
  * "avatarUrls": {
684
- * "16x16":
685
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
686
- * "24x24":
687
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
688
- * "32x32":
689
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
690
- * "48x48":
691
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
701
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
702
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
703
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
704
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
692
705
  * },
693
706
  * "id": "10000",
694
707
  * "insight": {
@@ -701,8 +714,7 @@ export declare class BoardService extends CommonHttpService {
701
714
  * "description": "First Project Category",
702
715
  * "id": "10000",
703
716
  * "name": "FIRST",
704
- * "self":
705
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
717
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
706
718
  * },
707
719
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
708
720
  * "simplified": false,
@@ -714,8 +726,7 @@ export declare class BoardService extends CommonHttpService {
714
726
  * "accountId": "5b10a2844c20165700ede21g",
715
727
  * "active": false,
716
728
  * "displayName": "Mia Krystof",
717
- * "self":
718
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
729
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
719
730
  * },
720
731
  * "body": {
721
732
  * "type": "doc",
@@ -726,10 +737,7 @@ export declare class BoardService extends CommonHttpService {
726
737
  * "content": [
727
738
  * {
728
739
  * "type": "text",
729
- * "text": "Lorem ipsum dolor sit amet, consectetur
730
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
731
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
732
- * semper."
740
+ * "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
733
741
  * }
734
742
  * ]
735
743
  * }
@@ -737,14 +745,12 @@ export declare class BoardService extends CommonHttpService {
737
745
  * },
738
746
  * "created": "2021-01-17T12:34:00.000+0000",
739
747
  * "id": "10000",
740
- * "self":
741
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
748
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
742
749
  * "updateAuthor": {
743
750
  * "accountId": "5b10a2844c20165700ede21g",
744
751
  * "active": false,
745
752
  * "displayName": "Mia Krystof",
746
- * "self":
747
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
753
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
748
754
  * },
749
755
  * "updated": "2021-01-18T23:45:00.000+0000",
750
756
  * "visibility": {
@@ -770,8 +776,7 @@ export declare class BoardService extends CommonHttpService {
770
776
  * "accountId": "5b10a2844c20165700ede21g",
771
777
  * "active": false,
772
778
  * "displayName": "Mia Krystof",
773
- * "self":
774
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
779
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
775
780
  * },
776
781
  * "comment": {
777
782
  * "type": "doc",
@@ -790,8 +795,7 @@ export declare class BoardService extends CommonHttpService {
790
795
  * },
791
796
  * "id": "100028",
792
797
  * "issueId": "10002",
793
- * "self":
794
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
798
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
795
799
  * "started": "2021-01-17T12:34:00.000+0000",
796
800
  * "timeSpent": "3h 20m",
797
801
  * "timeSpentSeconds": 12000,
@@ -799,8 +803,7 @@ export declare class BoardService extends CommonHttpService {
799
803
  * "accountId": "5b10a2844c20165700ede21g",
800
804
  * "active": false,
801
805
  * "displayName": "Mia Krystof",
802
- * "self":
803
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
806
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
804
807
  * },
805
808
  * "updated": "2021-01-18T23:45:00.000+0000",
806
809
  * "visibility": {
@@ -822,16 +825,17 @@ export declare class BoardService extends CommonHttpService {
822
825
  * },
823
826
  * "id": "10001",
824
827
  * "key": "HSP-1",
825
- * "self":
826
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
828
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
827
829
  * }
828
830
  * ],
829
831
  * "maxResults": 50,
830
832
  * "startAt": 0,
831
833
  * "total": 1
832
834
  * }
833
- * @path {GET} /rest/agile/1.0/board/{boardId}/sprint/{sprintId}/issue
835
+ * ```
836
+ * @path GET `/rest/agile/1.0/board/{boardId}/sprint/{sprintId}/issue`
834
837
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-sprint-sprintid-issue-get
838
+ * @param params
835
839
  */
836
840
  getBoardIssuesForSprint: ({ boardId, sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
837
841
  /** The ID of the board that contains requested issues. */
@@ -873,8 +877,9 @@ export declare class BoardService extends CommonHttpService {
873
877
  * permissions to view the board.
874
878
  *
875
879
  * @returns Returned if the board exists and the property was found.
876
- * @path {GET} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
880
+ * @path GET `/rest/agile/1.0/board/{boardId}/properties/{propertyKey}`
877
881
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-get
882
+ * @param params
878
883
  */
879
884
  getBoardProperty: ({ boardId, propertyKey, }: {
880
885
  /** the ID of the board from which the property will be returned. */
@@ -888,8 +893,9 @@ export declare class BoardService extends CommonHttpService {
888
893
  * board.
889
894
  *
890
895
  * @returns Returned if the board with given id exists.
891
- * @path {GET} /rest/agile/1.0/board/{boardId}/properties
896
+ * @path GET `/rest/agile/1.0/board/{boardId}/properties`
892
897
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-get
898
+ * @param params
893
899
  */
894
900
  getBoardPropertyKeys: ({ boardId, }: {
895
901
  /** the ID of the board from which property keys will be returned. */
@@ -922,7 +928,9 @@ export declare class BoardService extends CommonHttpService {
922
928
  *
923
929
  * @returns Returns the configuration of the board for given boardId.
924
930
  *
925
- * example: {
931
+ * example:
932
+ * ```
933
+ * {
926
934
  * "columnConfig": {
927
935
  * "columns": [
928
936
  * {
@@ -986,8 +994,10 @@ export declare class BoardService extends CommonHttpService {
986
994
  * },
987
995
  * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84/config"
988
996
  * }
989
- * @path {GET} /rest/agile/1.0/board/{boardId}/configuration
997
+ * ```
998
+ * @path GET `/rest/agile/1.0/board/{boardId}/configuration`
990
999
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-configuration-get
1000
+ * @param params
991
1001
  */
992
1002
  getConfiguration: ({ boardId, }: {
993
1003
  /** The ID of the board for which configuration is requested. */
@@ -1000,7 +1010,9 @@ export declare class BoardService extends CommonHttpService {
1000
1010
  *
1001
1011
  * @returns Returns the requested epics, at the specified page of the results.
1002
1012
  *
1003
- * example: {
1013
+ * example:
1014
+ * ```
1015
+ * {
1004
1016
  * "isLast": false,
1005
1017
  * "maxResults": 2,
1006
1018
  * "startAt": 1,
@@ -1028,8 +1040,10 @@ export declare class BoardService extends CommonHttpService {
1028
1040
  * }
1029
1041
  * ]
1030
1042
  * }
1031
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic
1043
+ * ```
1044
+ * @path GET `/rest/agile/1.0/board/{boardId}/epic`
1032
1045
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-get
1046
+ * @param params
1033
1047
  */
1034
1048
  getEpics: ({ boardId, startAt, maxResults, done, }: {
1035
1049
  /** The ID of the board that contains the requested epics. */
@@ -1052,8 +1066,9 @@ export declare class BoardService extends CommonHttpService {
1052
1066
  }) => Promise<unknown>;
1053
1067
  /**
1054
1068
  * @returns 200 response
1055
- * @path {GET} /rest/agile/1.0/board/{boardId}/features
1069
+ * @path GET `/rest/agile/1.0/board/{boardId}/features`
1056
1070
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-features-get
1071
+ * @param params
1057
1072
  */
1058
1073
  getFeaturesForBoard: ({ boardId, }: {
1059
1074
  boardId: number;
@@ -1069,7 +1084,9 @@ export declare class BoardService extends CommonHttpService {
1069
1084
  *
1070
1085
  * @returns Returns the requested issues, at the specified page of the results.
1071
1086
  *
1072
- * example: {
1087
+ * example:
1088
+ * ```
1089
+ * {
1073
1090
  * "expand": "names,schema",
1074
1091
  * "issues": [
1075
1092
  * {
@@ -1086,8 +1103,7 @@ export declare class BoardService extends CommonHttpService {
1086
1103
  * "closedSprints": [
1087
1104
  * {
1088
1105
  * "id": 37,
1089
- * "self":
1090
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1106
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1091
1107
  * "state": "closed",
1092
1108
  * "name": "sprint 1",
1093
1109
  * "startDate": "2015-04-11T15:22:00.000+10:00",
@@ -1099,14 +1115,10 @@ export declare class BoardService extends CommonHttpService {
1099
1115
  * "description": "example bug report",
1100
1116
  * "project": {
1101
1117
  * "avatarUrls": {
1102
- * "16x16":
1103
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1104
- * "24x24":
1105
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1106
- * "32x32":
1107
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1108
- * "48x48":
1109
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1118
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1119
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1120
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1121
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1110
1122
  * },
1111
1123
  * "id": "10000",
1112
1124
  * "insight": {
@@ -1119,8 +1131,7 @@ export declare class BoardService extends CommonHttpService {
1119
1131
  * "description": "First Project Category",
1120
1132
  * "id": "10000",
1121
1133
  * "name": "FIRST",
1122
- * "self":
1123
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1134
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1124
1135
  * },
1125
1136
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1126
1137
  * "simplified": false,
@@ -1132,8 +1143,7 @@ export declare class BoardService extends CommonHttpService {
1132
1143
  * "accountId": "5b10a2844c20165700ede21g",
1133
1144
  * "active": false,
1134
1145
  * "displayName": "Mia Krystof",
1135
- * "self":
1136
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1146
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1137
1147
  * },
1138
1148
  * "body": {
1139
1149
  * "type": "doc",
@@ -1144,10 +1154,7 @@ export declare class BoardService extends CommonHttpService {
1144
1154
  * "content": [
1145
1155
  * {
1146
1156
  * "type": "text",
1147
- * "text": "Lorem ipsum dolor sit amet, consectetur
1148
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1149
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1150
- * semper."
1157
+ * "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
1151
1158
  * }
1152
1159
  * ]
1153
1160
  * }
@@ -1155,14 +1162,12 @@ export declare class BoardService extends CommonHttpService {
1155
1162
  * },
1156
1163
  * "created": "2021-01-17T12:34:00.000+0000",
1157
1164
  * "id": "10000",
1158
- * "self":
1159
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1165
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1160
1166
  * "updateAuthor": {
1161
1167
  * "accountId": "5b10a2844c20165700ede21g",
1162
1168
  * "active": false,
1163
1169
  * "displayName": "Mia Krystof",
1164
- * "self":
1165
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1170
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1166
1171
  * },
1167
1172
  * "updated": "2021-01-18T23:45:00.000+0000",
1168
1173
  * "visibility": {
@@ -1188,8 +1193,7 @@ export declare class BoardService extends CommonHttpService {
1188
1193
  * "accountId": "5b10a2844c20165700ede21g",
1189
1194
  * "active": false,
1190
1195
  * "displayName": "Mia Krystof",
1191
- * "self":
1192
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1196
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1193
1197
  * },
1194
1198
  * "comment": {
1195
1199
  * "type": "doc",
@@ -1208,8 +1212,7 @@ export declare class BoardService extends CommonHttpService {
1208
1212
  * },
1209
1213
  * "id": "100028",
1210
1214
  * "issueId": "10002",
1211
- * "self":
1212
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1215
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1213
1216
  * "started": "2021-01-17T12:34:00.000+0000",
1214
1217
  * "timeSpent": "3h 20m",
1215
1218
  * "timeSpentSeconds": 12000,
@@ -1217,8 +1220,7 @@ export declare class BoardService extends CommonHttpService {
1217
1220
  * "accountId": "5b10a2844c20165700ede21g",
1218
1221
  * "active": false,
1219
1222
  * "displayName": "Mia Krystof",
1220
- * "self":
1221
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1223
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1222
1224
  * },
1223
1225
  * "updated": "2021-01-18T23:45:00.000+0000",
1224
1226
  * "visibility": {
@@ -1240,16 +1242,17 @@ export declare class BoardService extends CommonHttpService {
1240
1242
  * },
1241
1243
  * "id": "10001",
1242
1244
  * "key": "HSP-1",
1243
- * "self":
1244
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1245
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1245
1246
  * }
1246
1247
  * ],
1247
1248
  * "maxResults": 50,
1248
1249
  * "startAt": 0,
1249
1250
  * "total": 1
1250
1251
  * }
1251
- * @path {GET} /rest/agile/1.0/board/{boardId}/backlog
1252
+ * ```
1253
+ * @path GET `/rest/agile/1.0/board/{boardId}/backlog`
1252
1254
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-backlog-get
1255
+ * @param params
1253
1256
  */
1254
1257
  getIssuesForBacklog: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1255
1258
  /** The ID of the board that has the backlog containing the requested issues. */
@@ -1295,7 +1298,9 @@ export declare class BoardService extends CommonHttpService {
1295
1298
  *
1296
1299
  * @returns Returns the requested issues, at the specified page of the results.
1297
1300
  *
1298
- * example: {
1301
+ * example:
1302
+ * ```
1303
+ * {
1299
1304
  * "expand": "names,schema",
1300
1305
  * "issues": [
1301
1306
  * {
@@ -1312,8 +1317,7 @@ export declare class BoardService extends CommonHttpService {
1312
1317
  * "closedSprints": [
1313
1318
  * {
1314
1319
  * "id": 37,
1315
- * "self":
1316
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1320
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1317
1321
  * "state": "closed",
1318
1322
  * "name": "sprint 1",
1319
1323
  * "startDate": "2015-04-11T15:22:00.000+10:00",
@@ -1325,14 +1329,10 @@ export declare class BoardService extends CommonHttpService {
1325
1329
  * "description": "example bug report",
1326
1330
  * "project": {
1327
1331
  * "avatarUrls": {
1328
- * "16x16":
1329
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1330
- * "24x24":
1331
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1332
- * "32x32":
1333
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1334
- * "48x48":
1335
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1332
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1333
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1334
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1335
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1336
1336
  * },
1337
1337
  * "id": "10000",
1338
1338
  * "insight": {
@@ -1345,8 +1345,7 @@ export declare class BoardService extends CommonHttpService {
1345
1345
  * "description": "First Project Category",
1346
1346
  * "id": "10000",
1347
1347
  * "name": "FIRST",
1348
- * "self":
1349
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1348
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1350
1349
  * },
1351
1350
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1352
1351
  * "simplified": false,
@@ -1358,8 +1357,7 @@ export declare class BoardService extends CommonHttpService {
1358
1357
  * "accountId": "5b10a2844c20165700ede21g",
1359
1358
  * "active": false,
1360
1359
  * "displayName": "Mia Krystof",
1361
- * "self":
1362
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1360
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1363
1361
  * },
1364
1362
  * "body": {
1365
1363
  * "type": "doc",
@@ -1370,10 +1368,7 @@ export declare class BoardService extends CommonHttpService {
1370
1368
  * "content": [
1371
1369
  * {
1372
1370
  * "type": "text",
1373
- * "text": "Lorem ipsum dolor sit amet, consectetur
1374
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1375
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1376
- * semper."
1371
+ * "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
1377
1372
  * }
1378
1373
  * ]
1379
1374
  * }
@@ -1381,14 +1376,12 @@ export declare class BoardService extends CommonHttpService {
1381
1376
  * },
1382
1377
  * "created": "2021-01-17T12:34:00.000+0000",
1383
1378
  * "id": "10000",
1384
- * "self":
1385
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1379
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1386
1380
  * "updateAuthor": {
1387
1381
  * "accountId": "5b10a2844c20165700ede21g",
1388
1382
  * "active": false,
1389
1383
  * "displayName": "Mia Krystof",
1390
- * "self":
1391
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1384
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1392
1385
  * },
1393
1386
  * "updated": "2021-01-18T23:45:00.000+0000",
1394
1387
  * "visibility": {
@@ -1414,8 +1407,7 @@ export declare class BoardService extends CommonHttpService {
1414
1407
  * "accountId": "5b10a2844c20165700ede21g",
1415
1408
  * "active": false,
1416
1409
  * "displayName": "Mia Krystof",
1417
- * "self":
1418
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1410
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1419
1411
  * },
1420
1412
  * "comment": {
1421
1413
  * "type": "doc",
@@ -1434,8 +1426,7 @@ export declare class BoardService extends CommonHttpService {
1434
1426
  * },
1435
1427
  * "id": "100028",
1436
1428
  * "issueId": "10002",
1437
- * "self":
1438
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1429
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1439
1430
  * "started": "2021-01-17T12:34:00.000+0000",
1440
1431
  * "timeSpent": "3h 20m",
1441
1432
  * "timeSpentSeconds": 12000,
@@ -1443,8 +1434,7 @@ export declare class BoardService extends CommonHttpService {
1443
1434
  * "accountId": "5b10a2844c20165700ede21g",
1444
1435
  * "active": false,
1445
1436
  * "displayName": "Mia Krystof",
1446
- * "self":
1447
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1437
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1448
1438
  * },
1449
1439
  * "updated": "2021-01-18T23:45:00.000+0000",
1450
1440
  * "visibility": {
@@ -1466,16 +1456,17 @@ export declare class BoardService extends CommonHttpService {
1466
1456
  * },
1467
1457
  * "id": "10001",
1468
1458
  * "key": "HSP-1",
1469
- * "self":
1470
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1459
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1471
1460
  * }
1472
1461
  * ],
1473
1462
  * "maxResults": 50,
1474
1463
  * "startAt": 0,
1475
1464
  * "total": 1
1476
1465
  * }
1477
- * @path {GET} /rest/agile/1.0/board/{boardId}/issue
1466
+ * ```
1467
+ * @path GET `/rest/agile/1.0/board/{boardId}/issue`
1478
1468
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-issue-get
1469
+ * @param params
1479
1470
  */
1480
1471
  getIssuesForBoard: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1481
1472
  /** The ID of the board that contains the requested issues. */
@@ -1517,7 +1508,9 @@ export declare class BoardService extends CommonHttpService {
1517
1508
  *
1518
1509
  * @returns Returns the requested issues, at the specified page of the results.
1519
1510
  *
1520
- * example: {
1511
+ * example:
1512
+ * ```
1513
+ * {
1521
1514
  * "expand": "names,schema",
1522
1515
  * "issues": [
1523
1516
  * {
@@ -1534,8 +1527,7 @@ export declare class BoardService extends CommonHttpService {
1534
1527
  * "closedSprints": [
1535
1528
  * {
1536
1529
  * "id": 37,
1537
- * "self":
1538
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1530
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1539
1531
  * "state": "closed",
1540
1532
  * "name": "sprint 1",
1541
1533
  * "startDate": "2015-04-11T15:22:00.000+10:00",
@@ -1547,14 +1539,10 @@ export declare class BoardService extends CommonHttpService {
1547
1539
  * "description": "example bug report",
1548
1540
  * "project": {
1549
1541
  * "avatarUrls": {
1550
- * "16x16":
1551
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1552
- * "24x24":
1553
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1554
- * "32x32":
1555
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1556
- * "48x48":
1557
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1542
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1543
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1544
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1545
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1558
1546
  * },
1559
1547
  * "id": "10000",
1560
1548
  * "insight": {
@@ -1567,8 +1555,7 @@ export declare class BoardService extends CommonHttpService {
1567
1555
  * "description": "First Project Category",
1568
1556
  * "id": "10000",
1569
1557
  * "name": "FIRST",
1570
- * "self":
1571
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1558
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1572
1559
  * },
1573
1560
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1574
1561
  * "simplified": false,
@@ -1580,8 +1567,7 @@ export declare class BoardService extends CommonHttpService {
1580
1567
  * "accountId": "5b10a2844c20165700ede21g",
1581
1568
  * "active": false,
1582
1569
  * "displayName": "Mia Krystof",
1583
- * "self":
1584
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1570
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1585
1571
  * },
1586
1572
  * "body": {
1587
1573
  * "type": "doc",
@@ -1592,10 +1578,7 @@ export declare class BoardService extends CommonHttpService {
1592
1578
  * "content": [
1593
1579
  * {
1594
1580
  * "type": "text",
1595
- * "text": "Lorem ipsum dolor sit amet, consectetur
1596
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1597
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1598
- * semper."
1581
+ * "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper."
1599
1582
  * }
1600
1583
  * ]
1601
1584
  * }
@@ -1603,14 +1586,12 @@ export declare class BoardService extends CommonHttpService {
1603
1586
  * },
1604
1587
  * "created": "2021-01-17T12:34:00.000+0000",
1605
1588
  * "id": "10000",
1606
- * "self":
1607
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1589
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1608
1590
  * "updateAuthor": {
1609
1591
  * "accountId": "5b10a2844c20165700ede21g",
1610
1592
  * "active": false,
1611
1593
  * "displayName": "Mia Krystof",
1612
- * "self":
1613
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1594
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1614
1595
  * },
1615
1596
  * "updated": "2021-01-18T23:45:00.000+0000",
1616
1597
  * "visibility": {
@@ -1636,8 +1617,7 @@ export declare class BoardService extends CommonHttpService {
1636
1617
  * "accountId": "5b10a2844c20165700ede21g",
1637
1618
  * "active": false,
1638
1619
  * "displayName": "Mia Krystof",
1639
- * "self":
1640
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1620
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1641
1621
  * },
1642
1622
  * "comment": {
1643
1623
  * "type": "doc",
@@ -1656,8 +1636,7 @@ export declare class BoardService extends CommonHttpService {
1656
1636
  * },
1657
1637
  * "id": "100028",
1658
1638
  * "issueId": "10002",
1659
- * "self":
1660
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1639
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1661
1640
  * "started": "2021-01-17T12:34:00.000+0000",
1662
1641
  * "timeSpent": "3h 20m",
1663
1642
  * "timeSpentSeconds": 12000,
@@ -1665,8 +1644,7 @@ export declare class BoardService extends CommonHttpService {
1665
1644
  * "accountId": "5b10a2844c20165700ede21g",
1666
1645
  * "active": false,
1667
1646
  * "displayName": "Mia Krystof",
1668
- * "self":
1669
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1647
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1670
1648
  * },
1671
1649
  * "updated": "2021-01-18T23:45:00.000+0000",
1672
1650
  * "visibility": {
@@ -1688,16 +1666,17 @@ export declare class BoardService extends CommonHttpService {
1688
1666
  * },
1689
1667
  * "id": "10001",
1690
1668
  * "key": "HSP-1",
1691
- * "self":
1692
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1669
+ * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1693
1670
  * }
1694
1671
  * ],
1695
1672
  * "maxResults": 50,
1696
1673
  * "startAt": 0,
1697
1674
  * "total": 1
1698
1675
  * }
1699
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic/none/issue
1676
+ * ```
1677
+ * @path GET `/rest/agile/1.0/board/{boardId}/epic/none/issue`
1700
1678
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-epic-none-issue-get
1679
+ * @param params
1701
1680
  */
1702
1681
  getIssuesWithoutEpicForBoard: ({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1703
1682
  /** The ID of the board that contains the requested issues. */
@@ -1750,7 +1729,9 @@ export declare class BoardService extends CommonHttpService {
1750
1729
  *
1751
1730
  * @returns Returns the board's projects, at the specified page of the results.
1752
1731
  *
1753
- * example: {
1732
+ * example:
1733
+ * ```
1734
+ * {
1754
1735
  * "isLast": true,
1755
1736
  * "maxResults": 10,
1756
1737
  * "startAt": 0,
@@ -1777,8 +1758,10 @@ export declare class BoardService extends CommonHttpService {
1777
1758
  * }
1778
1759
  * ]
1779
1760
  * }
1780
- * @path {GET} /rest/agile/1.0/board/{boardId}/project
1761
+ * ```
1762
+ * @path GET `/rest/agile/1.0/board/{boardId}/project`
1781
1763
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-project-get
1764
+ * @param params
1782
1765
  */
1783
1766
  getProjects: ({ boardId, startAt, maxResults, }: {
1784
1767
  /** The ID of the board that contains returned projects. */
@@ -1816,8 +1799,9 @@ export declare class BoardService extends CommonHttpService {
1816
1799
  * to ABC and BCD projects but query `project in (ABC, BCD) OR reporter = admin`
1817
1800
  * doesn't have reference to any project.
1818
1801
  *
1819
- * @path {GET} /rest/agile/1.0/board/{boardId}/project/full
1802
+ * @path GET `/rest/agile/1.0/board/{boardId}/project/full`
1820
1803
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-project-full-get
1804
+ * @param params
1821
1805
  */
1822
1806
  getProjectsFull: ({ boardId, }: {
1823
1807
  /** The ID of the board that contains returned projects. */
@@ -1830,7 +1814,9 @@ export declare class BoardService extends CommonHttpService {
1830
1814
  *
1831
1815
  * @returns Returns the requested quick filter.
1832
1816
  *
1833
- * example: {
1817
+ * example:
1818
+ * ```
1819
+ * {
1834
1820
  * "boardId": 1,
1835
1821
  * "description": "Issues of type bug",
1836
1822
  * "id": 1,
@@ -1838,8 +1824,10 @@ export declare class BoardService extends CommonHttpService {
1838
1824
  * "name": "Bugs",
1839
1825
  * "position": 0
1840
1826
  * }
1841
- * @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter/{quickFilterId}
1827
+ * ```
1828
+ * @path GET `/rest/agile/1.0/board/{boardId}/quickfilter/{quickFilterId}`
1842
1829
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-quickfilter-quickfilterid-get
1830
+ * @param params
1843
1831
  */
1844
1832
  getQuickFilter: ({ boardId, quickFilterId, }: {
1845
1833
  boardId: number;
@@ -1848,8 +1836,9 @@ export declare class BoardService extends CommonHttpService {
1848
1836
  }) => Promise<QuickFilterBean>;
1849
1837
  /**
1850
1838
  * @returns 200 response
1851
- * @path {GET} /rest/agile/1.0/board/{boardId}/reports
1839
+ * @path GET `/rest/agile/1.0/board/{boardId}/reports`
1852
1840
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-reports-get
1841
+ * @param params
1853
1842
  */
1854
1843
  getReportsForBoard: ({ boardId, }: {
1855
1844
  boardId: number;
@@ -1864,7 +1853,9 @@ export declare class BoardService extends CommonHttpService {
1864
1853
  *
1865
1854
  * @returns Returns the list of issue with status of rank operation.
1866
1855
  *
1867
- * example: {
1856
+ * example:
1857
+ * ```
1858
+ * {
1868
1859
  * "entries": [
1869
1860
  * {
1870
1861
  * "issueId": 10000,
@@ -1878,8 +1869,7 @@ export declare class BoardService extends CommonHttpService {
1878
1869
  * },
1879
1870
  * {
1880
1871
  * "errors": [
1881
- * "JIRA Agile cannot execute the rank operation at this time. Please try
1882
- * again later."
1872
+ * "JIRA Agile cannot execute the rank operation at this time. Please try again later."
1883
1873
  * ],
1884
1874
  * "issueId": 10002,
1885
1875
  * "issueKey": "PR-3",
@@ -1887,13 +1877,16 @@ export declare class BoardService extends CommonHttpService {
1887
1877
  * }
1888
1878
  * ]
1889
1879
  * }
1890
- * @path {POST} /rest/agile/1.0/board/{boardId}/issue
1880
+ * ```
1881
+ * @path POST `/rest/agile/1.0/board/{boardId}/issue`
1891
1882
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-issue-post
1883
+ * @param params
1892
1884
  */
1893
1885
  moveIssuesToBoard: ({ boardId, issueRankRequestBean, }: {
1894
1886
  boardId: number;
1895
1887
  /**
1896
- * @example {
1888
+ * @example
1889
+ * {
1897
1890
  * "issues": [
1898
1891
  * "PR-1",
1899
1892
  * "10001",
@@ -1912,15 +1905,17 @@ export declare class BoardService extends CommonHttpService {
1912
1905
  * by the id. The user who stores the data is required to have permissions to
1913
1906
  * modify the board.
1914
1907
  *
1915
- * @returns * status: 200, mediaType: application/json
1908
+ * @returns
1909
+ * * status: 200, mediaType: application/json
1916
1910
  *
1917
1911
  * Returned if the board property is successfully updated.
1918
1912
  *
1919
1913
  * * status: 201, mediaType: application/json
1920
1914
  *
1921
1915
  * Returned if the board property is successfully created.
1922
- * @path {PUT} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
1916
+ * @path PUT `/rest/agile/1.0/board/{boardId}/properties/{propertyKey}`
1923
1917
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-properties-propertykey-put
1918
+ * @param params
1924
1919
  */
1925
1920
  setBoardProperty: ({ boardId, propertyKey, requestBody, }: {
1926
1921
  /** the ID of the board on which the property will be set. */
@@ -1939,8 +1934,9 @@ export declare class BoardService extends CommonHttpService {
1939
1934
  }>;
1940
1935
  /**
1941
1936
  * @returns 200 response
1942
- * @path {PUT} /rest/agile/1.0/board/{boardId}/features
1937
+ * @path PUT `/rest/agile/1.0/board/{boardId}/features`
1943
1938
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-board#api-rest-agile-1-0-board-boardid-features-put
1939
+ * @param params
1944
1940
  */
1945
1941
  toggleFeatures: ({ boardId, featureToggleRequestBean, }: {
1946
1942
  boardId: number;