@resolution/jira-api-client 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (375) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
  4. package/lib/openapi/platform/models/appMigration.d.ts +12 -6
  5. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  6. package/lib/openapi/platform/models/appProperties.d.ts +2 -1
  7. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  8. package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
  9. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  10. package/lib/openapi/platform/models/issues.d.ts +12 -7
  11. package/lib/openapi/platform/models/issues.js.map +1 -1
  12. package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
  13. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  14. package/lib/openapi/platform/models/jql.d.ts +8 -4
  15. package/lib/openapi/platform/models/jql.js.map +1 -1
  16. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
  17. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  18. package/lib/openapi/platform/models/workflows.d.ts +49 -46
  19. package/lib/openapi/platform/models/workflows.js.map +1 -1
  20. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
  21. package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
  22. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  23. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
  24. package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
  25. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  26. package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
  27. package/lib/openapi/platform/services/AppMigrationService.js +10 -4
  28. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  29. package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
  30. package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
  31. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  32. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
  33. package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
  34. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  35. package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
  36. package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
  37. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  38. package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
  39. package/lib/openapi/platform/services/AvatarsService.js +43 -36
  40. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  41. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
  42. package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
  43. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  44. package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
  45. package/lib/openapi/platform/services/DashboardsService.js +120 -128
  46. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  47. package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
  48. package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
  49. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  50. package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
  51. package/lib/openapi/platform/services/FilterSharingService.js +68 -93
  52. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  53. package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
  54. package/lib/openapi/platform/services/FiltersService.js +172 -254
  55. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  56. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
  57. package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
  58. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  59. package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
  60. package/lib/openapi/platform/services/GroupsService.js +38 -24
  61. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  62. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
  63. package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
  64. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  65. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
  66. package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
  67. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  68. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
  69. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
  70. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  71. package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
  72. package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
  73. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  74. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
  75. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
  76. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  77. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
  78. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
  79. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
  81. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
  84. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
  85. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  86. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
  87. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
  88. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  89. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
  90. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
  91. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  92. package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
  93. package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
  94. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  95. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
  96. package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
  97. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  98. package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
  99. package/lib/openapi/platform/services/IssueLinksService.js +18 -22
  100. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  101. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
  102. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
  103. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  104. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
  105. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
  106. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  107. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
  108. package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
  109. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  110. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
  111. package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
  112. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  113. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
  114. package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
  115. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  116. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
  117. package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
  118. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  119. package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
  120. package/lib/openapi/platform/services/IssueSearchService.js +79 -135
  121. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  122. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
  123. package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
  124. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  125. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
  126. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
  127. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  128. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
  129. package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
  130. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  131. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
  132. package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
  133. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  134. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
  135. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
  136. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  137. package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
  138. package/lib/openapi/platform/services/IssueTypesService.js +48 -39
  139. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  140. package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
  141. package/lib/openapi/platform/services/IssueVotesService.js +16 -16
  142. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  143. package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
  144. package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
  145. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  146. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
  147. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
  148. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  149. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
  150. package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
  151. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  152. package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
  153. package/lib/openapi/platform/services/IssuesService.js +195 -207
  154. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  155. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
  156. package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
  157. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  158. package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
  159. package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
  160. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  161. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
  162. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
  163. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  164. package/lib/openapi/platform/services/JqlService.d.ts +54 -42
  165. package/lib/openapi/platform/services/JqlService.js +43 -31
  166. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  167. package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
  168. package/lib/openapi/platform/services/LabelsService.js +6 -2
  169. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  170. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
  171. package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
  172. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  173. package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
  174. package/lib/openapi/platform/services/MyselfService.js +25 -19
  175. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  176. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
  177. package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
  178. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  179. package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
  180. package/lib/openapi/platform/services/PermissionsService.js +20 -9
  181. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  182. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
  183. package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
  184. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  185. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
  186. package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
  187. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  188. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
  189. package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
  190. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  191. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
  192. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
  193. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  194. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
  195. package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
  196. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  197. package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
  198. package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
  199. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  200. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
  201. package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
  202. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  203. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
  204. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
  205. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  206. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
  207. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
  208. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  209. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
  210. package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
  211. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  212. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
  213. package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
  214. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  215. package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
  216. package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
  217. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  218. package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
  219. package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
  220. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  221. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
  222. package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
  223. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  224. package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
  225. package/lib/openapi/platform/services/ProjectsService.js +201 -308
  226. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  227. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
  228. package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
  229. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  230. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
  231. package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
  232. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  233. package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
  234. package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
  235. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  236. package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
  237. package/lib/openapi/platform/services/ScreensService.js +36 -23
  238. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  239. package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
  240. package/lib/openapi/platform/services/ServerInfoService.js +5 -2
  241. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  242. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
  243. package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
  244. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  245. package/lib/openapi/platform/services/StatusService.d.ts +28 -14
  246. package/lib/openapi/platform/services/StatusService.js +24 -12
  247. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  248. package/lib/openapi/platform/services/TasksService.d.ts +8 -3
  249. package/lib/openapi/platform/services/TasksService.js +8 -3
  250. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  251. package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
  252. package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
  253. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  254. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
  255. package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
  256. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  257. package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
  258. package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
  259. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  260. package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
  261. package/lib/openapi/platform/services/UserSearchService.js +94 -125
  262. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  263. package/lib/openapi/platform/services/UsersService.d.ts +96 -94
  264. package/lib/openapi/platform/services/UsersService.js +94 -93
  265. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  266. package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
  267. package/lib/openapi/platform/services/WebhooksService.js +28 -14
  268. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  269. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
  270. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
  271. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  272. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
  273. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
  274. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  275. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
  276. package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
  277. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  278. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
  279. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
  280. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  281. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
  282. package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
  283. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  284. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
  285. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
  286. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  287. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
  288. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
  289. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  290. package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
  291. package/lib/openapi/platform/services/WorkflowsService.js +708 -609
  292. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  293. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
  294. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
  295. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
  296. package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
  297. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  298. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
  299. package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
  300. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  301. package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
  302. package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
  303. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  304. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
  305. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
  306. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
  307. package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
  308. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  309. package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
  310. package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
  311. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  312. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
  313. package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
  314. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  315. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
  316. package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
  317. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  318. package/lib/openapi/software/models/builds.d.ts +38 -19
  319. package/lib/openapi/software/models/builds.js.map +1 -1
  320. package/lib/openapi/software/models/common.d.ts +6 -3
  321. package/lib/openapi/software/models/common.js.map +1 -1
  322. package/lib/openapi/software/models/deployments.d.ts +36 -17
  323. package/lib/openapi/software/models/deployments.js.map +1 -1
  324. package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
  325. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  326. package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
  327. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  328. package/lib/openapi/software/models/featureFlags.d.ts +16 -8
  329. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  330. package/lib/openapi/software/models/operations.d.ts +60 -30
  331. package/lib/openapi/software/models/operations.js.map +1 -1
  332. package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
  333. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  334. package/lib/openapi/software/models/securityInformation.d.ts +52 -26
  335. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  336. package/lib/openapi/software/services/BacklogService.d.ts +13 -7
  337. package/lib/openapi/software/services/BacklogService.js +9 -5
  338. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  339. package/lib/openapi/software/services/BoardService.d.ts +199 -203
  340. package/lib/openapi/software/services/BoardService.js +195 -201
  341. package/lib/openapi/software/services/BoardService.js.map +1 -1
  342. package/lib/openapi/software/services/BuildsService.d.ts +10 -8
  343. package/lib/openapi/software/services/BuildsService.js +10 -8
  344. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  345. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  346. package/lib/openapi/software/services/DeploymentsService.js +12 -12
  347. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  348. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
  349. package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
  350. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  351. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
  352. package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
  353. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  354. package/lib/openapi/software/services/EpicService.d.ts +66 -75
  355. package/lib/openapi/software/services/EpicService.js +58 -71
  356. package/lib/openapi/software/services/EpicService.js.map +1 -1
  357. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
  358. package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
  359. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  360. package/lib/openapi/software/services/IssueService.d.ts +44 -43
  361. package/lib/openapi/software/services/IssueService.js +40 -41
  362. package/lib/openapi/software/services/IssueService.js.map +1 -1
  363. package/lib/openapi/software/services/OperationsService.d.ts +65 -37
  364. package/lib/openapi/software/services/OperationsService.js +21 -15
  365. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  366. package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
  367. package/lib/openapi/software/services/RemoteLinksService.js +10 -8
  368. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  369. package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
  370. package/lib/openapi/software/services/SecurityInformationService.js +18 -12
  371. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  372. package/lib/openapi/software/services/SprintService.d.ts +78 -54
  373. package/lib/openapi/software/services/SprintService.js +68 -49
  374. package/lib/openapi/software/services/SprintService.js.map +1 -1
  375. package/package.json +3 -3
@@ -28,10 +28,11 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
28
28
  * permission](https://confluence.atlassian.com/x/x4dKLg).
29
29
  *
30
30
  * @returns Returned if the request is successful.
31
- * @path {PUT} /rest/api/3/filter/{id}/owner
31
+ * @path PUT `/rest/api/3/filter/{id}/owner`
32
32
  * @scopes-beta read:filter:jira, write:filter:jira
33
33
  * @scopes-current write:jira-work
34
34
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-owner-put
35
+ * @param params
35
36
  */
36
37
  this.changeFilterOwner = ({ id, changeFilterOwner, }) => {
37
38
  return this.getClientInstance()
@@ -63,7 +64,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
63
64
  *
64
65
  * @returns Returned if the request is successful.
65
66
  *
66
- * example: {
67
+ * example:
68
+ * ```
69
+ * {
67
70
  * "approximateLastUsed": null,
68
71
  * "description": "Lists all open bugs",
69
72
  * "favourite": true,
@@ -76,23 +79,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
76
79
  * "accountType": "atlassian",
77
80
  * "active": false,
78
81
  * "avatarUrls": {
79
- * "16x16":
80
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
81
- * "24x24":
82
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
83
- * "32x32":
84
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
85
- * "48x48":
86
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
82
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
83
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
84
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
85
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
87
86
  * },
88
87
  * "displayName": "Mia Krystof",
89
88
  * "key": "",
90
89
  * "name": "",
91
- * "self":
92
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
90
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
93
91
  * },
94
- * "searchUrl":
95
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
92
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
96
93
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
97
94
  * "sharePermissions": [],
98
95
  * "subscriptions": {
@@ -104,14 +101,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
104
101
  * },
105
102
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
106
103
  * }
107
- * @path {POST} /rest/api/3/filter
104
+ * ```
105
+ * @path POST `/rest/api/3/filter`
108
106
  * @scopes-current write:jira-work
109
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
110
- * read:user:jira, write:filter:jira, read:application-role:jira,
111
- * read:avatar:jira, read:issue-type-hierarchy:jira, read:issue-type:jira,
112
- * read:project-category:jira, read:project-version:jira,
113
- * read:project.component:jira
107
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, write:filter:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira, read:issue-type:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
114
108
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-post
109
+ * @param params
115
110
  */
116
111
  this.createFilter = ({ expand, overrideSharePermissions, filter, }) => {
117
112
  return this.getClientInstance()
@@ -147,7 +142,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
147
142
  *
148
143
  * @returns Returned if the request is successful.
149
144
  *
150
- * example: {
145
+ * example:
146
+ * ```
147
+ * {
151
148
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
152
149
  * "description": "Lists all open bugs",
153
150
  * "favourite": true,
@@ -160,23 +157,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
160
157
  * "accountType": "atlassian",
161
158
  * "active": false,
162
159
  * "avatarUrls": {
163
- * "16x16":
164
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
165
- * "24x24":
166
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
167
- * "32x32":
168
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
169
- * "48x48":
170
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
160
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
161
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
162
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
163
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
171
164
  * },
172
165
  * "displayName": "Mia Krystof",
173
166
  * "key": "",
174
167
  * "name": "",
175
- * "self":
176
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
168
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
177
169
  * },
178
- * "searchUrl":
179
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
170
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
180
171
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
181
172
  * "sharePermissions": [],
182
173
  * "subscriptions": {
@@ -188,14 +179,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
188
179
  * },
189
180
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
190
181
  * }
191
- * @path {DELETE} /rest/api/3/filter/{id}/favourite
182
+ * ```
183
+ * @path DELETE `/rest/api/3/filter/{id}/favourite`
192
184
  * @scopes-current write:jira-work
193
- * @scopes-beta write:filter:jira, read:application-role:jira, read:avatar:jira,
194
- * read:filter:jira, read:group:jira, read:issue-type-hierarchy:jira,
195
- * read:issue-type:jira, read:project-category:jira, read:project-role:jira,
196
- * read:project-version:jira, read:project.component:jira, read:project:jira,
197
- * read:user:jira
185
+ * @scopes-beta write:filter:jira, read:application-role:jira, read:avatar:jira, read:filter:jira, read:group:jira, read:issue-type-hierarchy:jira, read:issue-type:jira, read:project-category:jira, read:project-role:jira, read:project-version:jira, read:project.component:jira, read:project:jira, read:user:jira
198
186
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-favourite-delete
187
+ * @param params
199
188
  */
200
189
  this.deleteFavouriteForFilter = ({ id, expand, }) => {
201
190
  return this.getClientInstance()
@@ -226,10 +215,11 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
226
215
  * *Administer Jira* [global
227
216
  * permission](https://confluence.atlassian.com/x/x4dKLg).
228
217
  *
229
- * @path {DELETE} /rest/api/3/filter/{id}
218
+ * @path DELETE `/rest/api/3/filter/{id}`
230
219
  * @scopes-current write:jira-work
231
220
  * @scopes-beta delete:filter:jira
232
221
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-delete
222
+ * @param params
233
223
  */
234
224
  this.deleteFilter = ({ id, }) => {
235
225
  return this.getClientInstance()
@@ -261,7 +251,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
261
251
  *
262
252
  * @returns Returned if the request is successful.
263
253
  *
264
- * example: [
254
+ * example:
255
+ * ```
256
+ * [
265
257
  * {
266
258
  * "label": "Key",
267
259
  * "value": "issuekey"
@@ -271,10 +263,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
271
263
  * "value": "summary"
272
264
  * }
273
265
  * ]
274
- * @path {GET} /rest/api/3/filter/{id}/columns
266
+ * ```
267
+ * @path GET `/rest/api/3/filter/{id}/columns`
275
268
  * @scopes-current read:jira-work
276
269
  * @scopes-beta read:filter.column:jira
277
270
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-get
271
+ * @param params
278
272
  */
279
273
  this.getColumns = ({ id, }) => {
280
274
  return this.getClientInstance()
@@ -314,7 +308,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
314
308
  *
315
309
  * @returns Returned if the request is successful.
316
310
  *
317
- * example: [
311
+ * example:
312
+ * ```
313
+ * [
318
314
  * {
319
315
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
320
316
  * "description": "Lists all open bugs",
@@ -328,23 +324,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
328
324
  * "accountType": "atlassian",
329
325
  * "active": false,
330
326
  * "avatarUrls": {
331
- * "16x16":
332
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
333
- * "24x24":
334
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
335
- * "32x32":
336
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
337
- * "48x48":
338
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
327
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
328
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
329
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
330
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
339
331
  * },
340
332
  * "displayName": "Mia Krystof",
341
333
  * "key": "",
342
334
  * "name": "",
343
- * "self":
344
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
335
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
345
336
  * },
346
- * "searchUrl":
347
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
337
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
348
338
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
349
339
  * "sharePermissions": [],
350
340
  * "subscriptions": {
@@ -369,23 +359,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
369
359
  * "accountType": "atlassian",
370
360
  * "active": false,
371
361
  * "avatarUrls": {
372
- * "16x16":
373
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
374
- * "24x24":
375
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
376
- * "32x32":
377
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
378
- * "48x48":
379
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
362
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
363
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
364
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
365
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
380
366
  * },
381
367
  * "displayName": "Mia Krystof",
382
368
  * "key": "",
383
369
  * "name": "",
384
- * "self":
385
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
370
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
386
371
  * },
387
- * "searchUrl":
388
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
372
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
389
373
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
390
374
  * "sharePermissions": [
391
375
  * {
@@ -396,14 +380,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
396
380
  * "id": 10010,
397
381
  * "project": {
398
382
  * "avatarUrls": {
399
- * "16x16":
400
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
401
- * "24x24":
402
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
403
- * "32x32":
404
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
405
- * "48x48":
406
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
383
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
384
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
385
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
386
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
407
387
  * },
408
388
  * "id": "10000",
409
389
  * "insight": {
@@ -416,8 +396,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
416
396
  * "description": "First Project Category",
417
397
  * "id": "10000",
418
398
  * "name": "FIRST",
419
- * "self":
420
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
399
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
421
400
  * },
422
401
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
423
402
  * "simplified": false,
@@ -436,12 +415,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
436
415
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10010"
437
416
  * }
438
417
  * ]
439
- * @path {GET} /rest/api/3/filter/favourite
418
+ * ```
419
+ * @path GET `/rest/api/3/filter/favourite`
440
420
  * @scopes-current read:jira-work
441
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
442
- * read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
443
- * read:issue-type-hierarchy:jira
421
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
444
422
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-favourite-get
423
+ * @param params
445
424
  */
446
425
  this.getFavouriteFilters = ({ expand, } = {}) => {
447
426
  return this.getClientInstance()
@@ -478,7 +457,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
478
457
  *
479
458
  * @returns Returned if the request is successful.
480
459
  *
481
- * example: {
460
+ * example:
461
+ * ```
462
+ * {
482
463
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
483
464
  * "description": "Lists all open bugs",
484
465
  * "favourite": true,
@@ -491,23 +472,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
491
472
  * "accountType": "atlassian",
492
473
  * "active": false,
493
474
  * "avatarUrls": {
494
- * "16x16":
495
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
496
- * "24x24":
497
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
498
- * "32x32":
499
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
500
- * "48x48":
501
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
475
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
476
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
477
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
478
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
502
479
  * },
503
480
  * "displayName": "Mia Krystof",
504
481
  * "key": "",
505
482
  * "name": "",
506
- * "self":
507
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
483
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
508
484
  * },
509
- * "searchUrl":
510
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
485
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
511
486
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
512
487
  * "sharePermissions": [],
513
488
  * "subscriptions": {
@@ -519,12 +494,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
519
494
  * },
520
495
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
521
496
  * }
522
- * @path {GET} /rest/api/3/filter/{id}
497
+ * ```
498
+ * @path GET `/rest/api/3/filter/{id}`
523
499
  * @scopes-current read:jira-work
524
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
525
- * read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
526
- * read:issue-type-hierarchy:jira
500
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
527
501
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-get
502
+ * @param params
528
503
  */
529
504
  this.getFilter = ({ id, expand, overrideSharePermissions, }) => {
530
505
  return this.getClientInstance()
@@ -570,11 +545,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
570
545
  *
571
546
  * @returns Returned if the request is successful.
572
547
  *
573
- * example: {
548
+ * example:
549
+ * ```
550
+ * {
574
551
  * "isLast": true,
575
552
  * "maxResults": 100,
576
- * "self":
577
- * "https://your-domain.atlassian.net/rest/api/3/filter/search?accountId=&maxResults=50&filterName=&orderBy=name&startAt=0&expand=description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,subscriptions,approximateLastUsed",
553
+ * "self": "https://your-domain.atlassian.net/rest/api/3/filter/search?accountId=&maxResults=50&filterName=&orderBy=name&startAt=0&expand=description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,subscriptions,approximateLastUsed",
578
554
  * "startAt": 0,
579
555
  * "total": 2,
580
556
  * "values": [
@@ -582,8 +558,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
582
558
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
583
559
  * "description": "Lists all open bugs",
584
560
  * "editPermissions": [],
585
- * "expand":
586
- * "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
561
+ * "expand": "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
587
562
  * "favourite": false,
588
563
  * "favouritedCount": 0,
589
564
  * "id": "10000",
@@ -594,23 +569,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
594
569
  * "accountType": "atlassian",
595
570
  * "active": false,
596
571
  * "avatarUrls": {
597
- * "16x16":
598
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
599
- * "24x24":
600
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
601
- * "32x32":
602
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
603
- * "48x48":
604
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
572
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
573
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
574
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
575
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
605
576
  * },
606
577
  * "displayName": "Mia Krystof",
607
578
  * "key": "",
608
579
  * "name": "",
609
- * "self":
610
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
580
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
611
581
  * },
612
- * "searchUrl":
613
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
582
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
614
583
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
615
584
  * "sharePermissions": [],
616
585
  * "subscriptions": [],
@@ -624,14 +593,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
624
593
  * "id": 10010,
625
594
  * "project": {
626
595
  * "avatarUrls": {
627
- * "16x16":
628
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10002",
629
- * "24x24":
630
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10002",
631
- * "32x32":
632
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10002",
633
- * "48x48":
634
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10002"
596
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10002",
597
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10002",
598
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10002",
599
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10002"
635
600
  * },
636
601
  * "deleted": true,
637
602
  * "deletedBy": {
@@ -639,20 +604,15 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
639
604
  * "accountType": "atlassian",
640
605
  * "active": false,
641
606
  * "avatarUrls": {
642
- * "16x16":
643
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
644
- * "24x24":
645
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
646
- * "32x32":
647
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
648
- * "48x48":
649
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
607
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
608
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
609
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
610
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
650
611
  * },
651
612
  * "displayName": "Mia Krystof",
652
613
  * "key": "",
653
614
  * "name": "",
654
- * "self":
655
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
615
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
656
616
  * },
657
617
  * "deletedDate": "2022-11-11T13:35:29.000+0000",
658
618
  * "id": "10002",
@@ -666,8 +626,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
666
626
  * "description": "First Project Category",
667
627
  * "id": "10000",
668
628
  * "name": "FIRST",
669
- * "self":
670
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
629
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
671
630
  * },
672
631
  * "retentionTillDate": "2023-01-10T13:35:29.000+0000",
673
632
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/MKY",
@@ -675,12 +634,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
675
634
  * "style": "classic"
676
635
  * },
677
636
  * "role": {
678
- * "self":
679
- * "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
637
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
680
638
  * "name": "Developers",
681
639
  * "id": 10360,
682
- * "description": "A project role that represents developers in a
683
- * project",
640
+ * "description": "A project role that represents developers in a project",
684
641
  * "actors": [
685
642
  * {
686
643
  * "actorGroup": {
@@ -717,15 +674,13 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
717
674
  * "group": {
718
675
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
719
676
  * "name": "jira-administrators",
720
- * "self":
721
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
677
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
722
678
  * },
723
679
  * "id": 10010,
724
680
  * "type": "group"
725
681
  * }
726
682
  * ],
727
- * "expand":
728
- * "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
683
+ * "expand": "description,owner,jql,searchUrl,viewUrl,favourite,favouritedCount,sharePermissions,editPermissions,isWritable,approximateLastUsed,subscriptions",
729
684
  * "favourite": true,
730
685
  * "favouritedCount": 123,
731
686
  * "id": "10010",
@@ -736,23 +691,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
736
691
  * "accountType": "atlassian",
737
692
  * "active": false,
738
693
  * "avatarUrls": {
739
- * "16x16":
740
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
741
- * "24x24":
742
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
743
- * "32x32":
744
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
745
- * "48x48":
746
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
694
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
695
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
696
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
697
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
747
698
  * },
748
699
  * "displayName": "Mia Krystof",
749
700
  * "key": "",
750
701
  * "name": "",
751
- * "self":
752
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
702
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
753
703
  * },
754
- * "searchUrl":
755
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
704
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
756
705
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
757
706
  * "sharePermissions": [
758
707
  * {
@@ -763,14 +712,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
763
712
  * "id": 10010,
764
713
  * "project": {
765
714
  * "avatarUrls": {
766
- * "16x16":
767
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
768
- * "24x24":
769
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
770
- * "32x32":
771
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
772
- * "48x48":
773
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
715
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
716
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
717
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
718
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
774
719
  * },
775
720
  * "id": "10000",
776
721
  * "insight": {
@@ -783,8 +728,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
783
728
  * "description": "First Project Category",
784
729
  * "id": "10000",
785
730
  * "name": "FIRST",
786
- * "self":
787
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
731
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
788
732
  * },
789
733
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
790
734
  * "simplified": false,
@@ -805,14 +749,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
805
749
  * "size": 1
806
750
  * },
807
751
  * "avatarUrls": {
808
- * "16x16":
809
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
810
- * "24x24":
811
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
812
- * "32x32":
813
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
814
- * "48x48":
815
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
752
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
753
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
754
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
755
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
816
756
  * },
817
757
  * "displayName": "Mia Krystof",
818
758
  * "emailAddress": "mia@example.com",
@@ -822,8 +762,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
822
762
  * },
823
763
  * "key": "",
824
764
  * "name": "",
825
- * "self":
826
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
765
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
827
766
  * "timeZone": "Australia/Sydney"
828
767
  * }
829
768
  * }
@@ -832,12 +771,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
832
771
  * }
833
772
  * ]
834
773
  * }
835
- * @path {GET} /rest/api/3/filter/search
774
+ * ```
775
+ * @path GET `/rest/api/3/filter/search`
836
776
  * @scopes-current read:jira-work
837
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
838
- * read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
839
- * read:issue-type-hierarchy:jira
777
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
840
778
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-search-get
779
+ * @param params
841
780
  */
842
781
  this.getFiltersPaginated = ({ filterName, accountId, owner, groupname, groupId, projectId, id, orderBy, startAt, maxResults, expand, overrideSharePermissions, } = {}) => {
843
782
  return this.getClientInstance()
@@ -887,7 +826,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
887
826
  *
888
827
  * @returns Returned if the request is successful.
889
828
  *
890
- * example: [
829
+ * example:
830
+ * ```
831
+ * [
891
832
  * {
892
833
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
893
834
  * "description": "Lists all open bugs",
@@ -901,23 +842,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
901
842
  * "accountType": "atlassian",
902
843
  * "active": false,
903
844
  * "avatarUrls": {
904
- * "16x16":
905
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
906
- * "24x24":
907
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
908
- * "32x32":
909
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
910
- * "48x48":
911
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
845
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
846
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
847
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
848
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
912
849
  * },
913
850
  * "displayName": "Mia Krystof",
914
851
  * "key": "",
915
852
  * "name": "",
916
- * "self":
917
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
853
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
918
854
  * },
919
- * "searchUrl":
920
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
855
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
921
856
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
922
857
  * "sharePermissions": [],
923
858
  * "subscriptions": {
@@ -942,23 +877,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
942
877
  * "accountType": "atlassian",
943
878
  * "active": false,
944
879
  * "avatarUrls": {
945
- * "16x16":
946
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
947
- * "24x24":
948
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
949
- * "32x32":
950
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
951
- * "48x48":
952
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
880
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
881
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
882
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
883
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
953
884
  * },
954
885
  * "displayName": "Mia Krystof",
955
886
  * "key": "",
956
887
  * "name": "",
957
- * "self":
958
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
888
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
959
889
  * },
960
- * "searchUrl":
961
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
890
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=assignee+in+%28currentUser%28%29%29+and+resolution+is+empty",
962
891
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10010",
963
892
  * "sharePermissions": [
964
893
  * {
@@ -969,14 +898,10 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
969
898
  * "id": 10010,
970
899
  * "project": {
971
900
  * "avatarUrls": {
972
- * "16x16":
973
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
974
- * "24x24":
975
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
976
- * "32x32":
977
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
978
- * "48x48":
979
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
901
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
902
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
903
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
904
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
980
905
  * },
981
906
  * "id": "10000",
982
907
  * "insight": {
@@ -989,8 +914,7 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
989
914
  * "description": "First Project Category",
990
915
  * "id": "10000",
991
916
  * "name": "FIRST",
992
- * "self":
993
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
917
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
994
918
  * },
995
919
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
996
920
  * "simplified": false,
@@ -1009,12 +933,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1009
933
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10010"
1010
934
  * }
1011
935
  * ]
1012
- * @path {GET} /rest/api/3/filter/my
936
+ * ```
937
+ * @path GET `/rest/api/3/filter/my`
1013
938
  * @scopes-current read:jira-work
1014
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
1015
- * read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira,
1016
- * read:issue-type-hierarchy:jira
939
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
1017
940
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-my-get
941
+ * @param params
1018
942
  */
1019
943
  this.getMyFilters = ({ expand, includeFavourites, } = {}) => {
1020
944
  return this.getClientInstance()
@@ -1048,10 +972,11 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1048
972
  * * filters shared with a public project.
1049
973
  * * filters shared with the public.
1050
974
  *
1051
- * @path {DELETE} /rest/api/3/filter/{id}/columns
975
+ * @path DELETE `/rest/api/3/filter/{id}/columns`
1052
976
  * @scopes-beta delete:filter.column:jira
1053
977
  * @scopes-current write:jira-work
1054
978
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-delete
979
+ * @param params
1055
980
  */
1056
981
  this.resetColumns = ({ id, }) => {
1057
982
  return this.getClientInstance()
@@ -1086,10 +1011,11 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1086
1011
  * * filters shared with the public.
1087
1012
  *
1088
1013
  * @returns Returned if the request is successful.
1089
- * @path {PUT} /rest/api/3/filter/{id}/columns
1014
+ * @path PUT `/rest/api/3/filter/{id}/columns`
1090
1015
  * @scopes-current write:jira-work
1091
1016
  * @scopes-beta write:filter.column:jira
1092
1017
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-put
1018
+ * @param params
1093
1019
  */
1094
1020
  this.setColumns = ({ id, mediaType = "application/json", columnRequestBody, }) => {
1095
1021
  return this.getClientInstance()
@@ -1128,7 +1054,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1128
1054
  *
1129
1055
  * @returns Returned if the request is successful.
1130
1056
  *
1131
- * example: {
1057
+ * example:
1058
+ * ```
1059
+ * {
1132
1060
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
1133
1061
  * "description": "Lists all open bugs",
1134
1062
  * "favourite": true,
@@ -1141,23 +1069,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1141
1069
  * "accountType": "atlassian",
1142
1070
  * "active": false,
1143
1071
  * "avatarUrls": {
1144
- * "16x16":
1145
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1146
- * "24x24":
1147
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1148
- * "32x32":
1149
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1150
- * "48x48":
1151
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1072
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1073
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1074
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1075
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1152
1076
  * },
1153
1077
  * "displayName": "Mia Krystof",
1154
1078
  * "key": "",
1155
1079
  * "name": "",
1156
- * "self":
1157
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1080
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1158
1081
  * },
1159
- * "searchUrl":
1160
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
1082
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
1161
1083
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
1162
1084
  * "sharePermissions": [],
1163
1085
  * "subscriptions": {
@@ -1169,12 +1091,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1169
1091
  * },
1170
1092
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
1171
1093
  * }
1172
- * @path {PUT} /rest/api/3/filter/{id}/favourite
1094
+ * ```
1095
+ * @path PUT `/rest/api/3/filter/{id}/favourite`
1173
1096
  * @scopes-current write:jira-work
1174
- * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira,
1175
- * read:user:jira, write:filter:jira, read:jql:jira, read:application-role:jira,
1176
- * read:avatar:jira, read:issue-type-hierarchy:jira
1097
+ * @scopes-beta read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, write:filter:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
1177
1098
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-favourite-put
1099
+ * @param params
1178
1100
  */
1179
1101
  this.setFavouriteForFilter = ({ id, expand, }) => {
1180
1102
  return this.getClientInstance()
@@ -1206,7 +1128,9 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1206
1128
  *
1207
1129
  * @returns Returned if the request is successful.
1208
1130
  *
1209
- * example: {
1131
+ * example:
1132
+ * ```
1133
+ * {
1210
1134
  * "approximateLastUsed": "2023-03-01T13:15:00.000+0000",
1211
1135
  * "description": "Lists all open bugs",
1212
1136
  * "favourite": true,
@@ -1219,23 +1143,17 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1219
1143
  * "accountType": "atlassian",
1220
1144
  * "active": false,
1221
1145
  * "avatarUrls": {
1222
- * "16x16":
1223
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1224
- * "24x24":
1225
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1226
- * "32x32":
1227
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1228
- * "48x48":
1229
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1146
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1147
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1148
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1149
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1230
1150
  * },
1231
1151
  * "displayName": "Mia Krystof",
1232
1152
  * "key": "",
1233
1153
  * "name": "",
1234
- * "self":
1235
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1154
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1236
1155
  * },
1237
- * "searchUrl":
1238
- * "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
1156
+ * "searchUrl": "https://your-domain.atlassian.net/rest/api/3/search?jql=type%20%3D%20Bug%20and%20resolutino%20is%20empty",
1239
1157
  * "self": "https://your-domain.atlassian.net/rest/api/3/filter/10000",
1240
1158
  * "sharePermissions": [],
1241
1159
  * "subscriptions": {
@@ -1247,12 +1165,12 @@ class FiltersService extends CommonHttpService_1.CommonHttpService {
1247
1165
  * },
1248
1166
  * "viewUrl": "https://your-domain.atlassian.net/issues/?filter=10000"
1249
1167
  * }
1250
- * @path {PUT} /rest/api/3/filter/{id}
1168
+ * ```
1169
+ * @path PUT `/rest/api/3/filter/{id}`
1251
1170
  * @scopes-current write:jira-work
1252
- * @scopes-beta write:filter:jira, read:filter:jira, read:group:jira, read:project:jira,
1253
- * read:project-role:jira, read:user:jira, read:jql:jira,
1254
- * read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
1171
+ * @scopes-beta write:filter:jira, read:filter:jira, read:group:jira, read:project:jira, read:project-role:jira, read:user:jira, read:jql:jira, read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
1255
1172
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-put
1173
+ * @param params
1256
1174
  */
1257
1175
  this.updateFilter = ({ id, expand, overrideSharePermissions, filter, }) => {
1258
1176
  return this.getClientInstance()