@resolution/jira-api-client 0.1.6 → 0.3.0

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 (1116) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/lib/index.d.ts +22 -3
  3. package/lib/index.js +28 -5
  4. package/lib/index.js.map +1 -1
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +868 -0
  6. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +808 -0
  7. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -0
  8. package/lib/openapi/platform/core/CommonHttpClient.js +390 -0
  9. package/lib/openapi/platform/core/CommonHttpClient.js.map +1 -0
  10. package/lib/openapi/platform/core/CommonHttpService.d.ts +7 -0
  11. package/lib/openapi/platform/core/CommonHttpService.js +20 -0
  12. package/lib/openapi/platform/core/CommonHttpService.js.map +1 -0
  13. package/lib/openapi/platform/core/CommonValidationSchemaStorage.d.ts +35 -0
  14. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js +65 -0
  15. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +1 -0
  16. package/lib/openapi/platform/models/announcementBanner.d.ts +27 -0
  17. package/lib/openapi/platform/models/announcementBanner.js +30 -0
  18. package/lib/openapi/platform/models/announcementBanner.js.map +1 -0
  19. package/lib/openapi/platform/models/appDataPolicies.d.ts +31 -0
  20. package/lib/openapi/platform/models/appDataPolicies.js +40 -0
  21. package/lib/openapi/platform/models/appDataPolicies.js.map +1 -0
  22. package/lib/openapi/platform/models/appMigration.d.ts +86 -0
  23. package/lib/openapi/platform/models/appMigration.js +67 -0
  24. package/lib/openapi/platform/models/appMigration.js.map +1 -0
  25. package/lib/openapi/platform/models/appProperties.d.ts +15 -0
  26. package/lib/openapi/platform/models/appProperties.js +18 -0
  27. package/lib/openapi/platform/models/appProperties.js.map +1 -0
  28. package/lib/openapi/platform/models/auditRecords.d.ts +70 -0
  29. package/lib/openapi/platform/models/auditRecords.js +62 -0
  30. package/lib/openapi/platform/models/auditRecords.js.map +1 -0
  31. package/lib/openapi/platform/models/avatars.d.ts +1 -1
  32. package/lib/openapi/platform/models/classificationLevels.d.ts +25 -0
  33. package/lib/openapi/platform/models/classificationLevels.js +31 -0
  34. package/lib/openapi/platform/models/classificationLevels.js.map +1 -0
  35. package/lib/openapi/platform/models/common.d.ts +10 -10
  36. package/lib/openapi/platform/models/common.js +18 -18
  37. package/lib/openapi/platform/models/common.js.map +1 -1
  38. package/lib/openapi/platform/models/dashboards.d.ts +1 -1
  39. package/lib/openapi/platform/models/dynamicModules.d.ts +92 -0
  40. package/lib/openapi/platform/models/dynamicModules.js +24 -0
  41. package/lib/openapi/platform/models/dynamicModules.js.map +1 -0
  42. package/lib/openapi/platform/models/filterSharing.d.ts +59 -0
  43. package/lib/openapi/platform/models/filterSharing.js +36 -0
  44. package/lib/openapi/platform/models/filterSharing.js.map +1 -0
  45. package/lib/openapi/platform/models/filters.d.ts +1 -1
  46. package/lib/openapi/platform/models/groupAndUserPicker.d.ts +49 -0
  47. package/lib/openapi/platform/models/groupAndUserPicker.js +31 -0
  48. package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -0
  49. package/lib/openapi/platform/models/groups.d.ts +1 -1
  50. package/lib/openapi/platform/models/issueAttachments.d.ts +124 -0
  51. package/lib/openapi/platform/models/issueAttachments.js +129 -0
  52. package/lib/openapi/platform/models/issueAttachments.js.map +1 -0
  53. package/lib/openapi/platform/models/issueCommentProperties.d.ts +10 -0
  54. package/lib/openapi/platform/models/issueCommentProperties.js +18 -0
  55. package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -0
  56. package/lib/openapi/platform/models/issueComments.d.ts +36 -0
  57. package/lib/openapi/platform/models/issueComments.js +49 -0
  58. package/lib/openapi/platform/models/issueComments.js.map +1 -0
  59. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +36 -0
  60. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +53 -0
  61. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -0
  62. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +417 -0
  63. package/lib/openapi/platform/models/issueCustomFieldContexts.js +458 -0
  64. package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -0
  65. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +136 -0
  66. package/lib/openapi/platform/models/issueCustomFieldOptions.js +115 -0
  67. package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -0
  68. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +119 -0
  69. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +133 -0
  70. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -0
  71. package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +66 -0
  72. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +42 -0
  73. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -0
  74. package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +194 -0
  75. package/lib/openapi/platform/models/issueFieldConfigurations.js +182 -0
  76. package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -0
  77. package/lib/openapi/platform/models/issueFields.d.ts +227 -0
  78. package/lib/openapi/platform/models/issueFields.js +119 -0
  79. package/lib/openapi/platform/models/issueFields.js.map +1 -0
  80. package/lib/openapi/platform/models/issueLinkTypes.d.ts +9 -0
  81. package/lib/openapi/platform/models/issueLinkTypes.js +21 -0
  82. package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -0
  83. package/lib/openapi/platform/models/issueLinks.d.ts +90 -0
  84. package/lib/openapi/platform/models/issueLinks.js +74 -0
  85. package/lib/openapi/platform/models/issueLinks.js.map +1 -0
  86. package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +158 -0
  87. package/lib/openapi/platform/models/issueNotificationSchemes.js +147 -0
  88. package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -0
  89. package/lib/openapi/platform/models/issuePriorities.d.ts +74 -0
  90. package/lib/openapi/platform/models/issuePriorities.js +89 -0
  91. package/lib/openapi/platform/models/issuePriorities.js.map +1 -0
  92. package/lib/openapi/platform/models/issueProperties.d.ts +80 -0
  93. package/lib/openapi/platform/models/issueProperties.js +158 -0
  94. package/lib/openapi/platform/models/issueProperties.js.map +1 -0
  95. package/lib/openapi/platform/models/issueRemoteLinks.d.ts +120 -0
  96. package/lib/openapi/platform/models/issueRemoteLinks.js +70 -0
  97. package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -0
  98. package/lib/openapi/platform/models/issueResolutions.d.ts +81 -0
  99. package/lib/openapi/platform/models/issueResolutions.js +79 -0
  100. package/lib/openapi/platform/models/issueResolutions.js.map +1 -0
  101. package/lib/openapi/platform/models/issueSearch.d.ts +196 -0
  102. package/lib/openapi/platform/models/issueSearch.js +136 -0
  103. package/lib/openapi/platform/models/issueSearch.js.map +1 -0
  104. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +36 -0
  105. package/lib/openapi/platform/models/issueSecurityLevel.js +36 -0
  106. package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -0
  107. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +214 -0
  108. package/lib/openapi/platform/models/issueSecuritySchemes.js +211 -0
  109. package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -0
  110. package/lib/openapi/platform/models/issueTypeSchemes.d.ts +146 -0
  111. package/lib/openapi/platform/models/issueTypeSchemes.js +115 -0
  112. package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -0
  113. package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +139 -0
  114. package/lib/openapi/platform/models/issueTypeScreenSchemes.js +109 -0
  115. package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -0
  116. package/lib/openapi/platform/models/issueTypes.d.ts +36 -0
  117. package/lib/openapi/platform/models/issueTypes.js +28 -0
  118. package/lib/openapi/platform/models/issueTypes.js.map +1 -0
  119. package/lib/openapi/platform/models/issueVotes.d.ts +18 -0
  120. package/lib/openapi/platform/models/issueVotes.js +22 -0
  121. package/lib/openapi/platform/models/issueVotes.js.map +1 -0
  122. package/lib/openapi/platform/models/issueWatchers.d.ts +27 -0
  123. package/lib/openapi/platform/models/issueWatchers.js +36 -0
  124. package/lib/openapi/platform/models/issueWatchers.js.map +1 -0
  125. package/lib/openapi/platform/models/issueWorklogs.d.ts +93 -0
  126. package/lib/openapi/platform/models/issueWorklogs.js +80 -0
  127. package/lib/openapi/platform/models/issueWorklogs.js.map +1 -0
  128. package/lib/openapi/platform/models/issues.d.ts +1 -1
  129. package/lib/openapi/platform/models/jiraExpressions.d.ts +329 -0
  130. package/lib/openapi/platform/models/jiraExpressions.js +180 -0
  131. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -0
  132. package/lib/openapi/platform/models/jiraSettings.d.ts +62 -0
  133. package/lib/openapi/platform/models/jiraSettings.js +49 -0
  134. package/lib/openapi/platform/models/jiraSettings.js.map +1 -0
  135. package/lib/openapi/platform/models/jql.d.ts +1 -1
  136. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +61 -0
  137. package/lib/openapi/platform/models/jqlFunctionsApps.js +57 -0
  138. package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -0
  139. package/lib/openapi/platform/models/labels.d.ts +1 -1
  140. package/lib/openapi/platform/models/licenseMetrics.d.ts +27 -0
  141. package/lib/openapi/platform/models/licenseMetrics.js +32 -0
  142. package/lib/openapi/platform/models/licenseMetrics.js.map +1 -0
  143. package/lib/openapi/platform/models/myself.d.ts +1 -1
  144. package/lib/openapi/platform/models/permissionSchemes.d.ts +42 -0
  145. package/lib/openapi/platform/models/permissionSchemes.js +39 -0
  146. package/lib/openapi/platform/models/permissionSchemes.js.map +1 -0
  147. package/lib/openapi/platform/models/permissions.d.ts +1 -1
  148. package/lib/openapi/platform/models/prioritySchemes.d.ts +233 -0
  149. package/lib/openapi/platform/models/prioritySchemes.js +227 -0
  150. package/lib/openapi/platform/models/prioritySchemes.js.map +1 -0
  151. package/lib/openapi/platform/models/projectAvatars.d.ts +11 -0
  152. package/lib/openapi/platform/models/projectAvatars.js +20 -0
  153. package/lib/openapi/platform/models/projectAvatars.js.map +1 -0
  154. package/lib/openapi/platform/models/projectClassificationLevels.d.ts +8 -0
  155. package/lib/openapi/platform/models/projectClassificationLevels.js +17 -0
  156. package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -0
  157. package/lib/openapi/platform/models/projectComponents.d.ts +122 -0
  158. package/lib/openapi/platform/models/projectComponents.js +91 -0
  159. package/lib/openapi/platform/models/projectComponents.js.map +1 -0
  160. package/lib/openapi/platform/models/projectEmail.d.ts +10 -0
  161. package/lib/openapi/platform/models/projectEmail.js +18 -0
  162. package/lib/openapi/platform/models/projectEmail.js.map +1 -0
  163. package/lib/openapi/platform/models/projectFeatures.d.ts +35 -0
  164. package/lib/openapi/platform/models/projectFeatures.js +38 -0
  165. package/lib/openapi/platform/models/projectFeatures.js.map +1 -0
  166. package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +17 -0
  167. package/lib/openapi/platform/models/projectPermissionSchemes.js +25 -0
  168. package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -0
  169. package/lib/openapi/platform/models/projectRoleActors.d.ts +65 -0
  170. package/lib/openapi/platform/models/projectRoleActors.js +37 -0
  171. package/lib/openapi/platform/models/projectRoleActors.js.map +1 -0
  172. package/lib/openapi/platform/models/projectRoles.d.ts +41 -0
  173. package/lib/openapi/platform/models/projectRoles.js +34 -0
  174. package/lib/openapi/platform/models/projectRoles.js.map +1 -0
  175. package/lib/openapi/platform/models/projectTypes.d.ts +16 -0
  176. package/lib/openapi/platform/models/projectTypes.js +21 -0
  177. package/lib/openapi/platform/models/projectTypes.js.map +1 -0
  178. package/lib/openapi/platform/models/projectVersions.d.ts +110 -0
  179. package/lib/openapi/platform/models/projectVersions.js +87 -0
  180. package/lib/openapi/platform/models/projectVersions.js.map +1 -0
  181. package/lib/openapi/platform/models/projects.d.ts +1 -1
  182. package/lib/openapi/platform/models/screenSchemes.d.ts +94 -0
  183. package/lib/openapi/platform/models/screenSchemes.js +79 -0
  184. package/lib/openapi/platform/models/screenSchemes.js.map +1 -0
  185. package/lib/openapi/platform/models/screenTabFields.d.ts +19 -0
  186. package/lib/openapi/platform/models/screenTabFields.js +24 -0
  187. package/lib/openapi/platform/models/screenTabFields.js.map +1 -0
  188. package/lib/openapi/platform/models/screens.d.ts +1 -1
  189. package/lib/openapi/platform/models/serverInfo.d.ts +51 -0
  190. package/lib/openapi/platform/models/serverInfo.js +47 -0
  191. package/lib/openapi/platform/models/serverInfo.js.map +1 -0
  192. package/lib/openapi/platform/models/serviceRegistry.d.ts +32 -0
  193. package/lib/openapi/platform/models/serviceRegistry.js +34 -0
  194. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -0
  195. package/lib/openapi/platform/models/status.d.ts +1 -1
  196. package/lib/openapi/platform/models/timeTracking.d.ts +20 -0
  197. package/lib/openapi/platform/models/timeTracking.js +19 -0
  198. package/lib/openapi/platform/models/timeTracking.js.map +1 -0
  199. package/lib/openapi/platform/models/uiModificationsApps.d.ts +127 -0
  200. package/lib/openapi/platform/models/uiModificationsApps.js +85 -0
  201. package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -0
  202. package/lib/openapi/platform/models/userSearch.d.ts +37 -0
  203. package/lib/openapi/platform/models/userSearch.js +30 -0
  204. package/lib/openapi/platform/models/userSearch.js.map +1 -0
  205. package/lib/openapi/platform/models/users.d.ts +1 -1
  206. package/lib/openapi/platform/models/webhooks.d.ts +1 -1
  207. package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +17 -0
  208. package/lib/openapi/platform/models/workflowSchemeDrafts.js +37 -0
  209. package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -0
  210. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +29 -0
  211. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +33 -0
  212. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -0
  213. package/lib/openapi/platform/models/workflowSchemes.d.ts +217 -0
  214. package/lib/openapi/platform/models/workflowSchemes.js +261 -0
  215. package/lib/openapi/platform/models/workflowSchemes.js.map +1 -0
  216. package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +15 -0
  217. package/lib/openapi/platform/models/workflowTransitionProperties.js +19 -0
  218. package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -0
  219. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +106 -0
  220. package/lib/openapi/platform/models/workflowTransitionRules.js +117 -0
  221. package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -0
  222. package/lib/openapi/platform/models/workflows.d.ts +1 -1
  223. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +49 -0
  224. package/lib/openapi/platform/services/AnnouncementBannerService.js +99 -0
  225. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -0
  226. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +44 -0
  227. package/lib/openapi/platform/services/AppDataPoliciesService.js +101 -0
  228. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -0
  229. package/lib/openapi/platform/services/AppMigrationService.d.ts +152 -0
  230. package/lib/openapi/platform/services/AppMigrationService.js +178 -0
  231. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -0
  232. package/lib/openapi/platform/services/AppPropertiesService.d.ts +184 -0
  233. package/lib/openapi/platform/services/AppPropertiesService.js +325 -0
  234. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -0
  235. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +158 -0
  236. package/lib/openapi/platform/services/ApplicationRolesService.js +209 -0
  237. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -0
  238. package/lib/openapi/platform/services/AuditRecordsService.d.ts +101 -0
  239. package/lib/openapi/platform/services/AuditRecordsService.js +125 -0
  240. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -0
  241. package/lib/openapi/platform/services/AvatarsService.d.ts +363 -0
  242. package/lib/openapi/platform/services/AvatarsService.js +523 -0
  243. package/lib/openapi/platform/services/AvatarsService.js.map +1 -0
  244. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +72 -0
  245. package/lib/openapi/platform/services/ClassificationLevelsService.js +104 -0
  246. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -0
  247. package/lib/openapi/platform/services/DashboardsService.d.ts +918 -0
  248. package/lib/openapi/platform/services/DashboardsService.js +1109 -0
  249. package/lib/openapi/platform/services/DashboardsService.js.map +1 -0
  250. package/lib/openapi/platform/services/DynamicModulesService.d.ts +50 -0
  251. package/lib/openapi/platform/services/DynamicModulesService.js +96 -0
  252. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -0
  253. package/lib/openapi/platform/services/FilterSharingService.d.ts +446 -0
  254. package/lib/openapi/platform/services/FilterSharingService.js +565 -0
  255. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -0
  256. package/lib/openapi/platform/services/FiltersService.d.ts +1320 -0
  257. package/lib/openapi/platform/services/FiltersService.js +1351 -0
  258. package/lib/openapi/platform/services/FiltersService.js.map +1 -0
  259. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +132 -0
  260. package/lib/openapi/platform/services/GroupAndUserPickerService.js +140 -0
  261. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -0
  262. package/lib/openapi/platform/services/GroupsService.d.ts +411 -0
  263. package/lib/openapi/platform/services/GroupsService.js +448 -0
  264. package/lib/openapi/platform/services/GroupsService.js.map +1 -0
  265. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +549 -0
  266. package/lib/openapi/platform/services/IssueAttachmentsService.js +724 -0
  267. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -0
  268. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +149 -0
  269. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +239 -0
  270. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -0
  271. package/lib/openapi/platform/services/IssueCommentsService.d.ts +528 -0
  272. package/lib/openapi/platform/services/IssueCommentsService.js +563 -0
  273. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -0
  274. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +155 -0
  275. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +163 -0
  276. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -0
  277. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +659 -0
  278. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +854 -0
  279. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -0
  280. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +615 -0
  281. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +605 -0
  282. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -0
  283. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +339 -0
  284. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +420 -0
  285. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -0
  286. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +90 -0
  287. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +117 -0
  288. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -0
  289. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +561 -0
  290. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +801 -0
  291. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -0
  292. package/lib/openapi/platform/services/IssueFieldsService.d.ts +420 -0
  293. package/lib/openapi/platform/services/IssueFieldsService.js +555 -0
  294. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -0
  295. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +165 -0
  296. package/lib/openapi/platform/services/IssueLinkTypesService.js +263 -0
  297. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -0
  298. package/lib/openapi/platform/services/IssueLinksService.d.ts +237 -0
  299. package/lib/openapi/platform/services/IssueLinksService.js +264 -0
  300. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -0
  301. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +55 -0
  302. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +97 -0
  303. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -0
  304. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +809 -0
  305. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +917 -0
  306. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -0
  307. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +238 -0
  308. package/lib/openapi/platform/services/IssuePrioritiesService.js +372 -0
  309. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -0
  310. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +368 -0
  311. package/lib/openapi/platform/services/IssuePropertiesService.js +439 -0
  312. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -0
  313. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +351 -0
  314. package/lib/openapi/platform/services/IssueRemoteLinksService.js +429 -0
  315. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -0
  316. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +202 -0
  317. package/lib/openapi/platform/services/IssueResolutionsService.js +346 -0
  318. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -0
  319. package/lib/openapi/platform/services/IssueSearchService.d.ts +887 -0
  320. package/lib/openapi/platform/services/IssueSearchService.js +878 -0
  321. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -0
  322. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +136 -0
  323. package/lib/openapi/platform/services/IssueSecurityLevelService.js +174 -0
  324. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -0
  325. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +530 -0
  326. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +721 -0
  327. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -0
  328. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +150 -0
  329. package/lib/openapi/platform/services/IssueTypePropertiesService.js +227 -0
  330. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -0
  331. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +460 -0
  332. package/lib/openapi/platform/services/IssueTypeSchemesService.js +615 -0
  333. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -0
  334. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +442 -0
  335. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +606 -0
  336. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -0
  337. package/lib/openapi/platform/services/IssueTypesService.d.ts +343 -0
  338. package/lib/openapi/platform/services/IssueTypesService.js +495 -0
  339. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -0
  340. package/lib/openapi/platform/services/IssueVotesService.d.ts +117 -0
  341. package/lib/openapi/platform/services/IssueVotesService.js +179 -0
  342. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -0
  343. package/lib/openapi/platform/services/IssueWatchersService.d.ts +168 -0
  344. package/lib/openapi/platform/services/IssueWatchersService.js +236 -0
  345. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -0
  346. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +165 -0
  347. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +251 -0
  348. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -0
  349. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +694 -0
  350. package/lib/openapi/platform/services/IssueWorklogsService.js +701 -0
  351. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -0
  352. package/lib/openapi/platform/services/IssuesService.d.ts +2356 -0
  353. package/lib/openapi/platform/services/IssuesService.js +2022 -0
  354. package/lib/openapi/platform/services/IssuesService.js.map +1 -0
  355. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +298 -0
  356. package/lib/openapi/platform/services/JiraExpressionsService.js +272 -0
  357. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -0
  358. package/lib/openapi/platform/services/JiraSettingsService.d.ts +236 -0
  359. package/lib/openapi/platform/services/JiraSettingsService.js +325 -0
  360. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -0
  361. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +113 -0
  362. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +142 -0
  363. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -0
  364. package/lib/openapi/platform/services/JqlService.d.ts +623 -0
  365. package/lib/openapi/platform/services/JqlService.js +697 -0
  366. package/lib/openapi/platform/services/JqlService.js.map +1 -0
  367. package/lib/openapi/platform/services/LabelsService.d.ts +34 -0
  368. package/lib/openapi/platform/services/LabelsService.js +67 -0
  369. package/lib/openapi/platform/services/LabelsService.js.map +1 -0
  370. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +82 -0
  371. package/lib/openapi/platform/services/LicenseMetricsService.js +160 -0
  372. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -0
  373. package/lib/openapi/platform/services/MyselfService.d.ts +254 -0
  374. package/lib/openapi/platform/services/MyselfService.js +382 -0
  375. package/lib/openapi/platform/services/MyselfService.js.map +1 -0
  376. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +554 -0
  377. package/lib/openapi/platform/services/PermissionSchemesService.js +613 -0
  378. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -0
  379. package/lib/openapi/platform/services/PermissionsService.d.ts +214 -0
  380. package/lib/openapi/platform/services/PermissionsService.js +281 -0
  381. package/lib/openapi/platform/services/PermissionsService.js.map +1 -0
  382. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +578 -0
  383. package/lib/openapi/platform/services/PrioritySchemesService.js +655 -0
  384. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -0
  385. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +170 -0
  386. package/lib/openapi/platform/services/ProjectAvatarsService.js +254 -0
  387. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -0
  388. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +128 -0
  389. package/lib/openapi/platform/services/ProjectCategoriesService.js +226 -0
  390. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -0
  391. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +90 -0
  392. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +161 -0
  393. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -0
  394. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +955 -0
  395. package/lib/openapi/platform/services/ProjectComponentsService.js +1075 -0
  396. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -0
  397. package/lib/openapi/platform/services/ProjectEmailService.d.ts +60 -0
  398. package/lib/openapi/platform/services/ProjectEmailService.js +113 -0
  399. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -0
  400. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +103 -0
  401. package/lib/openapi/platform/services/ProjectFeaturesService.js +155 -0
  402. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -0
  403. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +59 -0
  404. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +135 -0
  405. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -0
  406. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +179 -0
  407. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +255 -0
  408. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -0
  409. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +147 -0
  410. package/lib/openapi/platform/services/ProjectPropertiesService.js +224 -0
  411. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -0
  412. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +351 -0
  413. package/lib/openapi/platform/services/ProjectRoleActorsService.js +413 -0
  414. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -0
  415. package/lib/openapi/platform/services/ProjectRolesService.d.ts +484 -0
  416. package/lib/openapi/platform/services/ProjectRolesService.js +647 -0
  417. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -0
  418. package/lib/openapi/platform/services/ProjectTypesService.d.ts +121 -0
  419. package/lib/openapi/platform/services/ProjectTypesService.js +220 -0
  420. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -0
  421. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +632 -0
  422. package/lib/openapi/platform/services/ProjectVersionsService.js +852 -0
  423. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -0
  424. package/lib/openapi/platform/services/ProjectsService.d.ts +1622 -0
  425. package/lib/openapi/platform/services/ProjectsService.js +1686 -0
  426. package/lib/openapi/platform/services/ProjectsService.js.map +1 -0
  427. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +166 -0
  428. package/lib/openapi/platform/services/ScreenSchemesService.js +216 -0
  429. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -0
  430. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +103 -0
  431. package/lib/openapi/platform/services/ScreenTabFieldsService.js +181 -0
  432. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -0
  433. package/lib/openapi/platform/services/ScreenTabsService.d.ts +164 -0
  434. package/lib/openapi/platform/services/ScreenTabsService.js +278 -0
  435. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -0
  436. package/lib/openapi/platform/services/ScreensService.d.ts +226 -0
  437. package/lib/openapi/platform/services/ScreensService.js +346 -0
  438. package/lib/openapi/platform/services/ScreensService.js.map +1 -0
  439. package/lib/openapi/platform/services/ServerInfoService.d.ts +40 -0
  440. package/lib/openapi/platform/services/ServerInfoService.js +74 -0
  441. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -0
  442. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +32 -0
  443. package/lib/openapi/platform/services/ServiceRegistryService.js +60 -0
  444. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -0
  445. package/lib/openapi/platform/services/StatusService.d.ts +268 -0
  446. package/lib/openapi/platform/services/StatusService.js +321 -0
  447. package/lib/openapi/platform/services/StatusService.js.map +1 -0
  448. package/lib/openapi/platform/services/TasksService.d.ts +71 -0
  449. package/lib/openapi/platform/services/TasksService.js +126 -0
  450. package/lib/openapi/platform/services/TasksService.js.map +1 -0
  451. package/lib/openapi/platform/services/TimeTrackingService.d.ts +140 -0
  452. package/lib/openapi/platform/services/TimeTrackingService.js +260 -0
  453. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -0
  454. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +212 -0
  455. package/lib/openapi/platform/services/UiModificationsAppsService.js +262 -0
  456. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -0
  457. package/lib/openapi/platform/services/UserPropertiesService.d.ts +218 -0
  458. package/lib/openapi/platform/services/UserPropertiesService.js +254 -0
  459. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -0
  460. package/lib/openapi/platform/services/UserSearchService.d.ts +782 -0
  461. package/lib/openapi/platform/services/UserSearchService.js +784 -0
  462. package/lib/openapi/platform/services/UserSearchService.js.map +1 -0
  463. package/lib/openapi/platform/services/UsersService.d.ts +579 -0
  464. package/lib/openapi/platform/services/UsersService.js +729 -0
  465. package/lib/openapi/platform/services/UsersService.js.map +1 -0
  466. package/lib/openapi/platform/services/WebhooksService.d.ts +258 -0
  467. package/lib/openapi/platform/services/WebhooksService.js +307 -0
  468. package/lib/openapi/platform/services/WebhooksService.js.map +1 -0
  469. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +744 -0
  470. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +956 -0
  471. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -0
  472. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +85 -0
  473. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +134 -0
  474. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -0
  475. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +843 -0
  476. package/lib/openapi/platform/services/WorkflowSchemesService.js +1030 -0
  477. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -0
  478. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +60 -0
  479. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +115 -0
  480. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -0
  481. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +87 -0
  482. package/lib/openapi/platform/services/WorkflowStatusesService.js +142 -0
  483. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -0
  484. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +189 -0
  485. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +224 -0
  486. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -0
  487. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +319 -0
  488. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +326 -0
  489. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -0
  490. package/lib/openapi/platform/services/WorkflowsService.d.ts +3032 -0
  491. package/lib/openapi/platform/services/WorkflowsService.js +2529 -0
  492. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -0
  493. package/lib/openapi/platform/validationSchemaStorage.d.ts +3 -0
  494. package/lib/openapi/platform/validationSchemaStorage.js +144 -0
  495. package/lib/openapi/platform/validationSchemaStorage.js.map +1 -0
  496. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +430 -0
  497. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +444 -0
  498. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -0
  499. package/lib/openapi/software/core/CommonHttpClient.js +390 -0
  500. package/lib/openapi/software/core/CommonHttpClient.js.map +1 -0
  501. package/lib/openapi/software/core/CommonHttpService.d.ts +7 -0
  502. package/lib/openapi/software/core/CommonHttpService.js +20 -0
  503. package/lib/openapi/software/core/CommonHttpService.js.map +1 -0
  504. package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +35 -0
  505. package/lib/openapi/software/core/CommonValidationSchemaStorage.js +65 -0
  506. package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +1 -0
  507. package/lib/openapi/software/models/board.d.ts +519 -457
  508. package/lib/openapi/software/models/board.js +515 -334
  509. package/lib/openapi/software/models/board.js.map +1 -1
  510. package/lib/openapi/software/models/builds.d.ts +352 -0
  511. package/lib/openapi/software/models/builds.js +116 -0
  512. package/lib/openapi/software/models/builds.js.map +1 -0
  513. package/lib/openapi/software/models/common.d.ts +122 -0
  514. package/lib/openapi/software/models/common.js +109 -0
  515. package/lib/openapi/software/models/common.js.map +1 -0
  516. package/lib/openapi/software/models/deployments.d.ts +245 -0
  517. package/lib/openapi/software/models/deployments.js +154 -0
  518. package/lib/openapi/software/models/deployments.js.map +1 -0
  519. package/lib/openapi/software/models/devOpsComponents.d.ts +90 -0
  520. package/lib/openapi/software/models/devOpsComponents.js +49 -0
  521. package/lib/openapi/software/models/devOpsComponents.js.map +1 -0
  522. package/lib/openapi/software/models/developmentInformation.d.ts +649 -0
  523. package/lib/openapi/software/models/developmentInformation.js +217 -0
  524. package/lib/openapi/software/models/developmentInformation.js.map +1 -0
  525. package/lib/openapi/software/models/epic.d.ts +17 -0
  526. package/lib/openapi/software/models/epic.js +51 -0
  527. package/lib/openapi/software/models/epic.js.map +1 -0
  528. package/lib/openapi/software/models/featureFlags.d.ts +180 -0
  529. package/lib/openapi/software/models/featureFlags.js +65 -0
  530. package/lib/openapi/software/models/featureFlags.js.map +1 -0
  531. package/lib/openapi/software/models/issue.d.ts +6 -0
  532. package/lib/openapi/software/models/issue.js +17 -0
  533. package/lib/openapi/software/models/issue.js.map +1 -0
  534. package/lib/openapi/software/models/operations.d.ts +420 -0
  535. package/lib/openapi/software/models/operations.js +167 -0
  536. package/lib/openapi/software/models/operations.js.map +1 -0
  537. package/lib/openapi/software/models/remoteLinks.d.ts +268 -0
  538. package/lib/openapi/software/models/remoteLinks.js +108 -0
  539. package/lib/openapi/software/models/remoteLinks.js.map +1 -0
  540. package/lib/openapi/software/models/securityInformation.d.ts +386 -0
  541. package/lib/openapi/software/models/securityInformation.js +129 -0
  542. package/lib/openapi/software/models/securityInformation.js.map +1 -0
  543. package/lib/openapi/software/models/sprint.d.ts +13 -0
  544. package/lib/openapi/software/models/sprint.js +27 -0
  545. package/lib/openapi/software/models/sprint.js.map +1 -0
  546. package/lib/openapi/software/services/BacklogService.d.ts +75 -0
  547. package/lib/openapi/software/services/BacklogService.js +113 -0
  548. package/lib/openapi/software/services/BacklogService.js.map +1 -0
  549. package/lib/openapi/software/services/BoardService.d.ts +1920 -0
  550. package/lib/openapi/software/services/BoardService.js +2268 -0
  551. package/lib/openapi/software/services/BoardService.js.map +1 -0
  552. package/lib/openapi/software/services/BuildsService.d.ts +201 -0
  553. package/lib/openapi/software/services/BuildsService.js +200 -0
  554. package/lib/openapi/software/services/BuildsService.js.map +1 -0
  555. package/lib/openapi/software/services/DeploymentsService.d.ts +218 -0
  556. package/lib/openapi/software/services/DeploymentsService.js +236 -0
  557. package/lib/openapi/software/services/DeploymentsService.js.map +1 -0
  558. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +335 -0
  559. package/lib/openapi/software/services/DevOpsComponentsService.js +309 -0
  560. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -0
  561. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +186 -0
  562. package/lib/openapi/software/services/DevelopmentInformationService.js +221 -0
  563. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -0
  564. package/lib/openapi/software/services/EpicService.d.ts +583 -0
  565. package/lib/openapi/software/services/EpicService.js +633 -0
  566. package/lib/openapi/software/services/EpicService.js.map +1 -0
  567. package/lib/openapi/software/services/FeatureFlagsService.d.ts +171 -0
  568. package/lib/openapi/software/services/FeatureFlagsService.js +186 -0
  569. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -0
  570. package/lib/openapi/software/services/IssueService.d.ts +324 -0
  571. package/lib/openapi/software/services/IssueService.js +412 -0
  572. package/lib/openapi/software/services/IssueService.js.map +1 -0
  573. package/lib/openapi/software/services/OperationsService.d.ts +598 -0
  574. package/lib/openapi/software/services/OperationsService.js +510 -0
  575. package/lib/openapi/software/services/OperationsService.js.map +1 -0
  576. package/lib/openapi/software/services/RemoteLinksService.d.ts +363 -0
  577. package/lib/openapi/software/services/RemoteLinksService.js +316 -0
  578. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -0
  579. package/lib/openapi/software/services/SecurityInformationService.d.ts +258 -0
  580. package/lib/openapi/software/services/SecurityInformationService.js +314 -0
  581. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -0
  582. package/lib/openapi/software/services/SprintService.d.ts +507 -0
  583. package/lib/openapi/software/services/SprintService.js +676 -0
  584. package/lib/openapi/software/services/SprintService.js.map +1 -0
  585. package/lib/openapi/software/validationSchemaStorage.d.ts +3 -0
  586. package/lib/openapi/software/validationSchemaStorage.js +144 -0
  587. package/lib/openapi/software/validationSchemaStorage.js.map +1 -0
  588. package/package.json +6 -6
  589. package/lib/openapi/platform/base-jira-platform-api-client.d.ts +0 -868
  590. package/lib/openapi/platform/base-jira-platform-api-client.js +0 -808
  591. package/lib/openapi/platform/base-jira-platform-api-client.js.map +0 -1
  592. package/lib/openapi/platform/core/common-http-client.js +0 -390
  593. package/lib/openapi/platform/core/common-http-client.js.map +0 -1
  594. package/lib/openapi/platform/core/common-http-service.d.ts +0 -7
  595. package/lib/openapi/platform/core/common-http-service.js +0 -20
  596. package/lib/openapi/platform/core/common-http-service.js.map +0 -1
  597. package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +0 -35
  598. package/lib/openapi/platform/core/common-validation-schema-storage.js +0 -65
  599. package/lib/openapi/platform/core/common-validation-schema-storage.js.map +0 -1
  600. package/lib/openapi/platform/models/announcement-banner.d.ts +0 -27
  601. package/lib/openapi/platform/models/announcement-banner.js +0 -30
  602. package/lib/openapi/platform/models/announcement-banner.js.map +0 -1
  603. package/lib/openapi/platform/models/app-data-policies.d.ts +0 -31
  604. package/lib/openapi/platform/models/app-data-policies.js +0 -40
  605. package/lib/openapi/platform/models/app-data-policies.js.map +0 -1
  606. package/lib/openapi/platform/models/app-migration.d.ts +0 -86
  607. package/lib/openapi/platform/models/app-migration.js +0 -67
  608. package/lib/openapi/platform/models/app-migration.js.map +0 -1
  609. package/lib/openapi/platform/models/app-properties.d.ts +0 -15
  610. package/lib/openapi/platform/models/app-properties.js +0 -18
  611. package/lib/openapi/platform/models/app-properties.js.map +0 -1
  612. package/lib/openapi/platform/models/audit-records.d.ts +0 -70
  613. package/lib/openapi/platform/models/audit-records.js +0 -62
  614. package/lib/openapi/platform/models/audit-records.js.map +0 -1
  615. package/lib/openapi/platform/models/classification-levels.d.ts +0 -25
  616. package/lib/openapi/platform/models/classification-levels.js +0 -31
  617. package/lib/openapi/platform/models/classification-levels.js.map +0 -1
  618. package/lib/openapi/platform/models/dynamic-modules.d.ts +0 -92
  619. package/lib/openapi/platform/models/dynamic-modules.js +0 -24
  620. package/lib/openapi/platform/models/dynamic-modules.js.map +0 -1
  621. package/lib/openapi/platform/models/filter-sharing.d.ts +0 -59
  622. package/lib/openapi/platform/models/filter-sharing.js +0 -36
  623. package/lib/openapi/platform/models/filter-sharing.js.map +0 -1
  624. package/lib/openapi/platform/models/group-and-user-picker.d.ts +0 -49
  625. package/lib/openapi/platform/models/group-and-user-picker.js +0 -31
  626. package/lib/openapi/platform/models/group-and-user-picker.js.map +0 -1
  627. package/lib/openapi/platform/models/issue-attachments.d.ts +0 -124
  628. package/lib/openapi/platform/models/issue-attachments.js +0 -129
  629. package/lib/openapi/platform/models/issue-attachments.js.map +0 -1
  630. package/lib/openapi/platform/models/issue-comment-properties.d.ts +0 -10
  631. package/lib/openapi/platform/models/issue-comment-properties.js +0 -18
  632. package/lib/openapi/platform/models/issue-comment-properties.js.map +0 -1
  633. package/lib/openapi/platform/models/issue-comments.d.ts +0 -36
  634. package/lib/openapi/platform/models/issue-comments.js +0 -49
  635. package/lib/openapi/platform/models/issue-comments.js.map +0 -1
  636. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +0 -36
  637. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +0 -53
  638. package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +0 -1
  639. package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +0 -417
  640. package/lib/openapi/platform/models/issue-custom-field-contexts.js +0 -458
  641. package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +0 -1
  642. package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +0 -119
  643. package/lib/openapi/platform/models/issue-custom-field-options-apps.js +0 -133
  644. package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +0 -1
  645. package/lib/openapi/platform/models/issue-custom-field-options.d.ts +0 -136
  646. package/lib/openapi/platform/models/issue-custom-field-options.js +0 -115
  647. package/lib/openapi/platform/models/issue-custom-field-options.js.map +0 -1
  648. package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +0 -66
  649. package/lib/openapi/platform/models/issue-custom-field-values-apps.js +0 -42
  650. package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +0 -1
  651. package/lib/openapi/platform/models/issue-field-configurations.d.ts +0 -194
  652. package/lib/openapi/platform/models/issue-field-configurations.js +0 -182
  653. package/lib/openapi/platform/models/issue-field-configurations.js.map +0 -1
  654. package/lib/openapi/platform/models/issue-fields.d.ts +0 -227
  655. package/lib/openapi/platform/models/issue-fields.js +0 -119
  656. package/lib/openapi/platform/models/issue-fields.js.map +0 -1
  657. package/lib/openapi/platform/models/issue-link-types.d.ts +0 -9
  658. package/lib/openapi/platform/models/issue-link-types.js +0 -21
  659. package/lib/openapi/platform/models/issue-link-types.js.map +0 -1
  660. package/lib/openapi/platform/models/issue-links.d.ts +0 -90
  661. package/lib/openapi/platform/models/issue-links.js +0 -74
  662. package/lib/openapi/platform/models/issue-links.js.map +0 -1
  663. package/lib/openapi/platform/models/issue-notification-schemes.d.ts +0 -158
  664. package/lib/openapi/platform/models/issue-notification-schemes.js +0 -147
  665. package/lib/openapi/platform/models/issue-notification-schemes.js.map +0 -1
  666. package/lib/openapi/platform/models/issue-priorities.d.ts +0 -74
  667. package/lib/openapi/platform/models/issue-priorities.js +0 -89
  668. package/lib/openapi/platform/models/issue-priorities.js.map +0 -1
  669. package/lib/openapi/platform/models/issue-properties.d.ts +0 -80
  670. package/lib/openapi/platform/models/issue-properties.js +0 -158
  671. package/lib/openapi/platform/models/issue-properties.js.map +0 -1
  672. package/lib/openapi/platform/models/issue-remote-links.d.ts +0 -120
  673. package/lib/openapi/platform/models/issue-remote-links.js +0 -70
  674. package/lib/openapi/platform/models/issue-remote-links.js.map +0 -1
  675. package/lib/openapi/platform/models/issue-resolutions.d.ts +0 -81
  676. package/lib/openapi/platform/models/issue-resolutions.js +0 -79
  677. package/lib/openapi/platform/models/issue-resolutions.js.map +0 -1
  678. package/lib/openapi/platform/models/issue-search.d.ts +0 -196
  679. package/lib/openapi/platform/models/issue-search.js +0 -136
  680. package/lib/openapi/platform/models/issue-search.js.map +0 -1
  681. package/lib/openapi/platform/models/issue-security-level.d.ts +0 -36
  682. package/lib/openapi/platform/models/issue-security-level.js +0 -36
  683. package/lib/openapi/platform/models/issue-security-level.js.map +0 -1
  684. package/lib/openapi/platform/models/issue-security-schemes.d.ts +0 -214
  685. package/lib/openapi/platform/models/issue-security-schemes.js +0 -211
  686. package/lib/openapi/platform/models/issue-security-schemes.js.map +0 -1
  687. package/lib/openapi/platform/models/issue-type-schemes.d.ts +0 -146
  688. package/lib/openapi/platform/models/issue-type-schemes.js +0 -115
  689. package/lib/openapi/platform/models/issue-type-schemes.js.map +0 -1
  690. package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +0 -139
  691. package/lib/openapi/platform/models/issue-type-screen-schemes.js +0 -109
  692. package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +0 -1
  693. package/lib/openapi/platform/models/issue-types.d.ts +0 -36
  694. package/lib/openapi/platform/models/issue-types.js +0 -28
  695. package/lib/openapi/platform/models/issue-types.js.map +0 -1
  696. package/lib/openapi/platform/models/issue-votes.d.ts +0 -18
  697. package/lib/openapi/platform/models/issue-votes.js +0 -22
  698. package/lib/openapi/platform/models/issue-votes.js.map +0 -1
  699. package/lib/openapi/platform/models/issue-watchers.d.ts +0 -27
  700. package/lib/openapi/platform/models/issue-watchers.js +0 -36
  701. package/lib/openapi/platform/models/issue-watchers.js.map +0 -1
  702. package/lib/openapi/platform/models/issue-worklogs.d.ts +0 -93
  703. package/lib/openapi/platform/models/issue-worklogs.js +0 -80
  704. package/lib/openapi/platform/models/issue-worklogs.js.map +0 -1
  705. package/lib/openapi/platform/models/jira-expressions.d.ts +0 -329
  706. package/lib/openapi/platform/models/jira-expressions.js +0 -180
  707. package/lib/openapi/platform/models/jira-expressions.js.map +0 -1
  708. package/lib/openapi/platform/models/jira-settings.d.ts +0 -62
  709. package/lib/openapi/platform/models/jira-settings.js +0 -49
  710. package/lib/openapi/platform/models/jira-settings.js.map +0 -1
  711. package/lib/openapi/platform/models/jql-functions-apps.d.ts +0 -61
  712. package/lib/openapi/platform/models/jql-functions-apps.js +0 -57
  713. package/lib/openapi/platform/models/jql-functions-apps.js.map +0 -1
  714. package/lib/openapi/platform/models/license-metrics.d.ts +0 -27
  715. package/lib/openapi/platform/models/license-metrics.js +0 -32
  716. package/lib/openapi/platform/models/license-metrics.js.map +0 -1
  717. package/lib/openapi/platform/models/permission-schemes.d.ts +0 -42
  718. package/lib/openapi/platform/models/permission-schemes.js +0 -39
  719. package/lib/openapi/platform/models/permission-schemes.js.map +0 -1
  720. package/lib/openapi/platform/models/priority-schemes.d.ts +0 -233
  721. package/lib/openapi/platform/models/priority-schemes.js +0 -227
  722. package/lib/openapi/platform/models/priority-schemes.js.map +0 -1
  723. package/lib/openapi/platform/models/project-avatars.d.ts +0 -11
  724. package/lib/openapi/platform/models/project-avatars.js +0 -20
  725. package/lib/openapi/platform/models/project-avatars.js.map +0 -1
  726. package/lib/openapi/platform/models/project-classification-levels.d.ts +0 -8
  727. package/lib/openapi/platform/models/project-classification-levels.js +0 -17
  728. package/lib/openapi/platform/models/project-classification-levels.js.map +0 -1
  729. package/lib/openapi/platform/models/project-components.d.ts +0 -122
  730. package/lib/openapi/platform/models/project-components.js +0 -91
  731. package/lib/openapi/platform/models/project-components.js.map +0 -1
  732. package/lib/openapi/platform/models/project-email.d.ts +0 -10
  733. package/lib/openapi/platform/models/project-email.js +0 -18
  734. package/lib/openapi/platform/models/project-email.js.map +0 -1
  735. package/lib/openapi/platform/models/project-features.d.ts +0 -35
  736. package/lib/openapi/platform/models/project-features.js +0 -38
  737. package/lib/openapi/platform/models/project-features.js.map +0 -1
  738. package/lib/openapi/platform/models/project-permission-schemes.d.ts +0 -17
  739. package/lib/openapi/platform/models/project-permission-schemes.js +0 -25
  740. package/lib/openapi/platform/models/project-permission-schemes.js.map +0 -1
  741. package/lib/openapi/platform/models/project-role-actors.d.ts +0 -65
  742. package/lib/openapi/platform/models/project-role-actors.js +0 -37
  743. package/lib/openapi/platform/models/project-role-actors.js.map +0 -1
  744. package/lib/openapi/platform/models/project-roles.d.ts +0 -41
  745. package/lib/openapi/platform/models/project-roles.js +0 -34
  746. package/lib/openapi/platform/models/project-roles.js.map +0 -1
  747. package/lib/openapi/platform/models/project-types.d.ts +0 -16
  748. package/lib/openapi/platform/models/project-types.js +0 -21
  749. package/lib/openapi/platform/models/project-types.js.map +0 -1
  750. package/lib/openapi/platform/models/project-versions.d.ts +0 -110
  751. package/lib/openapi/platform/models/project-versions.js +0 -87
  752. package/lib/openapi/platform/models/project-versions.js.map +0 -1
  753. package/lib/openapi/platform/models/screen-schemes.d.ts +0 -94
  754. package/lib/openapi/platform/models/screen-schemes.js +0 -79
  755. package/lib/openapi/platform/models/screen-schemes.js.map +0 -1
  756. package/lib/openapi/platform/models/screen-tab-fields.d.ts +0 -19
  757. package/lib/openapi/platform/models/screen-tab-fields.js +0 -24
  758. package/lib/openapi/platform/models/screen-tab-fields.js.map +0 -1
  759. package/lib/openapi/platform/models/server-info.d.ts +0 -51
  760. package/lib/openapi/platform/models/server-info.js +0 -47
  761. package/lib/openapi/platform/models/server-info.js.map +0 -1
  762. package/lib/openapi/platform/models/service-registry.d.ts +0 -32
  763. package/lib/openapi/platform/models/service-registry.js +0 -34
  764. package/lib/openapi/platform/models/service-registry.js.map +0 -1
  765. package/lib/openapi/platform/models/time-tracking.d.ts +0 -20
  766. package/lib/openapi/platform/models/time-tracking.js +0 -19
  767. package/lib/openapi/platform/models/time-tracking.js.map +0 -1
  768. package/lib/openapi/platform/models/ui-modifications-apps.d.ts +0 -127
  769. package/lib/openapi/platform/models/ui-modifications-apps.js +0 -85
  770. package/lib/openapi/platform/models/ui-modifications-apps.js.map +0 -1
  771. package/lib/openapi/platform/models/user-search.d.ts +0 -37
  772. package/lib/openapi/platform/models/user-search.js +0 -30
  773. package/lib/openapi/platform/models/user-search.js.map +0 -1
  774. package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +0 -17
  775. package/lib/openapi/platform/models/workflow-scheme-drafts.js +0 -37
  776. package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +0 -1
  777. package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +0 -29
  778. package/lib/openapi/platform/models/workflow-scheme-project-associations.js +0 -33
  779. package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +0 -1
  780. package/lib/openapi/platform/models/workflow-schemes.d.ts +0 -217
  781. package/lib/openapi/platform/models/workflow-schemes.js +0 -261
  782. package/lib/openapi/platform/models/workflow-schemes.js.map +0 -1
  783. package/lib/openapi/platform/models/workflow-transition-properties.d.ts +0 -15
  784. package/lib/openapi/platform/models/workflow-transition-properties.js +0 -19
  785. package/lib/openapi/platform/models/workflow-transition-properties.js.map +0 -1
  786. package/lib/openapi/platform/models/workflow-transition-rules.d.ts +0 -106
  787. package/lib/openapi/platform/models/workflow-transition-rules.js +0 -117
  788. package/lib/openapi/platform/models/workflow-transition-rules.js.map +0 -1
  789. package/lib/openapi/platform/services/announcement-banner-service.d.ts +0 -49
  790. package/lib/openapi/platform/services/announcement-banner-service.js +0 -99
  791. package/lib/openapi/platform/services/announcement-banner-service.js.map +0 -1
  792. package/lib/openapi/platform/services/app-data-policies-service.d.ts +0 -44
  793. package/lib/openapi/platform/services/app-data-policies-service.js +0 -101
  794. package/lib/openapi/platform/services/app-data-policies-service.js.map +0 -1
  795. package/lib/openapi/platform/services/app-migration-service.d.ts +0 -152
  796. package/lib/openapi/platform/services/app-migration-service.js +0 -178
  797. package/lib/openapi/platform/services/app-migration-service.js.map +0 -1
  798. package/lib/openapi/platform/services/app-properties-service.d.ts +0 -184
  799. package/lib/openapi/platform/services/app-properties-service.js +0 -325
  800. package/lib/openapi/platform/services/app-properties-service.js.map +0 -1
  801. package/lib/openapi/platform/services/application-roles-service.d.ts +0 -158
  802. package/lib/openapi/platform/services/application-roles-service.js +0 -209
  803. package/lib/openapi/platform/services/application-roles-service.js.map +0 -1
  804. package/lib/openapi/platform/services/audit-records-service.d.ts +0 -101
  805. package/lib/openapi/platform/services/audit-records-service.js +0 -125
  806. package/lib/openapi/platform/services/audit-records-service.js.map +0 -1
  807. package/lib/openapi/platform/services/avatars-service.d.ts +0 -363
  808. package/lib/openapi/platform/services/avatars-service.js +0 -523
  809. package/lib/openapi/platform/services/avatars-service.js.map +0 -1
  810. package/lib/openapi/platform/services/classification-levels-service.d.ts +0 -72
  811. package/lib/openapi/platform/services/classification-levels-service.js +0 -104
  812. package/lib/openapi/platform/services/classification-levels-service.js.map +0 -1
  813. package/lib/openapi/platform/services/dashboards-service.d.ts +0 -918
  814. package/lib/openapi/platform/services/dashboards-service.js +0 -1109
  815. package/lib/openapi/platform/services/dashboards-service.js.map +0 -1
  816. package/lib/openapi/platform/services/dynamic-modules-service.d.ts +0 -50
  817. package/lib/openapi/platform/services/dynamic-modules-service.js +0 -96
  818. package/lib/openapi/platform/services/dynamic-modules-service.js.map +0 -1
  819. package/lib/openapi/platform/services/filter-sharing-service.d.ts +0 -446
  820. package/lib/openapi/platform/services/filter-sharing-service.js +0 -565
  821. package/lib/openapi/platform/services/filter-sharing-service.js.map +0 -1
  822. package/lib/openapi/platform/services/filters-service.d.ts +0 -1320
  823. package/lib/openapi/platform/services/filters-service.js +0 -1351
  824. package/lib/openapi/platform/services/filters-service.js.map +0 -1
  825. package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +0 -132
  826. package/lib/openapi/platform/services/group-and-user-picker-service.js +0 -140
  827. package/lib/openapi/platform/services/group-and-user-picker-service.js.map +0 -1
  828. package/lib/openapi/platform/services/groups-service.d.ts +0 -411
  829. package/lib/openapi/platform/services/groups-service.js +0 -448
  830. package/lib/openapi/platform/services/groups-service.js.map +0 -1
  831. package/lib/openapi/platform/services/issue-attachments-service.d.ts +0 -549
  832. package/lib/openapi/platform/services/issue-attachments-service.js +0 -724
  833. package/lib/openapi/platform/services/issue-attachments-service.js.map +0 -1
  834. package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +0 -149
  835. package/lib/openapi/platform/services/issue-comment-properties-service.js +0 -239
  836. package/lib/openapi/platform/services/issue-comment-properties-service.js.map +0 -1
  837. package/lib/openapi/platform/services/issue-comments-service.d.ts +0 -528
  838. package/lib/openapi/platform/services/issue-comments-service.js +0 -563
  839. package/lib/openapi/platform/services/issue-comments-service.js.map +0 -1
  840. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +0 -155
  841. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +0 -163
  842. package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +0 -1
  843. package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +0 -659
  844. package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +0 -854
  845. package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +0 -1
  846. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +0 -615
  847. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +0 -605
  848. package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +0 -1
  849. package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +0 -339
  850. package/lib/openapi/platform/services/issue-custom-field-options-service.js +0 -420
  851. package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +0 -1
  852. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +0 -90
  853. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +0 -117
  854. package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +0 -1
  855. package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +0 -561
  856. package/lib/openapi/platform/services/issue-field-configurations-service.js +0 -801
  857. package/lib/openapi/platform/services/issue-field-configurations-service.js.map +0 -1
  858. package/lib/openapi/platform/services/issue-fields-service.d.ts +0 -420
  859. package/lib/openapi/platform/services/issue-fields-service.js +0 -555
  860. package/lib/openapi/platform/services/issue-fields-service.js.map +0 -1
  861. package/lib/openapi/platform/services/issue-link-types-service.d.ts +0 -165
  862. package/lib/openapi/platform/services/issue-link-types-service.js +0 -263
  863. package/lib/openapi/platform/services/issue-link-types-service.js.map +0 -1
  864. package/lib/openapi/platform/services/issue-links-service.d.ts +0 -237
  865. package/lib/openapi/platform/services/issue-links-service.js +0 -264
  866. package/lib/openapi/platform/services/issue-links-service.js.map +0 -1
  867. package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +0 -55
  868. package/lib/openapi/platform/services/issue-navigator-settings-service.js +0 -97
  869. package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +0 -1
  870. package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +0 -809
  871. package/lib/openapi/platform/services/issue-notification-schemes-service.js +0 -917
  872. package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +0 -1
  873. package/lib/openapi/platform/services/issue-priorities-service.d.ts +0 -238
  874. package/lib/openapi/platform/services/issue-priorities-service.js +0 -372
  875. package/lib/openapi/platform/services/issue-priorities-service.js.map +0 -1
  876. package/lib/openapi/platform/services/issue-properties-service.d.ts +0 -368
  877. package/lib/openapi/platform/services/issue-properties-service.js +0 -439
  878. package/lib/openapi/platform/services/issue-properties-service.js.map +0 -1
  879. package/lib/openapi/platform/services/issue-remote-links-service.d.ts +0 -351
  880. package/lib/openapi/platform/services/issue-remote-links-service.js +0 -429
  881. package/lib/openapi/platform/services/issue-remote-links-service.js.map +0 -1
  882. package/lib/openapi/platform/services/issue-resolutions-service.d.ts +0 -202
  883. package/lib/openapi/platform/services/issue-resolutions-service.js +0 -346
  884. package/lib/openapi/platform/services/issue-resolutions-service.js.map +0 -1
  885. package/lib/openapi/platform/services/issue-search-service.d.ts +0 -887
  886. package/lib/openapi/platform/services/issue-search-service.js +0 -878
  887. package/lib/openapi/platform/services/issue-search-service.js.map +0 -1
  888. package/lib/openapi/platform/services/issue-security-level-service.d.ts +0 -136
  889. package/lib/openapi/platform/services/issue-security-level-service.js +0 -174
  890. package/lib/openapi/platform/services/issue-security-level-service.js.map +0 -1
  891. package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +0 -530
  892. package/lib/openapi/platform/services/issue-security-schemes-service.js +0 -721
  893. package/lib/openapi/platform/services/issue-security-schemes-service.js.map +0 -1
  894. package/lib/openapi/platform/services/issue-type-properties-service.d.ts +0 -150
  895. package/lib/openapi/platform/services/issue-type-properties-service.js +0 -227
  896. package/lib/openapi/platform/services/issue-type-properties-service.js.map +0 -1
  897. package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +0 -460
  898. package/lib/openapi/platform/services/issue-type-schemes-service.js +0 -615
  899. package/lib/openapi/platform/services/issue-type-schemes-service.js.map +0 -1
  900. package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +0 -442
  901. package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +0 -606
  902. package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +0 -1
  903. package/lib/openapi/platform/services/issue-types-service.d.ts +0 -343
  904. package/lib/openapi/platform/services/issue-types-service.js +0 -495
  905. package/lib/openapi/platform/services/issue-types-service.js.map +0 -1
  906. package/lib/openapi/platform/services/issue-votes-service.d.ts +0 -117
  907. package/lib/openapi/platform/services/issue-votes-service.js +0 -179
  908. package/lib/openapi/platform/services/issue-votes-service.js.map +0 -1
  909. package/lib/openapi/platform/services/issue-watchers-service.d.ts +0 -168
  910. package/lib/openapi/platform/services/issue-watchers-service.js +0 -236
  911. package/lib/openapi/platform/services/issue-watchers-service.js.map +0 -1
  912. package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +0 -165
  913. package/lib/openapi/platform/services/issue-worklog-properties-service.js +0 -251
  914. package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +0 -1
  915. package/lib/openapi/platform/services/issue-worklogs-service.d.ts +0 -694
  916. package/lib/openapi/platform/services/issue-worklogs-service.js +0 -701
  917. package/lib/openapi/platform/services/issue-worklogs-service.js.map +0 -1
  918. package/lib/openapi/platform/services/issues-service.d.ts +0 -2356
  919. package/lib/openapi/platform/services/issues-service.js +0 -2022
  920. package/lib/openapi/platform/services/issues-service.js.map +0 -1
  921. package/lib/openapi/platform/services/jira-expressions-service.d.ts +0 -298
  922. package/lib/openapi/platform/services/jira-expressions-service.js +0 -272
  923. package/lib/openapi/platform/services/jira-expressions-service.js.map +0 -1
  924. package/lib/openapi/platform/services/jira-settings-service.d.ts +0 -236
  925. package/lib/openapi/platform/services/jira-settings-service.js +0 -325
  926. package/lib/openapi/platform/services/jira-settings-service.js.map +0 -1
  927. package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +0 -113
  928. package/lib/openapi/platform/services/jql-functions-apps-service.js +0 -142
  929. package/lib/openapi/platform/services/jql-functions-apps-service.js.map +0 -1
  930. package/lib/openapi/platform/services/jql-service.d.ts +0 -623
  931. package/lib/openapi/platform/services/jql-service.js +0 -697
  932. package/lib/openapi/platform/services/jql-service.js.map +0 -1
  933. package/lib/openapi/platform/services/labels-service.d.ts +0 -34
  934. package/lib/openapi/platform/services/labels-service.js +0 -67
  935. package/lib/openapi/platform/services/labels-service.js.map +0 -1
  936. package/lib/openapi/platform/services/license-metrics-service.d.ts +0 -82
  937. package/lib/openapi/platform/services/license-metrics-service.js +0 -160
  938. package/lib/openapi/platform/services/license-metrics-service.js.map +0 -1
  939. package/lib/openapi/platform/services/myself-service.d.ts +0 -254
  940. package/lib/openapi/platform/services/myself-service.js +0 -382
  941. package/lib/openapi/platform/services/myself-service.js.map +0 -1
  942. package/lib/openapi/platform/services/permission-schemes-service.d.ts +0 -554
  943. package/lib/openapi/platform/services/permission-schemes-service.js +0 -613
  944. package/lib/openapi/platform/services/permission-schemes-service.js.map +0 -1
  945. package/lib/openapi/platform/services/permissions-service.d.ts +0 -214
  946. package/lib/openapi/platform/services/permissions-service.js +0 -281
  947. package/lib/openapi/platform/services/permissions-service.js.map +0 -1
  948. package/lib/openapi/platform/services/priority-schemes-service.d.ts +0 -578
  949. package/lib/openapi/platform/services/priority-schemes-service.js +0 -655
  950. package/lib/openapi/platform/services/priority-schemes-service.js.map +0 -1
  951. package/lib/openapi/platform/services/project-avatars-service.d.ts +0 -170
  952. package/lib/openapi/platform/services/project-avatars-service.js +0 -254
  953. package/lib/openapi/platform/services/project-avatars-service.js.map +0 -1
  954. package/lib/openapi/platform/services/project-categories-service.d.ts +0 -128
  955. package/lib/openapi/platform/services/project-categories-service.js +0 -226
  956. package/lib/openapi/platform/services/project-categories-service.js.map +0 -1
  957. package/lib/openapi/platform/services/project-classification-levels-service.d.ts +0 -90
  958. package/lib/openapi/platform/services/project-classification-levels-service.js +0 -161
  959. package/lib/openapi/platform/services/project-classification-levels-service.js.map +0 -1
  960. package/lib/openapi/platform/services/project-components-service.d.ts +0 -955
  961. package/lib/openapi/platform/services/project-components-service.js +0 -1075
  962. package/lib/openapi/platform/services/project-components-service.js.map +0 -1
  963. package/lib/openapi/platform/services/project-email-service.d.ts +0 -60
  964. package/lib/openapi/platform/services/project-email-service.js +0 -113
  965. package/lib/openapi/platform/services/project-email-service.js.map +0 -1
  966. package/lib/openapi/platform/services/project-features-service.d.ts +0 -103
  967. package/lib/openapi/platform/services/project-features-service.js +0 -155
  968. package/lib/openapi/platform/services/project-features-service.js.map +0 -1
  969. package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +0 -59
  970. package/lib/openapi/platform/services/project-key-and-name-validation-service.js +0 -135
  971. package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +0 -1
  972. package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +0 -179
  973. package/lib/openapi/platform/services/project-permission-schemes-service.js +0 -255
  974. package/lib/openapi/platform/services/project-permission-schemes-service.js.map +0 -1
  975. package/lib/openapi/platform/services/project-properties-service.d.ts +0 -147
  976. package/lib/openapi/platform/services/project-properties-service.js +0 -224
  977. package/lib/openapi/platform/services/project-properties-service.js.map +0 -1
  978. package/lib/openapi/platform/services/project-role-actors-service.d.ts +0 -351
  979. package/lib/openapi/platform/services/project-role-actors-service.js +0 -413
  980. package/lib/openapi/platform/services/project-role-actors-service.js.map +0 -1
  981. package/lib/openapi/platform/services/project-roles-service.d.ts +0 -484
  982. package/lib/openapi/platform/services/project-roles-service.js +0 -647
  983. package/lib/openapi/platform/services/project-roles-service.js.map +0 -1
  984. package/lib/openapi/platform/services/project-types-service.d.ts +0 -121
  985. package/lib/openapi/platform/services/project-types-service.js +0 -220
  986. package/lib/openapi/platform/services/project-types-service.js.map +0 -1
  987. package/lib/openapi/platform/services/project-versions-service.d.ts +0 -632
  988. package/lib/openapi/platform/services/project-versions-service.js +0 -852
  989. package/lib/openapi/platform/services/project-versions-service.js.map +0 -1
  990. package/lib/openapi/platform/services/projects-service.d.ts +0 -1622
  991. package/lib/openapi/platform/services/projects-service.js +0 -1686
  992. package/lib/openapi/platform/services/projects-service.js.map +0 -1
  993. package/lib/openapi/platform/services/screen-schemes-service.d.ts +0 -166
  994. package/lib/openapi/platform/services/screen-schemes-service.js +0 -216
  995. package/lib/openapi/platform/services/screen-schemes-service.js.map +0 -1
  996. package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +0 -103
  997. package/lib/openapi/platform/services/screen-tab-fields-service.js +0 -181
  998. package/lib/openapi/platform/services/screen-tab-fields-service.js.map +0 -1
  999. package/lib/openapi/platform/services/screen-tabs-service.d.ts +0 -164
  1000. package/lib/openapi/platform/services/screen-tabs-service.js +0 -278
  1001. package/lib/openapi/platform/services/screen-tabs-service.js.map +0 -1
  1002. package/lib/openapi/platform/services/screens-service.d.ts +0 -226
  1003. package/lib/openapi/platform/services/screens-service.js +0 -346
  1004. package/lib/openapi/platform/services/screens-service.js.map +0 -1
  1005. package/lib/openapi/platform/services/server-info-service.d.ts +0 -40
  1006. package/lib/openapi/platform/services/server-info-service.js +0 -74
  1007. package/lib/openapi/platform/services/server-info-service.js.map +0 -1
  1008. package/lib/openapi/platform/services/service-registry-service.d.ts +0 -32
  1009. package/lib/openapi/platform/services/service-registry-service.js +0 -60
  1010. package/lib/openapi/platform/services/service-registry-service.js.map +0 -1
  1011. package/lib/openapi/platform/services/status-service.d.ts +0 -268
  1012. package/lib/openapi/platform/services/status-service.js +0 -321
  1013. package/lib/openapi/platform/services/status-service.js.map +0 -1
  1014. package/lib/openapi/platform/services/tasks-service.d.ts +0 -71
  1015. package/lib/openapi/platform/services/tasks-service.js +0 -126
  1016. package/lib/openapi/platform/services/tasks-service.js.map +0 -1
  1017. package/lib/openapi/platform/services/time-tracking-service.d.ts +0 -140
  1018. package/lib/openapi/platform/services/time-tracking-service.js +0 -260
  1019. package/lib/openapi/platform/services/time-tracking-service.js.map +0 -1
  1020. package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +0 -212
  1021. package/lib/openapi/platform/services/ui-modifications-apps-service.js +0 -262
  1022. package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +0 -1
  1023. package/lib/openapi/platform/services/user-properties-service.d.ts +0 -218
  1024. package/lib/openapi/platform/services/user-properties-service.js +0 -254
  1025. package/lib/openapi/platform/services/user-properties-service.js.map +0 -1
  1026. package/lib/openapi/platform/services/user-search-service.d.ts +0 -782
  1027. package/lib/openapi/platform/services/user-search-service.js +0 -784
  1028. package/lib/openapi/platform/services/user-search-service.js.map +0 -1
  1029. package/lib/openapi/platform/services/users-service.d.ts +0 -579
  1030. package/lib/openapi/platform/services/users-service.js +0 -729
  1031. package/lib/openapi/platform/services/users-service.js.map +0 -1
  1032. package/lib/openapi/platform/services/webhooks-service.d.ts +0 -258
  1033. package/lib/openapi/platform/services/webhooks-service.js +0 -307
  1034. package/lib/openapi/platform/services/webhooks-service.js.map +0 -1
  1035. package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +0 -744
  1036. package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +0 -956
  1037. package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +0 -1
  1038. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +0 -85
  1039. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +0 -134
  1040. package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +0 -1
  1041. package/lib/openapi/platform/services/workflow-schemes-service.d.ts +0 -843
  1042. package/lib/openapi/platform/services/workflow-schemes-service.js +0 -1030
  1043. package/lib/openapi/platform/services/workflow-schemes-service.js.map +0 -1
  1044. package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +0 -60
  1045. package/lib/openapi/platform/services/workflow-status-categories-service.js +0 -115
  1046. package/lib/openapi/platform/services/workflow-status-categories-service.js.map +0 -1
  1047. package/lib/openapi/platform/services/workflow-statuses-service.d.ts +0 -87
  1048. package/lib/openapi/platform/services/workflow-statuses-service.js +0 -142
  1049. package/lib/openapi/platform/services/workflow-statuses-service.js.map +0 -1
  1050. package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +0 -189
  1051. package/lib/openapi/platform/services/workflow-transition-properties-service.js +0 -224
  1052. package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +0 -1
  1053. package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +0 -319
  1054. package/lib/openapi/platform/services/workflow-transition-rules-service.js +0 -326
  1055. package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +0 -1
  1056. package/lib/openapi/platform/services/workflows-service.d.ts +0 -3032
  1057. package/lib/openapi/platform/services/workflows-service.js +0 -2529
  1058. package/lib/openapi/platform/services/workflows-service.js.map +0 -1
  1059. package/lib/openapi/platform/validation-schema-storage.d.ts +0 -3
  1060. package/lib/openapi/platform/validation-schema-storage.js +0 -144
  1061. package/lib/openapi/platform/validation-schema-storage.js.map +0 -1
  1062. package/lib/openapi/software/base-jira-software-api-client.d.ts +0 -426
  1063. package/lib/openapi/software/base-jira-software-api-client.js +0 -444
  1064. package/lib/openapi/software/base-jira-software-api-client.js.map +0 -1
  1065. package/lib/openapi/software/core/common-http-client.js +0 -390
  1066. package/lib/openapi/software/core/common-http-client.js.map +0 -1
  1067. package/lib/openapi/software/core/common-http-service.d.ts +0 -7
  1068. package/lib/openapi/software/core/common-http-service.js +0 -20
  1069. package/lib/openapi/software/core/common-http-service.js.map +0 -1
  1070. package/lib/openapi/software/core/common-validation-schema-storage.d.ts +0 -35
  1071. package/lib/openapi/software/core/common-validation-schema-storage.js +0 -65
  1072. package/lib/openapi/software/core/common-validation-schema-storage.js.map +0 -1
  1073. package/lib/openapi/software/services/backlog-service.d.ts +0 -81
  1074. package/lib/openapi/software/services/backlog-service.js +0 -113
  1075. package/lib/openapi/software/services/backlog-service.js.map +0 -1
  1076. package/lib/openapi/software/services/board-service.d.ts +0 -2254
  1077. package/lib/openapi/software/services/board-service.js +0 -2653
  1078. package/lib/openapi/software/services/board-service.js.map +0 -1
  1079. package/lib/openapi/software/services/builds-service.d.ts +0 -368
  1080. package/lib/openapi/software/services/builds-service.js +0 -230
  1081. package/lib/openapi/software/services/builds-service.js.map +0 -1
  1082. package/lib/openapi/software/services/deployments-service.d.ts +0 -217
  1083. package/lib/openapi/software/services/deployments-service.js +0 -232
  1084. package/lib/openapi/software/services/deployments-service.js.map +0 -1
  1085. package/lib/openapi/software/services/dev-ops-components-service.d.ts +0 -246
  1086. package/lib/openapi/software/services/dev-ops-components-service.js +0 -280
  1087. package/lib/openapi/software/services/dev-ops-components-service.js.map +0 -1
  1088. package/lib/openapi/software/services/development-information-service.d.ts +0 -1641
  1089. package/lib/openapi/software/services/development-information-service.js +0 -474
  1090. package/lib/openapi/software/services/development-information-service.js.map +0 -1
  1091. package/lib/openapi/software/services/epic-service.d.ts +0 -596
  1092. package/lib/openapi/software/services/epic-service.js +0 -633
  1093. package/lib/openapi/software/services/epic-service.js.map +0 -1
  1094. package/lib/openapi/software/services/feature-flags-service.d.ts +0 -170
  1095. package/lib/openapi/software/services/feature-flags-service.js +0 -182
  1096. package/lib/openapi/software/services/feature-flags-service.js.map +0 -1
  1097. package/lib/openapi/software/services/issue-service.d.ts +0 -329
  1098. package/lib/openapi/software/services/issue-service.js +0 -410
  1099. package/lib/openapi/software/services/issue-service.js.map +0 -1
  1100. package/lib/openapi/software/services/operations-service.d.ts +0 -456
  1101. package/lib/openapi/software/services/operations-service.js +0 -444
  1102. package/lib/openapi/software/services/operations-service.js.map +0 -1
  1103. package/lib/openapi/software/services/remote-links-service.d.ts +0 -445
  1104. package/lib/openapi/software/services/remote-links-service.js +0 -327
  1105. package/lib/openapi/software/services/remote-links-service.js.map +0 -1
  1106. package/lib/openapi/software/services/security-information-service.d.ts +0 -257
  1107. package/lib/openapi/software/services/security-information-service.js +0 -310
  1108. package/lib/openapi/software/services/security-information-service.js.map +0 -1
  1109. package/lib/openapi/software/services/sprint-service.d.ts +0 -531
  1110. package/lib/openapi/software/services/sprint-service.js +0 -665
  1111. package/lib/openapi/software/services/sprint-service.js.map +0 -1
  1112. package/lib/openapi/software/validation-schema-storage.d.ts +0 -3
  1113. package/lib/openapi/software/validation-schema-storage.js +0 -144
  1114. package/lib/openapi/software/validation-schema-storage.js.map +0 -1
  1115. /package/lib/openapi/platform/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
  1116. /package/lib/openapi/software/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
@@ -1,2254 +0,0 @@
1
- import { CommonHttpService } from "../core/common-http-service";
2
- import { type SearchResults } from "../models/board";
3
- /** Apis related to boards */
4
- export declare class BoardService extends CommonHttpService {
5
- /**
6
- * Creates a new board. Board name, type and filter ID is required.
7
- *
8
- * * `name` \- Must be less than 255 characters.
9
- * * `type` \- Valid values: scrum, kanban
10
- * * `filterId` \- ID of a filter that the user has permissions to view. Note,
11
- * if the user does not have the 'Create shared objects' permission and tries to
12
- * create a shared board, a private board will be created instead (remember that
13
- * board sharing depends on the filter sharing).
14
- * * `location` \- The container that the board will be located in. `location`
15
- * must include the `type` property (Valid values: project, user). If choosing
16
- * 'project', then a project must be specified by a `projectKeyOrId` property in
17
- * `location`. If choosing 'user', the current user is chosen by default. The
18
- * `projectKeyOrId` property should not be provided.
19
- *
20
- * Note:
21
- *
22
- * * If you want to create a new project with an associated board, use the [Jira
23
- * platform REST API](https://docs.atlassian.com/jira/REST/latest). For more
24
- * information, see the [Create project](#api-rest-api-3-project-post) method. The
25
- * `projectTypeKey` for software boards must be 'software' and the
26
- * `projectTemplateKey` must be either
27
- * `com.pyxis.greenhopper.jira:gh-kanban-template` or
28
- * `com.pyxis.greenhopper.jira:gh-scrum-template`.
29
- * * You can create a filter using the [Jira REST
30
- * API](https://docs.atlassian.com/jira/REST/latest). For more information, see
31
- * the [Create filter](#api-rest-api-3-filter-post) method.
32
- * * If you do not ORDER BY the Rank field for the filter of your board, you
33
- * will not be able to reorder issues on the board.
34
- *
35
- * @returns Returns the created board.
36
- *
37
- * example: {
38
- * "id": 84,
39
- * "name": "scrum board",
40
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
41
- * "type": "scrum"
42
- * }
43
- * @path {POST} /rest/agile/1.0/board
44
- */
45
- createBoard({ requestBody, }: {
46
- /**
47
- * @example {
48
- * "filterId": 10040,
49
- * "location": {
50
- * "projectKeyOrId": "10000",
51
- * "type": "project"
52
- * },
53
- * "name": "scrum board",
54
- * "type": "scrum"
55
- * }
56
- */
57
- requestBody: {
58
- filterId?: number;
59
- location?: {
60
- projectKeyOrId?: string;
61
- type?: "project" | "user";
62
- };
63
- name?: string;
64
- type?: "kanban" | "scrum" | "agility";
65
- };
66
- }): Promise<{
67
- admins?: {
68
- groups?: {
69
- name?: string;
70
- self?: string;
71
- }[];
72
- users?: {
73
- /**
74
- * The account ID of the user, which uniquely identifies the user across all
75
- * Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
76
- */
77
- accountId?: string;
78
- /** Whether the user is active. */
79
- active?: boolean;
80
- /** The avatars of the user. */
81
- avatarUrls?: {
82
- /** The URL of the user's 16x16 pixel avatar. */
83
- "16x16"?: string;
84
- /** The URL of the user's 24x24 pixel avatar. */
85
- "24x24"?: string;
86
- /** The URL of the user's 32x32 pixel avatar. */
87
- "32x32"?: string;
88
- /** The URL of the user's 48x48 pixel avatar. */
89
- "48x48"?: string;
90
- };
91
- /**
92
- * The display name of the user. Depending on the user’s privacy setting, this may
93
- * return an alternative value.
94
- */
95
- displayName?: string;
96
- /**
97
- * This property is deprecated in favor of `accountId` because of privacy changes.
98
- * See the [migration
99
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
100
- * for details.
101
- * The key of the user.
102
- */
103
- key?: string;
104
- /**
105
- * This property is deprecated in favor of `accountId` because of privacy changes.
106
- * See the [migration
107
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
108
- * for details.
109
- * The username of the user.
110
- */
111
- name?: string;
112
- /** The URL of the user. */
113
- self?: string;
114
- }[];
115
- };
116
- /** Whether the board can be edited. */
117
- canEdit?: boolean;
118
- /** Whether the board is selected as a favorite. */
119
- favourite?: boolean;
120
- /** The ID of the board. */
121
- id?: number;
122
- /** Whether the board is private. */
123
- isPrivate?: boolean;
124
- /** The container that the board is located in. */
125
- location?: {
126
- avatarURI?: string;
127
- displayName?: string;
128
- name?: string;
129
- projectId?: number;
130
- projectKey?: string;
131
- projectName?: string;
132
- projectTypeKey?: string;
133
- userAccountId?: string;
134
- userId?: number;
135
- };
136
- /** The name of the board. */
137
- name?: string;
138
- /** The URL of the board. */
139
- self?: string;
140
- /** The type the board. */
141
- type?: string;
142
- }>;
143
- /**
144
- * Deletes the board. Admin without the view permission can still remove the board.
145
- *
146
- * @path {DELETE} /rest/agile/1.0/board/{boardId}
147
- */
148
- deleteBoard({ boardId, }: {
149
- /** ID of the board to be deleted */
150
- boardId: number;
151
- }): Promise<void>;
152
- /**
153
- * Removes the property from the board identified by the id. Ths user removing the
154
- * property is required to have permissions to modify the board.
155
- *
156
- * @path {DELETE} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
157
- */
158
- deleteBoardProperty({ boardId, propertyKey, }: {
159
- /** the id of the board from which the property will be removed. */
160
- boardId: string;
161
- /** the key of the property to remove. */
162
- propertyKey: string;
163
- }): Promise<void>;
164
- /**
165
- * Returns all boards. This only includes boards that the user has permission to
166
- * view.
167
- *
168
- * **Deprecation notice:** The required OAuth 2.0 scopes will be updated on
169
- * February 15, 2024.
170
- *
171
- * * `read:board-scope:jira-software`, `read:project:jira`
172
- *
173
- * @returns Returns the requested boards, at the specified page of the results.
174
- *
175
- * example: {
176
- * "isLast": false,
177
- * "maxResults": 2,
178
- * "startAt": 1,
179
- * "total": 5,
180
- * "values": [
181
- * {
182
- * "id": 84,
183
- * "name": "scrum board",
184
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
185
- * "type": "scrum"
186
- * },
187
- * {
188
- * "id": 92,
189
- * "name": "kanban board",
190
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92",
191
- * "type": "kanban"
192
- * }
193
- * ]
194
- * }
195
- * @path {GET} /rest/agile/1.0/board
196
- */
197
- getAllBoards({ startAt, maxResults, type, name, projectKeyOrId, accountIdLocation, projectLocation, includePrivate, negateLocationFiltering, orderBy, expand, projectTypeLocation, filterId, }: {
198
- /**
199
- * The starting index of the returned boards. Base index: 0. See the 'Pagination'
200
- * section at the top of this page for more details.
201
- */
202
- startAt?: number;
203
- /**
204
- * The maximum number of boards to return per page. See the 'Pagination' section
205
- * at the top of this page for more details.
206
- */
207
- maxResults?: number;
208
- /**
209
- * Filters results to boards of the specified types. Valid values: scrum, kanban,
210
- * simple.
211
- */
212
- type?: {};
213
- /** Filters results to boards that match or partially match the specified name. */
214
- name?: string;
215
- /**
216
- * Filters results to boards that are relevant to a project. Relevance means that
217
- * the jql filter defined in board contains a reference to a project.
218
- */
219
- projectKeyOrId?: string;
220
- accountIdLocation?: string;
221
- projectLocation?: string;
222
- /**
223
- * Appends private boards to the end of the list. The name and type fields are
224
- * excluded for security reasons.
225
- */
226
- includePrivate?: boolean;
227
- /** If set to true, negate filters used for querying by location. By default false. */
228
- negateLocationFiltering?: boolean;
229
- /**
230
- * Ordering of the results by a given field. If not provided, values will not be
231
- * sorted. Valid values: name.
232
- */
233
- orderBy?: "name" | "-name" | "+name";
234
- /** List of fields to expand for each board. Valid values: admins, permissions. */
235
- expand?: string;
236
- /**
237
- * Filters results to boards that are relevant to a project types. Support Jira
238
- * Software, Jira Service Management. Valid values: software, service\_desk. By
239
- * default software.
240
- */
241
- projectTypeLocation?: string[];
242
- /**
243
- * Filters results to boards that are relevant to a filter. Not supported for
244
- * next-gen boards.
245
- */
246
- filterId?: number;
247
- }): Promise<{
248
- isLast?: boolean;
249
- maxResults?: number;
250
- startAt?: number;
251
- total?: number;
252
- values?: {
253
- admins?: {
254
- groups?: {
255
- name?: string;
256
- self?: string;
257
- }[];
258
- users?: {
259
- /**
260
- * The account ID of the user, which uniquely identifies the user across all
261
- * Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
262
- */
263
- accountId?: string;
264
- /** Whether the user is active. */
265
- active?: boolean;
266
- /** The avatars of the user. */
267
- avatarUrls?: {
268
- /** The URL of the user's 16x16 pixel avatar. */
269
- "16x16"?: string;
270
- /** The URL of the user's 24x24 pixel avatar. */
271
- "24x24"?: string;
272
- /** The URL of the user's 32x32 pixel avatar. */
273
- "32x32"?: string;
274
- /** The URL of the user's 48x48 pixel avatar. */
275
- "48x48"?: string;
276
- };
277
- /**
278
- * The display name of the user. Depending on the user’s privacy setting, this may
279
- * return an alternative value.
280
- */
281
- displayName?: string;
282
- /**
283
- * This property is deprecated in favor of `accountId` because of privacy changes.
284
- * See the [migration
285
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
286
- * for details.
287
- * The key of the user.
288
- */
289
- key?: string;
290
- /**
291
- * This property is deprecated in favor of `accountId` because of privacy changes.
292
- * See the [migration
293
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
294
- * for details.
295
- * The username of the user.
296
- */
297
- name?: string;
298
- /** The URL of the user. */
299
- self?: string;
300
- }[];
301
- };
302
- /** Whether the board can be edited. */
303
- canEdit?: boolean;
304
- /** Whether the board is selected as a favorite. */
305
- favourite?: boolean;
306
- /** The ID of the board. */
307
- id?: number;
308
- /** Whether the board is private. */
309
- isPrivate?: boolean;
310
- /** The container that the board is located in. */
311
- location?: {
312
- avatarURI?: string;
313
- displayName?: string;
314
- name?: string;
315
- projectId?: number;
316
- projectKey?: string;
317
- projectName?: string;
318
- projectTypeKey?: string;
319
- userAccountId?: string;
320
- userId?: number;
321
- };
322
- /** The name of the board. */
323
- name?: string;
324
- /** The URL of the board. */
325
- self?: string;
326
- /** The type the board. */
327
- type?: string;
328
- }[];
329
- }>;
330
- /**
331
- * Returns all quick filters from a board, for a given board ID.
332
- *
333
- * @returns Returns the requested quick filters, at the specified page of the results.
334
- * Quick filters will be ordered first by position.
335
- *
336
- * example: {
337
- * "isLast": false,
338
- * "maxResults": 2,
339
- * "startAt": 1,
340
- * "total": 5,
341
- * "values": [
342
- * {
343
- * "boardId": 1,
344
- * "description": "Issues of type bug",
345
- * "id": 1,
346
- * "jql": "issueType = bug",
347
- * "name": "Bugs",
348
- * "position": 0
349
- * },
350
- * {
351
- * "boardId": 1,
352
- * "description": "Issues of type task",
353
- * "id": 2,
354
- * "jql": "issueType = task",
355
- * "name": "Tasks",
356
- * "position": 0
357
- * }
358
- * ]
359
- * }
360
- * @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter
361
- */
362
- getAllQuickFilters({ boardId, startAt, maxResults, }: {
363
- /** The ID of the board that contains the requested quick filters. */
364
- boardId: number;
365
- /**
366
- * The starting index of the returned quick filters. Base index: 0. See the
367
- * 'Pagination' section at the top of this page for more details.
368
- */
369
- startAt?: number;
370
- /**
371
- * The maximum number of sprints to return per page. See the 'Pagination' section
372
- * at the top of this page for more details.
373
- */
374
- maxResults?: number;
375
- }): Promise<{
376
- isLast?: boolean;
377
- maxResults?: number;
378
- startAt?: number;
379
- total?: number;
380
- values?: {
381
- boardId?: number;
382
- description?: string;
383
- id?: number;
384
- jql?: string;
385
- name?: string;
386
- position?: number;
387
- }[];
388
- }>;
389
- /**
390
- * Returns all sprints from a board, for a given board ID. This only includes
391
- * sprints that the user has permission to view.
392
- *
393
- * @returns Returns the requested sprints, at the specified page of the results. Sprints
394
- * will be ordered first by state (i.e. closed, active, future) then by their
395
- * position in the backlog.
396
- *
397
- * example: {
398
- * "isLast": false,
399
- * "maxResults": 2,
400
- * "startAt": 1,
401
- * "total": 5,
402
- * "values": [
403
- * {
404
- * "id": 37,
405
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
406
- * "state": "closed",
407
- * "name": "sprint 1",
408
- * "startDate": "2015-04-11T15:22:00.000+10:00",
409
- * "endDate": "2015-04-20T01:22:00.000+10:00",
410
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
411
- * "originBoardId": 5,
412
- * "goal": "sprint 1 goal"
413
- * },
414
- * {
415
- * "id": 72,
416
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/73",
417
- * "state": "future",
418
- * "name": "sprint 2",
419
- * "goal": "sprint 2 goal"
420
- * }
421
- * ]
422
- * }
423
- * @path {GET} /rest/agile/1.0/board/{boardId}/sprint
424
- */
425
- getAllSprints({ boardId, startAt, maxResults, state, }: {
426
- /** The ID of the board that contains the requested sprints. */
427
- boardId: number;
428
- /**
429
- * The starting index of the returned sprints. Base index: 0. See the 'Pagination'
430
- * section at the top of this page for more details.
431
- */
432
- startAt?: number;
433
- /**
434
- * The maximum number of sprints to return per page. See the 'Pagination' section
435
- * at the top of this page for more details.
436
- */
437
- maxResults?: number;
438
- /**
439
- * Filters results to sprints in specified states. Valid values: future, active,
440
- * closed. You can define multiple states separated by commas, e.g.
441
- * state=active,closed
442
- */
443
- state?: {};
444
- }): Promise<unknown>;
445
- /**
446
- * Returns all versions from a board, for a given board ID. This only includes
447
- * versions that the user has permission to view. Note, if the user does not have
448
- * permission to view the board, no versions will be returned at all. Returned
449
- * versions are ordered by the name of the project from which they belong and then
450
- * by sequence defined by user.
451
- *
452
- * @returns Returns the requested versions, at the specified page of the results.
453
- *
454
- * example: {
455
- * "isLast": false,
456
- * "maxResults": 2,
457
- * "startAt": 1,
458
- * "total": 5,
459
- * "values": [
460
- * {
461
- * "archived": false,
462
- * "description": "A first version",
463
- * "id": 10000,
464
- * "name": "Version 1",
465
- * "projectId": 10000,
466
- * "releaseDate": "2015-04-20T01:02:00.000+10:00",
467
- * "released": true,
468
- * "self": "https://your-domain.atlassian.net/version/10000"
469
- * },
470
- * {
471
- * "archived": false,
472
- * "description": "Minor Bugfix version",
473
- * "id": 10010,
474
- * "name": "Next Version",
475
- * "projectId": 10000,
476
- * "released": false,
477
- * "self": "https://your-domain.atlassian.net/version/10010"
478
- * }
479
- * ]
480
- * }
481
- * @path {GET} /rest/agile/1.0/board/{boardId}/version
482
- */
483
- getAllVersions({ boardId, startAt, maxResults, released, }: {
484
- /** The ID of the board that contains the requested versions. */
485
- boardId: number;
486
- /**
487
- * The starting index of the returned versions. Base index: 0. See the
488
- * 'Pagination' section at the top of this page for more details.
489
- */
490
- startAt?: number;
491
- /**
492
- * The maximum number of versions to return per page. See the 'Pagination' section
493
- * at the top of this page for more details.
494
- */
495
- maxResults?: number;
496
- /**
497
- * Filters results to versions that are either released or unreleased. Valid
498
- * values: true, false.
499
- */
500
- released?: string;
501
- }): Promise<unknown>;
502
- /**
503
- * Returns the board for the given board ID. This board will only be returned if
504
- * the user has permission to view it. Admins without the view permission will see
505
- * the board as a private one, so will see only a subset of the board's data
506
- * (board location for instance).
507
- *
508
- * @returns Returns the requested board.
509
- *
510
- * example: {
511
- * "id": 84,
512
- * "location": {
513
- * "displayName": "Example Project",
514
- * "name": "Example Project",
515
- * "projectId": 10040,
516
- * "projectKey": "Example Project Key",
517
- * "projectName": "Example Project",
518
- * "projectTypeKey": "KEY",
519
- * "userAccountId": "5b10a2844c20165700ede21g",
520
- * "userId": 10040
521
- * },
522
- * "name": "scrum board",
523
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
524
- * "type": "scrum"
525
- * }
526
- * @path {GET} /rest/agile/1.0/board/{boardId}
527
- */
528
- getBoard({ boardId, }: {
529
- /** The ID of the requested board. */
530
- boardId: number;
531
- }): Promise<{
532
- admins?: {
533
- groups?: {
534
- name?: string;
535
- self?: string;
536
- }[];
537
- users?: {
538
- /**
539
- * The account ID of the user, which uniquely identifies the user across all
540
- * Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
541
- */
542
- accountId?: string;
543
- /** Whether the user is active. */
544
- active?: boolean;
545
- /** The avatars of the user. */
546
- avatarUrls?: {
547
- /** The URL of the user's 16x16 pixel avatar. */
548
- "16x16"?: string;
549
- /** The URL of the user's 24x24 pixel avatar. */
550
- "24x24"?: string;
551
- /** The URL of the user's 32x32 pixel avatar. */
552
- "32x32"?: string;
553
- /** The URL of the user's 48x48 pixel avatar. */
554
- "48x48"?: string;
555
- };
556
- /**
557
- * The display name of the user. Depending on the user’s privacy setting, this may
558
- * return an alternative value.
559
- */
560
- displayName?: string;
561
- /**
562
- * This property is deprecated in favor of `accountId` because of privacy changes.
563
- * See the [migration
564
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
565
- * for details.
566
- * The key of the user.
567
- */
568
- key?: string;
569
- /**
570
- * This property is deprecated in favor of `accountId` because of privacy changes.
571
- * See the [migration
572
- * guide](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/)
573
- * for details.
574
- * The username of the user.
575
- */
576
- name?: string;
577
- /** The URL of the user. */
578
- self?: string;
579
- }[];
580
- };
581
- /** Whether the board can be edited. */
582
- canEdit?: boolean;
583
- /** Whether the board is selected as a favorite. */
584
- favourite?: boolean;
585
- /** The ID of the board. */
586
- id?: number;
587
- /** Whether the board is private. */
588
- isPrivate?: boolean;
589
- /** The container that the board is located in. */
590
- location?: {
591
- avatarURI?: string;
592
- displayName?: string;
593
- name?: string;
594
- projectId?: number;
595
- projectKey?: string;
596
- projectName?: string;
597
- projectTypeKey?: string;
598
- userAccountId?: string;
599
- userId?: number;
600
- };
601
- /** The name of the board. */
602
- name?: string;
603
- /** The URL of the board. */
604
- self?: string;
605
- /** The type the board. */
606
- type?: string;
607
- }>;
608
- /**
609
- * Returns any boards which use the provided filter id. This method can be
610
- * executed by users without a valid software license in order to find which
611
- * boards are using a particular filter.
612
- *
613
- * @returns Returns the requested boards, at the specified page of the results.
614
- *
615
- * example: {
616
- * "id": 84,
617
- * "name": "scrum board",
618
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84"
619
- * }
620
- * @path {GET} /rest/agile/1.0/board/filter/{filterId}
621
- */
622
- getBoardByFilterId({ filterId, startAt, maxResults, }: {
623
- /**
624
- * Filters results to boards that are relevant to a filter. Not supported for
625
- * next-gen boards.
626
- */
627
- filterId: number;
628
- /**
629
- * The starting index of the returned boards. Base index: 0. See the 'Pagination'
630
- * section at the top of this page for more details.
631
- */
632
- startAt?: number;
633
- /**
634
- * The maximum number of boards to return per page. Default: 50. See the
635
- * 'Pagination' section at the top of this page for more details.
636
- */
637
- maxResults?: number;
638
- }): Promise<{
639
- isLast?: boolean;
640
- maxResults?: number;
641
- startAt?: number;
642
- total?: number;
643
- values?: {
644
- id?: number;
645
- name?: string;
646
- self?: string;
647
- }[];
648
- }>;
649
- /**
650
- * Returns all issues that belong to an epic on the board, for the given epic ID
651
- * and the board ID. This only includes issues that the user has permission to
652
- * view. Issues returned from this resource include Agile fields, like sprint,
653
- * closedSprints, flagged, and epic. By default, the returned issues are ordered
654
- * by rank.
655
- *
656
- * @returns Returns the requested issues, at the specified page of the results.
657
- *
658
- * example: {
659
- * "expand": "names,schema",
660
- * "issues": [
661
- * {
662
- * "expand": "",
663
- * "fields": {
664
- * "flagged": true,
665
- * "sprint": {
666
- * "id": 37,
667
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
668
- * "state": "future",
669
- * "name": "sprint 2",
670
- * "goal": "sprint 2 goal"
671
- * },
672
- * "closedSprints": [
673
- * {
674
- * "id": 37,
675
- * "self":
676
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
677
- * "state": "closed",
678
- * "name": "sprint 1",
679
- * "startDate": "2015-04-11T15:22:00.000+10:00",
680
- * "endDate": "2015-04-20T01:22:00.000+10:00",
681
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
682
- * "goal": "sprint 1 goal"
683
- * }
684
- * ],
685
- * "description": "example bug report",
686
- * "project": {
687
- * "avatarUrls": {
688
- * "16x16":
689
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
690
- * "24x24":
691
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
692
- * "32x32":
693
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
694
- * "48x48":
695
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
696
- * },
697
- * "id": "10000",
698
- * "insight": {
699
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
700
- * "totalIssueCount": 100
701
- * },
702
- * "key": "EX",
703
- * "name": "Example",
704
- * "projectCategory": {
705
- * "description": "First Project Category",
706
- * "id": "10000",
707
- * "name": "FIRST",
708
- * "self":
709
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
710
- * },
711
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
712
- * "simplified": false,
713
- * "style": "classic"
714
- * },
715
- * "comment": [
716
- * {
717
- * "author": {
718
- * "accountId": "5b10a2844c20165700ede21g",
719
- * "active": false,
720
- * "displayName": "Mia Krystof",
721
- * "self":
722
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
723
- * },
724
- * "body": {
725
- * "type": "doc",
726
- * "version": 1,
727
- * "content": [
728
- * {
729
- * "type": "paragraph",
730
- * "content": [
731
- * {
732
- * "type": "text",
733
- * "text": "Lorem ipsum dolor sit amet, consectetur
734
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
735
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
736
- * semper."
737
- * }
738
- * ]
739
- * }
740
- * ]
741
- * },
742
- * "created": "2021-01-17T12:34:00.000+0000",
743
- * "id": "10000",
744
- * "self":
745
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
746
- * "updateAuthor": {
747
- * "accountId": "5b10a2844c20165700ede21g",
748
- * "active": false,
749
- * "displayName": "Mia Krystof",
750
- * "self":
751
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
752
- * },
753
- * "updated": "2021-01-18T23:45:00.000+0000",
754
- * "visibility": {
755
- * "identifier": "Administrators",
756
- * "type": "role",
757
- * "value": "Administrators"
758
- * }
759
- * }
760
- * ],
761
- * "epic": {
762
- * "id": 37,
763
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
764
- * "name": "epic 1",
765
- * "summary": "epic 1 summary",
766
- * "color": {
767
- * "key": "color_4"
768
- * },
769
- * "done": true
770
- * },
771
- * "worklog": [
772
- * {
773
- * "author": {
774
- * "accountId": "5b10a2844c20165700ede21g",
775
- * "active": false,
776
- * "displayName": "Mia Krystof",
777
- * "self":
778
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
779
- * },
780
- * "comment": {
781
- * "type": "doc",
782
- * "version": 1,
783
- * "content": [
784
- * {
785
- * "type": "paragraph",
786
- * "content": [
787
- * {
788
- * "type": "text",
789
- * "text": "I did some work here."
790
- * }
791
- * ]
792
- * }
793
- * ]
794
- * },
795
- * "id": "100028",
796
- * "issueId": "10002",
797
- * "self":
798
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
799
- * "started": "2021-01-17T12:34:00.000+0000",
800
- * "timeSpent": "3h 20m",
801
- * "timeSpentSeconds": 12000,
802
- * "updateAuthor": {
803
- * "accountId": "5b10a2844c20165700ede21g",
804
- * "active": false,
805
- * "displayName": "Mia Krystof",
806
- * "self":
807
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
808
- * },
809
- * "updated": "2021-01-18T23:45:00.000+0000",
810
- * "visibility": {
811
- * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
812
- * "type": "group",
813
- * "value": "jira-developers"
814
- * }
815
- * }
816
- * ],
817
- * "updated": 1,
818
- * "timetracking": {
819
- * "originalEstimate": "10m",
820
- * "originalEstimateSeconds": 600,
821
- * "remainingEstimate": "3m",
822
- * "remainingEstimateSeconds": 200,
823
- * "timeSpent": "6m",
824
- * "timeSpentSeconds": 400
825
- * }
826
- * },
827
- * "id": "10001",
828
- * "key": "HSP-1",
829
- * "self":
830
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
831
- * }
832
- * ],
833
- * "maxResults": 50,
834
- * "startAt": 0,
835
- * "total": 1
836
- * }
837
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic/{epicId}/issue
838
- */
839
- getBoardIssuesForEpic({ boardId, epicId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
840
- /** The ID of the board that contains the requested issues. */
841
- boardId: number;
842
- /** The ID of the epic that contains the requested issues. */
843
- epicId: number;
844
- /**
845
- * The starting index of the returned issues. Base index: 0. See the 'Pagination'
846
- * section at the top of this page for more details.
847
- */
848
- startAt?: number;
849
- /**
850
- * The maximum number of issues to return per page. Default: 50. See the
851
- * 'Pagination' section at the top of this page for more details. Note, the total
852
- * number of issues returned is limited by the property
853
- * 'jira.search.views.default.max' in your Jira instance. If you exceed this
854
- * limit, your results will be truncated.
855
- */
856
- maxResults?: number;
857
- /**
858
- * Filters results using a JQL query. If you define an order in your JQL query, it
859
- * will override the default order of the returned issues.
860
- */
861
- jql?: string;
862
- /** Specifies whether to validate the JQL query or not. Default: true. */
863
- validateQuery?: boolean;
864
- /**
865
- * The list of fields to return for each issue. By default, all navigable and
866
- * Agile fields are returned.
867
- */
868
- fields?: {}[];
869
- /** A comma-separated list of the parameters to expand. */
870
- expand?: string;
871
- }): Promise<unknown>;
872
- /**
873
- * Get all issues you have access to that belong to the sprint from the board.
874
- * Issue returned from this resource contains additional fields like: sprint,
875
- * closedSprints, flagged and epic. Issues are returned ordered by rank. JQL order
876
- * has higher priority than default rank.
877
- *
878
- * @returns Returns the requested issues, at the specified page of the results.
879
- *
880
- * example: {
881
- * "expand": "names,schema",
882
- * "issues": [
883
- * {
884
- * "expand": "",
885
- * "fields": {
886
- * "flagged": true,
887
- * "sprint": {
888
- * "id": 37,
889
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
890
- * "state": "future",
891
- * "name": "sprint 2",
892
- * "goal": "sprint 2 goal"
893
- * },
894
- * "closedSprints": [
895
- * {
896
- * "id": 37,
897
- * "self":
898
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
899
- * "state": "closed",
900
- * "name": "sprint 1",
901
- * "startDate": "2015-04-11T15:22:00.000+10:00",
902
- * "endDate": "2015-04-20T01:22:00.000+10:00",
903
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
904
- * "goal": "sprint 1 goal"
905
- * }
906
- * ],
907
- * "description": "example bug report",
908
- * "project": {
909
- * "avatarUrls": {
910
- * "16x16":
911
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
912
- * "24x24":
913
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
914
- * "32x32":
915
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
916
- * "48x48":
917
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
918
- * },
919
- * "id": "10000",
920
- * "insight": {
921
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
922
- * "totalIssueCount": 100
923
- * },
924
- * "key": "EX",
925
- * "name": "Example",
926
- * "projectCategory": {
927
- * "description": "First Project Category",
928
- * "id": "10000",
929
- * "name": "FIRST",
930
- * "self":
931
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
932
- * },
933
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
934
- * "simplified": false,
935
- * "style": "classic"
936
- * },
937
- * "comment": [
938
- * {
939
- * "author": {
940
- * "accountId": "5b10a2844c20165700ede21g",
941
- * "active": false,
942
- * "displayName": "Mia Krystof",
943
- * "self":
944
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
945
- * },
946
- * "body": {
947
- * "type": "doc",
948
- * "version": 1,
949
- * "content": [
950
- * {
951
- * "type": "paragraph",
952
- * "content": [
953
- * {
954
- * "type": "text",
955
- * "text": "Lorem ipsum dolor sit amet, consectetur
956
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
957
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
958
- * semper."
959
- * }
960
- * ]
961
- * }
962
- * ]
963
- * },
964
- * "created": "2021-01-17T12:34:00.000+0000",
965
- * "id": "10000",
966
- * "self":
967
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
968
- * "updateAuthor": {
969
- * "accountId": "5b10a2844c20165700ede21g",
970
- * "active": false,
971
- * "displayName": "Mia Krystof",
972
- * "self":
973
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
974
- * },
975
- * "updated": "2021-01-18T23:45:00.000+0000",
976
- * "visibility": {
977
- * "identifier": "Administrators",
978
- * "type": "role",
979
- * "value": "Administrators"
980
- * }
981
- * }
982
- * ],
983
- * "epic": {
984
- * "id": 37,
985
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
986
- * "name": "epic 1",
987
- * "summary": "epic 1 summary",
988
- * "color": {
989
- * "key": "color_4"
990
- * },
991
- * "done": true
992
- * },
993
- * "worklog": [
994
- * {
995
- * "author": {
996
- * "accountId": "5b10a2844c20165700ede21g",
997
- * "active": false,
998
- * "displayName": "Mia Krystof",
999
- * "self":
1000
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1001
- * },
1002
- * "comment": {
1003
- * "type": "doc",
1004
- * "version": 1,
1005
- * "content": [
1006
- * {
1007
- * "type": "paragraph",
1008
- * "content": [
1009
- * {
1010
- * "type": "text",
1011
- * "text": "I did some work here."
1012
- * }
1013
- * ]
1014
- * }
1015
- * ]
1016
- * },
1017
- * "id": "100028",
1018
- * "issueId": "10002",
1019
- * "self":
1020
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1021
- * "started": "2021-01-17T12:34:00.000+0000",
1022
- * "timeSpent": "3h 20m",
1023
- * "timeSpentSeconds": 12000,
1024
- * "updateAuthor": {
1025
- * "accountId": "5b10a2844c20165700ede21g",
1026
- * "active": false,
1027
- * "displayName": "Mia Krystof",
1028
- * "self":
1029
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1030
- * },
1031
- * "updated": "2021-01-18T23:45:00.000+0000",
1032
- * "visibility": {
1033
- * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
1034
- * "type": "group",
1035
- * "value": "jira-developers"
1036
- * }
1037
- * }
1038
- * ],
1039
- * "updated": 1,
1040
- * "timetracking": {
1041
- * "originalEstimate": "10m",
1042
- * "originalEstimateSeconds": 600,
1043
- * "remainingEstimate": "3m",
1044
- * "remainingEstimateSeconds": 200,
1045
- * "timeSpent": "6m",
1046
- * "timeSpentSeconds": 400
1047
- * }
1048
- * },
1049
- * "id": "10001",
1050
- * "key": "HSP-1",
1051
- * "self":
1052
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1053
- * }
1054
- * ],
1055
- * "maxResults": 50,
1056
- * "startAt": 0,
1057
- * "total": 1
1058
- * }
1059
- * @path {GET} /rest/agile/1.0/board/{boardId}/sprint/{sprintId}/issue
1060
- */
1061
- getBoardIssuesForSprint({ boardId, sprintId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1062
- /** The ID of the board that contains requested issues. */
1063
- boardId: number;
1064
- /** The ID of the sprint that contains requested issues. */
1065
- sprintId: number;
1066
- /**
1067
- * The starting index of the returned issues. Base index: 0. See the 'Pagination'
1068
- * section at the top of this page for more details.
1069
- */
1070
- startAt?: number;
1071
- /**
1072
- * The maximum number of issues to return per page. See the 'Pagination' section
1073
- * at the top of this page for more details. Note, the total number of issues
1074
- * returned is limited by the property 'jira.search.views.default.max' in your
1075
- * Jira instance. If you exceed this limit, your results will be truncated.
1076
- */
1077
- maxResults?: number;
1078
- /**
1079
- * Filters results using a JQL query. If you define an order in your JQL query, it
1080
- * will override the default order of the returned issues.
1081
- * Note that `username` and `userkey` can't be used as search terms for this
1082
- * parameter due to privacy reasons. Use `accountId` instead.
1083
- */
1084
- jql?: string;
1085
- /** Specifies whether to validate the JQL query or not. Default: true. */
1086
- validateQuery?: boolean;
1087
- /**
1088
- * The list of fields to return for each issue. By default, all navigable and
1089
- * Agile fields are returned.
1090
- */
1091
- fields?: {}[];
1092
- /** A comma-separated list of the parameters to expand. */
1093
- expand?: string;
1094
- }): Promise<unknown>;
1095
- /**
1096
- * Returns the value of the property with a given key from the board identified by
1097
- * the provided id. The user who retrieves the property is required to have
1098
- * permissions to view the board.
1099
- *
1100
- * @returns Returned if the board exists and the property was found.
1101
- * @path {GET} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
1102
- */
1103
- getBoardProperty({ boardId, propertyKey, }: {
1104
- /** the ID of the board from which the property will be returned. */
1105
- boardId: string;
1106
- /** the key of the property to return. */
1107
- propertyKey: string;
1108
- }): Promise<unknown>;
1109
- /**
1110
- * Returns the keys of all properties for the board identified by the id. The user
1111
- * who retrieves the property keys is required to have permissions to view the
1112
- * board.
1113
- *
1114
- * @returns Returned if the board with given id exists.
1115
- * @path {GET} /rest/agile/1.0/board/{boardId}/properties
1116
- */
1117
- getBoardPropertyKeys({ boardId, }: {
1118
- /** the ID of the board from which property keys will be returned. */
1119
- boardId: string;
1120
- }): Promise<unknown>;
1121
- /**
1122
- * Get the board configuration. The response contains the following fields:
1123
- *
1124
- * * `id` \- ID of the board.
1125
- * * `name` \- Name of the board.
1126
- * * `filter` \- Reference to the filter used by the given board.
1127
- * * `location` \- Reference to the container that the board is located in.
1128
- * Includes the container type (Valid values: project, user).
1129
- * * `subQuery` (Kanban only) - JQL subquery used by the given board.
1130
- * * `columnConfig` \- The column configuration lists the columns for the board,
1131
- * in the order defined in the column configuration. For each column, it shows the
1132
- * issue status mapping as well as the constraint type (Valid values: none,
1133
- * issueCount, issueCountExclSubs) for the min/max number of issues. Note, the
1134
- * last column with statuses mapped to it is treated as the "Done" column, which
1135
- * means that issues in that column will be marked as already completed.
1136
- * * `estimation` (Scrum only) - Contains information about type of estimation
1137
- * used for the board. Valid values: none, issueCount, field. If the estimation
1138
- * type is "field", the ID and display name of the field used for estimation is
1139
- * also returned. Note, estimates for an issue can be updated by a PUT
1140
- * /rest/api/3/issue/\{issueIdOrKey\} request, however the fields must be on the
1141
- * screen. "timeoriginalestimate" field will never be on the screen, so in order
1142
- * to update it "originalEstimate" in "timetracking" field should be updated.
1143
- * * `ranking` \- Contains information about custom field used for ranking in
1144
- * the given board.
1145
- *
1146
- * @returns Returns the configuration of the board for given boardId.
1147
- *
1148
- * example: {
1149
- * "columnConfig": {
1150
- * "columns": [
1151
- * {
1152
- * "name": "To Do",
1153
- * "statuses": [
1154
- * {
1155
- * "id": "1",
1156
- * "self": "https://your-domain.atlassian.net/status/1"
1157
- * },
1158
- * {
1159
- * "id": "4",
1160
- * "self": "https://your-domain.atlassian.net/status/4"
1161
- * }
1162
- * ]
1163
- * },
1164
- * {
1165
- * "max": 4,
1166
- * "min": 2,
1167
- * "name": "In progress",
1168
- * "statuses": [
1169
- * {
1170
- * "id": "3",
1171
- * "self": "https://your-domain.atlassian.net/status/3"
1172
- * }
1173
- * ]
1174
- * },
1175
- * {
1176
- * "name": "Done",
1177
- * "statuses": [
1178
- * {
1179
- * "id": "5",
1180
- * "self": "https://your-domain.atlassian.net/status/5"
1181
- * }
1182
- * ]
1183
- * }
1184
- * ],
1185
- * "constraintType": "issueCount"
1186
- * },
1187
- * "estimation": {
1188
- * "field": {
1189
- * "displayName": "Story Points",
1190
- * "fieldId": "customfield_10002"
1191
- * },
1192
- * "type": "field"
1193
- * },
1194
- * "filter": {
1195
- * "id": "1001",
1196
- * "self": "https://your-domain.atlassian.net/filter/1001"
1197
- * },
1198
- * "id": 10000,
1199
- * "location": {
1200
- * "id": "10010",
1201
- * "key": "PROJ",
1202
- * "name": "name",
1203
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/10010",
1204
- * "type": "project"
1205
- * },
1206
- * "name": "Board",
1207
- * "ranking": {
1208
- * "rankCustomFieldId": 10020
1209
- * },
1210
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84/config"
1211
- * }
1212
- * @path {GET} /rest/agile/1.0/board/{boardId}/configuration
1213
- */
1214
- getConfiguration({ boardId, }: {
1215
- /** The ID of the board for which configuration is requested. */
1216
- boardId: number;
1217
- }): Promise<{
1218
- columnConfig?: {
1219
- columns?: {
1220
- max?: number;
1221
- min?: number;
1222
- name?: string;
1223
- statuses?: {
1224
- id?: string;
1225
- self?: string;
1226
- }[];
1227
- }[];
1228
- constraintType?: string;
1229
- };
1230
- estimation?: {
1231
- field?: {
1232
- displayName?: string;
1233
- fieldId?: string;
1234
- };
1235
- type?: string;
1236
- };
1237
- filter?: {
1238
- id?: string;
1239
- self?: string;
1240
- };
1241
- id?: number;
1242
- location?: {
1243
- projectKeyOrId?: string;
1244
- type?: "project" | "user";
1245
- };
1246
- name?: string;
1247
- ranking?: {
1248
- rankCustomFieldId?: number;
1249
- };
1250
- self?: string;
1251
- subQuery?: {
1252
- query?: string;
1253
- };
1254
- type?: string;
1255
- }>;
1256
- /**
1257
- * Returns all epics from the board, for the given board ID. This only includes
1258
- * epics that the user has permission to view. Note, if the user does not have
1259
- * permission to view the board, no epics will be returned at all.
1260
- *
1261
- * @returns Returns the requested epics, at the specified page of the results.
1262
- *
1263
- * example: {
1264
- * "isLast": false,
1265
- * "maxResults": 2,
1266
- * "startAt": 1,
1267
- * "total": 5,
1268
- * "values": [
1269
- * {
1270
- * "id": 37,
1271
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
1272
- * "name": "epic 1",
1273
- * "summary": "epic 1 summary",
1274
- * "color": {
1275
- * "key": "color_4"
1276
- * },
1277
- * "done": true
1278
- * },
1279
- * {
1280
- * "id": 37,
1281
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/13",
1282
- * "name": "epic 2",
1283
- * "summary": "epic 2 summary",
1284
- * "color": {
1285
- * "key": "color_2"
1286
- * },
1287
- * "done": false
1288
- * }
1289
- * ]
1290
- * }
1291
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic
1292
- */
1293
- getEpics({ boardId, startAt, maxResults, done, }: {
1294
- /** The ID of the board that contains the requested epics. */
1295
- boardId: number;
1296
- /**
1297
- * The starting index of the returned epics. Base index: 0. See the 'Pagination'
1298
- * section at the top of this page for more details.
1299
- */
1300
- startAt?: number;
1301
- /**
1302
- * The maximum number of epics to return per page. See the 'Pagination' section at
1303
- * the top of this page for more details.
1304
- */
1305
- maxResults?: number;
1306
- /**
1307
- * Filters results to epics that are either done or not done. Valid values: true,
1308
- * false.
1309
- */
1310
- done?: string;
1311
- }): Promise<unknown>;
1312
- /**
1313
- * @returns 200 response
1314
- * @path {GET} /rest/agile/1.0/board/{boardId}/features
1315
- */
1316
- getFeaturesForBoard({ boardId }: {
1317
- boardId: number;
1318
- }): Promise<{
1319
- features?: {
1320
- boardFeature?: "SIMPLE_ROADMAP" | "BACKLOG" | "SPRINTS" | "CALENDAR" | "DEVTOOLS" | "REPORTS" | "ESTIMATION" | "PAGES" | "CODE" | "SECURITY" | "REQUESTS" | "INCIDENTS" | "RELEASES" | "DEPLOYMENTS" | "ISSUE_NAVIGATOR" | "ON_CALL_SCHEDULE" | "BOARD" | "GOALS" | "LIST_VIEW";
1321
- boardId?: number;
1322
- featureId?: string;
1323
- featureType?: "BASIC" | "ESTIMATION";
1324
- imageUri?: string;
1325
- learnMoreArticleId?: string;
1326
- learnMoreLink?: string;
1327
- localisedDescription?: string;
1328
- localisedGroup?: string;
1329
- localisedName?: string;
1330
- permissibleEstimationTypes?: {
1331
- localisedDescription?: string;
1332
- localisedName?: string;
1333
- value?: "STORY_POINTS" | "ORIGINAL_ESTIMATE";
1334
- }[];
1335
- state?: "ENABLED" | "DISABLED" | "COMING_SOON";
1336
- toggleLocked?: boolean;
1337
- }[];
1338
- }>;
1339
- /**
1340
- * Returns all issues from the board's backlog, for the given board ID. This only
1341
- * includes issues that the user has permission to view. The backlog contains
1342
- * incomplete issues that are not assigned to any future or active sprint. Note,
1343
- * if the user does not have permission to view the board, no issues will be
1344
- * returned at all. Issues returned from this resource include Agile fields, like
1345
- * sprint, closedSprints, flagged, and epic. By default, the returned issues are
1346
- * ordered by rank.
1347
- *
1348
- * @returns Returns the requested issues, at the specified page of the results.
1349
- *
1350
- * example: {
1351
- * "expand": "names,schema",
1352
- * "issues": [
1353
- * {
1354
- * "expand": "",
1355
- * "fields": {
1356
- * "flagged": true,
1357
- * "sprint": {
1358
- * "id": 37,
1359
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
1360
- * "state": "future",
1361
- * "name": "sprint 2",
1362
- * "goal": "sprint 2 goal"
1363
- * },
1364
- * "closedSprints": [
1365
- * {
1366
- * "id": 37,
1367
- * "self":
1368
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1369
- * "state": "closed",
1370
- * "name": "sprint 1",
1371
- * "startDate": "2015-04-11T15:22:00.000+10:00",
1372
- * "endDate": "2015-04-20T01:22:00.000+10:00",
1373
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
1374
- * "goal": "sprint 1 goal"
1375
- * }
1376
- * ],
1377
- * "description": "example bug report",
1378
- * "project": {
1379
- * "avatarUrls": {
1380
- * "16x16":
1381
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1382
- * "24x24":
1383
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1384
- * "32x32":
1385
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1386
- * "48x48":
1387
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1388
- * },
1389
- * "id": "10000",
1390
- * "insight": {
1391
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1392
- * "totalIssueCount": 100
1393
- * },
1394
- * "key": "EX",
1395
- * "name": "Example",
1396
- * "projectCategory": {
1397
- * "description": "First Project Category",
1398
- * "id": "10000",
1399
- * "name": "FIRST",
1400
- * "self":
1401
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1402
- * },
1403
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1404
- * "simplified": false,
1405
- * "style": "classic"
1406
- * },
1407
- * "comment": [
1408
- * {
1409
- * "author": {
1410
- * "accountId": "5b10a2844c20165700ede21g",
1411
- * "active": false,
1412
- * "displayName": "Mia Krystof",
1413
- * "self":
1414
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1415
- * },
1416
- * "body": {
1417
- * "type": "doc",
1418
- * "version": 1,
1419
- * "content": [
1420
- * {
1421
- * "type": "paragraph",
1422
- * "content": [
1423
- * {
1424
- * "type": "text",
1425
- * "text": "Lorem ipsum dolor sit amet, consectetur
1426
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1427
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1428
- * semper."
1429
- * }
1430
- * ]
1431
- * }
1432
- * ]
1433
- * },
1434
- * "created": "2021-01-17T12:34:00.000+0000",
1435
- * "id": "10000",
1436
- * "self":
1437
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1438
- * "updateAuthor": {
1439
- * "accountId": "5b10a2844c20165700ede21g",
1440
- * "active": false,
1441
- * "displayName": "Mia Krystof",
1442
- * "self":
1443
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1444
- * },
1445
- * "updated": "2021-01-18T23:45:00.000+0000",
1446
- * "visibility": {
1447
- * "identifier": "Administrators",
1448
- * "type": "role",
1449
- * "value": "Administrators"
1450
- * }
1451
- * }
1452
- * ],
1453
- * "epic": {
1454
- * "id": 37,
1455
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
1456
- * "name": "epic 1",
1457
- * "summary": "epic 1 summary",
1458
- * "color": {
1459
- * "key": "color_4"
1460
- * },
1461
- * "done": true
1462
- * },
1463
- * "worklog": [
1464
- * {
1465
- * "author": {
1466
- * "accountId": "5b10a2844c20165700ede21g",
1467
- * "active": false,
1468
- * "displayName": "Mia Krystof",
1469
- * "self":
1470
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1471
- * },
1472
- * "comment": {
1473
- * "type": "doc",
1474
- * "version": 1,
1475
- * "content": [
1476
- * {
1477
- * "type": "paragraph",
1478
- * "content": [
1479
- * {
1480
- * "type": "text",
1481
- * "text": "I did some work here."
1482
- * }
1483
- * ]
1484
- * }
1485
- * ]
1486
- * },
1487
- * "id": "100028",
1488
- * "issueId": "10002",
1489
- * "self":
1490
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1491
- * "started": "2021-01-17T12:34:00.000+0000",
1492
- * "timeSpent": "3h 20m",
1493
- * "timeSpentSeconds": 12000,
1494
- * "updateAuthor": {
1495
- * "accountId": "5b10a2844c20165700ede21g",
1496
- * "active": false,
1497
- * "displayName": "Mia Krystof",
1498
- * "self":
1499
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1500
- * },
1501
- * "updated": "2021-01-18T23:45:00.000+0000",
1502
- * "visibility": {
1503
- * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
1504
- * "type": "group",
1505
- * "value": "jira-developers"
1506
- * }
1507
- * }
1508
- * ],
1509
- * "updated": 1,
1510
- * "timetracking": {
1511
- * "originalEstimate": "10m",
1512
- * "originalEstimateSeconds": 600,
1513
- * "remainingEstimate": "3m",
1514
- * "remainingEstimateSeconds": 200,
1515
- * "timeSpent": "6m",
1516
- * "timeSpentSeconds": 400
1517
- * }
1518
- * },
1519
- * "id": "10001",
1520
- * "key": "HSP-1",
1521
- * "self":
1522
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1523
- * }
1524
- * ],
1525
- * "maxResults": 50,
1526
- * "startAt": 0,
1527
- * "total": 1
1528
- * }
1529
- * @path {GET} /rest/agile/1.0/board/{boardId}/backlog
1530
- */
1531
- getIssuesForBacklog({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1532
- /** The ID of the board that has the backlog containing the requested issues. */
1533
- boardId: number;
1534
- /**
1535
- * The starting index of the returned issues. Base index: 0. See the 'Pagination'
1536
- * section at the top of this page for more details.
1537
- */
1538
- startAt?: number;
1539
- /**
1540
- * The maximum number of issues to return per page. Default: 50. See the
1541
- * 'Pagination' section at the top of this page for more details. Note, the total
1542
- * number of issues returned is limited by the property
1543
- * 'jira.search.views.default.max' in your Jira instance. If you exceed this
1544
- * limit, your results will be truncated.
1545
- */
1546
- maxResults?: number;
1547
- /**
1548
- * Filters results using a JQL query. If you define an order in your JQL query, it
1549
- * will override the default order of the returned issues.
1550
- * Note that `username` and `userkey` can't be used as search terms for this
1551
- * parameter due to privacy reasons. Use `accountId` instead.
1552
- */
1553
- jql?: string;
1554
- /** Specifies whether to validate the JQL query or not. Default: true. */
1555
- validateQuery?: boolean;
1556
- /**
1557
- * The list of fields to return for each issue. By default, all navigable and
1558
- * Agile fields are returned.
1559
- */
1560
- fields?: {}[];
1561
- /** This parameter is currently not used. */
1562
- expand?: string;
1563
- }): Promise<SearchResults>;
1564
- /**
1565
- * Returns all issues from a board, for a given board ID. This only includes
1566
- * issues that the user has permission to view. An issue belongs to the board if
1567
- * its status is mapped to the board's column. Epic issues do not belongs to the
1568
- * scrum boards. Note, if the user does not have permission to view the board, no
1569
- * issues will be returned at all. Issues returned from this resource include
1570
- * Agile fields, like sprint, closedSprints, flagged, and epic. By default, the
1571
- * returned issues are ordered by rank.
1572
- *
1573
- * @returns Returns the requested issues, at the specified page of the results.
1574
- *
1575
- * example: {
1576
- * "expand": "names,schema",
1577
- * "issues": [
1578
- * {
1579
- * "expand": "",
1580
- * "fields": {
1581
- * "flagged": true,
1582
- * "sprint": {
1583
- * "id": 37,
1584
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
1585
- * "state": "future",
1586
- * "name": "sprint 2",
1587
- * "goal": "sprint 2 goal"
1588
- * },
1589
- * "closedSprints": [
1590
- * {
1591
- * "id": 37,
1592
- * "self":
1593
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1594
- * "state": "closed",
1595
- * "name": "sprint 1",
1596
- * "startDate": "2015-04-11T15:22:00.000+10:00",
1597
- * "endDate": "2015-04-20T01:22:00.000+10:00",
1598
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
1599
- * "goal": "sprint 1 goal"
1600
- * }
1601
- * ],
1602
- * "description": "example bug report",
1603
- * "project": {
1604
- * "avatarUrls": {
1605
- * "16x16":
1606
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1607
- * "24x24":
1608
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1609
- * "32x32":
1610
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1611
- * "48x48":
1612
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1613
- * },
1614
- * "id": "10000",
1615
- * "insight": {
1616
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1617
- * "totalIssueCount": 100
1618
- * },
1619
- * "key": "EX",
1620
- * "name": "Example",
1621
- * "projectCategory": {
1622
- * "description": "First Project Category",
1623
- * "id": "10000",
1624
- * "name": "FIRST",
1625
- * "self":
1626
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1627
- * },
1628
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1629
- * "simplified": false,
1630
- * "style": "classic"
1631
- * },
1632
- * "comment": [
1633
- * {
1634
- * "author": {
1635
- * "accountId": "5b10a2844c20165700ede21g",
1636
- * "active": false,
1637
- * "displayName": "Mia Krystof",
1638
- * "self":
1639
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1640
- * },
1641
- * "body": {
1642
- * "type": "doc",
1643
- * "version": 1,
1644
- * "content": [
1645
- * {
1646
- * "type": "paragraph",
1647
- * "content": [
1648
- * {
1649
- * "type": "text",
1650
- * "text": "Lorem ipsum dolor sit amet, consectetur
1651
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1652
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1653
- * semper."
1654
- * }
1655
- * ]
1656
- * }
1657
- * ]
1658
- * },
1659
- * "created": "2021-01-17T12:34:00.000+0000",
1660
- * "id": "10000",
1661
- * "self":
1662
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1663
- * "updateAuthor": {
1664
- * "accountId": "5b10a2844c20165700ede21g",
1665
- * "active": false,
1666
- * "displayName": "Mia Krystof",
1667
- * "self":
1668
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1669
- * },
1670
- * "updated": "2021-01-18T23:45:00.000+0000",
1671
- * "visibility": {
1672
- * "identifier": "Administrators",
1673
- * "type": "role",
1674
- * "value": "Administrators"
1675
- * }
1676
- * }
1677
- * ],
1678
- * "epic": {
1679
- * "id": 37,
1680
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
1681
- * "name": "epic 1",
1682
- * "summary": "epic 1 summary",
1683
- * "color": {
1684
- * "key": "color_4"
1685
- * },
1686
- * "done": true
1687
- * },
1688
- * "worklog": [
1689
- * {
1690
- * "author": {
1691
- * "accountId": "5b10a2844c20165700ede21g",
1692
- * "active": false,
1693
- * "displayName": "Mia Krystof",
1694
- * "self":
1695
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1696
- * },
1697
- * "comment": {
1698
- * "type": "doc",
1699
- * "version": 1,
1700
- * "content": [
1701
- * {
1702
- * "type": "paragraph",
1703
- * "content": [
1704
- * {
1705
- * "type": "text",
1706
- * "text": "I did some work here."
1707
- * }
1708
- * ]
1709
- * }
1710
- * ]
1711
- * },
1712
- * "id": "100028",
1713
- * "issueId": "10002",
1714
- * "self":
1715
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1716
- * "started": "2021-01-17T12:34:00.000+0000",
1717
- * "timeSpent": "3h 20m",
1718
- * "timeSpentSeconds": 12000,
1719
- * "updateAuthor": {
1720
- * "accountId": "5b10a2844c20165700ede21g",
1721
- * "active": false,
1722
- * "displayName": "Mia Krystof",
1723
- * "self":
1724
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1725
- * },
1726
- * "updated": "2021-01-18T23:45:00.000+0000",
1727
- * "visibility": {
1728
- * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
1729
- * "type": "group",
1730
- * "value": "jira-developers"
1731
- * }
1732
- * }
1733
- * ],
1734
- * "updated": 1,
1735
- * "timetracking": {
1736
- * "originalEstimate": "10m",
1737
- * "originalEstimateSeconds": 600,
1738
- * "remainingEstimate": "3m",
1739
- * "remainingEstimateSeconds": 200,
1740
- * "timeSpent": "6m",
1741
- * "timeSpentSeconds": 400
1742
- * }
1743
- * },
1744
- * "id": "10001",
1745
- * "key": "HSP-1",
1746
- * "self":
1747
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1748
- * }
1749
- * ],
1750
- * "maxResults": 50,
1751
- * "startAt": 0,
1752
- * "total": 1
1753
- * }
1754
- * @path {GET} /rest/agile/1.0/board/{boardId}/issue
1755
- */
1756
- getIssuesForBoard({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1757
- /** The ID of the board that contains the requested issues. */
1758
- boardId: number;
1759
- /**
1760
- * The starting index of the returned issues. Base index: 0. See the 'Pagination'
1761
- * section at the top of this page for more details.
1762
- */
1763
- startAt?: number;
1764
- /**
1765
- * The maximum number of issues to return per page. See the 'Pagination' section
1766
- * at the top of this page for more details. Note, the total number of issues
1767
- * returned is limited by the property 'jira.search.views.default.max' in your
1768
- * Jira instance. If you exceed this limit, your results will be truncated.
1769
- */
1770
- maxResults?: number;
1771
- /**
1772
- * Filters results using a JQL query. If you define an order in your JQL query, it
1773
- * will override the default order of the returned issues.
1774
- * Note that `username` and `userkey` can't be used as search terms for this
1775
- * parameter due to privacy reasons. Use `accountId` instead.
1776
- */
1777
- jql?: string;
1778
- /** Specifies whether to validate the JQL query or not. Default: true. */
1779
- validateQuery?: boolean;
1780
- /**
1781
- * The list of fields to return for each issue. By default, all navigable and
1782
- * Agile fields are returned.
1783
- */
1784
- fields?: {}[];
1785
- /** This parameter is currently not used. */
1786
- expand?: string;
1787
- }): Promise<SearchResults>;
1788
- /**
1789
- * Returns all issues that do not belong to any epic on a board, for a given board
1790
- * ID. This only includes issues that the user has permission to view. Issues
1791
- * returned from this resource include Agile fields, like sprint, closedSprints,
1792
- * flagged, and epic. By default, the returned issues are ordered by rank.
1793
- *
1794
- * @returns Returns the requested issues, at the specified page of the results.
1795
- *
1796
- * example: {
1797
- * "expand": "names,schema",
1798
- * "issues": [
1799
- * {
1800
- * "expand": "",
1801
- * "fields": {
1802
- * "flagged": true,
1803
- * "sprint": {
1804
- * "id": 37,
1805
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/13",
1806
- * "state": "future",
1807
- * "name": "sprint 2",
1808
- * "goal": "sprint 2 goal"
1809
- * },
1810
- * "closedSprints": [
1811
- * {
1812
- * "id": 37,
1813
- * "self":
1814
- * "https://your-domain.atlassian.net/rest/agile/1.0/sprint/23",
1815
- * "state": "closed",
1816
- * "name": "sprint 1",
1817
- * "startDate": "2015-04-11T15:22:00.000+10:00",
1818
- * "endDate": "2015-04-20T01:22:00.000+10:00",
1819
- * "completeDate": "2015-04-20T11:04:00.000+10:00",
1820
- * "goal": "sprint 1 goal"
1821
- * }
1822
- * ],
1823
- * "description": "example bug report",
1824
- * "project": {
1825
- * "avatarUrls": {
1826
- * "16x16":
1827
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1828
- * "24x24":
1829
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1830
- * "32x32":
1831
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1832
- * "48x48":
1833
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1834
- * },
1835
- * "id": "10000",
1836
- * "insight": {
1837
- * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
1838
- * "totalIssueCount": 100
1839
- * },
1840
- * "key": "EX",
1841
- * "name": "Example",
1842
- * "projectCategory": {
1843
- * "description": "First Project Category",
1844
- * "id": "10000",
1845
- * "name": "FIRST",
1846
- * "self":
1847
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1848
- * },
1849
- * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1850
- * "simplified": false,
1851
- * "style": "classic"
1852
- * },
1853
- * "comment": [
1854
- * {
1855
- * "author": {
1856
- * "accountId": "5b10a2844c20165700ede21g",
1857
- * "active": false,
1858
- * "displayName": "Mia Krystof",
1859
- * "self":
1860
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1861
- * },
1862
- * "body": {
1863
- * "type": "doc",
1864
- * "version": 1,
1865
- * "content": [
1866
- * {
1867
- * "type": "paragraph",
1868
- * "content": [
1869
- * {
1870
- * "type": "text",
1871
- * "text": "Lorem ipsum dolor sit amet, consectetur
1872
- * adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue
1873
- * iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue
1874
- * semper."
1875
- * }
1876
- * ]
1877
- * }
1878
- * ]
1879
- * },
1880
- * "created": "2021-01-17T12:34:00.000+0000",
1881
- * "id": "10000",
1882
- * "self":
1883
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
1884
- * "updateAuthor": {
1885
- * "accountId": "5b10a2844c20165700ede21g",
1886
- * "active": false,
1887
- * "displayName": "Mia Krystof",
1888
- * "self":
1889
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1890
- * },
1891
- * "updated": "2021-01-18T23:45:00.000+0000",
1892
- * "visibility": {
1893
- * "identifier": "Administrators",
1894
- * "type": "role",
1895
- * "value": "Administrators"
1896
- * }
1897
- * }
1898
- * ],
1899
- * "epic": {
1900
- * "id": 37,
1901
- * "self": "https://your-domain.atlassian.net/rest/agile/1.0/epic/23",
1902
- * "name": "epic 1",
1903
- * "summary": "epic 1 summary",
1904
- * "color": {
1905
- * "key": "color_4"
1906
- * },
1907
- * "done": true
1908
- * },
1909
- * "worklog": [
1910
- * {
1911
- * "author": {
1912
- * "accountId": "5b10a2844c20165700ede21g",
1913
- * "active": false,
1914
- * "displayName": "Mia Krystof",
1915
- * "self":
1916
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1917
- * },
1918
- * "comment": {
1919
- * "type": "doc",
1920
- * "version": 1,
1921
- * "content": [
1922
- * {
1923
- * "type": "paragraph",
1924
- * "content": [
1925
- * {
1926
- * "type": "text",
1927
- * "text": "I did some work here."
1928
- * }
1929
- * ]
1930
- * }
1931
- * ]
1932
- * },
1933
- * "id": "100028",
1934
- * "issueId": "10002",
1935
- * "self":
1936
- * "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
1937
- * "started": "2021-01-17T12:34:00.000+0000",
1938
- * "timeSpent": "3h 20m",
1939
- * "timeSpentSeconds": 12000,
1940
- * "updateAuthor": {
1941
- * "accountId": "5b10a2844c20165700ede21g",
1942
- * "active": false,
1943
- * "displayName": "Mia Krystof",
1944
- * "self":
1945
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1946
- * },
1947
- * "updated": "2021-01-18T23:45:00.000+0000",
1948
- * "visibility": {
1949
- * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
1950
- * "type": "group",
1951
- * "value": "jira-developers"
1952
- * }
1953
- * }
1954
- * ],
1955
- * "updated": 1,
1956
- * "timetracking": {
1957
- * "originalEstimate": "10m",
1958
- * "originalEstimateSeconds": 600,
1959
- * "remainingEstimate": "3m",
1960
- * "remainingEstimateSeconds": 200,
1961
- * "timeSpent": "6m",
1962
- * "timeSpentSeconds": 400
1963
- * }
1964
- * },
1965
- * "id": "10001",
1966
- * "key": "HSP-1",
1967
- * "self":
1968
- * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
1969
- * }
1970
- * ],
1971
- * "maxResults": 50,
1972
- * "startAt": 0,
1973
- * "total": 1
1974
- * }
1975
- * @path {GET} /rest/agile/1.0/board/{boardId}/epic/none/issue
1976
- */
1977
- getIssuesWithoutEpicForBoard({ boardId, startAt, maxResults, jql, validateQuery, fields, expand, }: {
1978
- /** The ID of the board that contains the requested issues. */
1979
- boardId: number;
1980
- /**
1981
- * The starting index of the returned issues. Base index: 0. See the 'Pagination'
1982
- * section at the top of this page for more details.
1983
- */
1984
- startAt?: number;
1985
- /**
1986
- * The maximum number of issues to return per page. See the 'Pagination' section
1987
- * at the top of this page for more details. Note, the total number of issues
1988
- * returned is limited by the property 'jira.search.views.default.max' in your
1989
- * Jira instance. If you exceed this limit, your results will be truncated.
1990
- */
1991
- maxResults?: number;
1992
- /**
1993
- * Filters results using a JQL query. If you define an order in your JQL query, it
1994
- * will override the default order of the returned issues.
1995
- * Note that `username` and `userkey` can't be used as search terms for this
1996
- * parameter due to privacy reasons. Use `accountId` instead.
1997
- */
1998
- jql?: string;
1999
- /** Specifies whether to validate the JQL query or not. Default: true. */
2000
- validateQuery?: boolean;
2001
- /**
2002
- * The list of fields to return for each issue. By default, all navigable and
2003
- * Agile fields are returned.
2004
- */
2005
- fields?: {}[];
2006
- /** A comma-separated list of the parameters to expand. */
2007
- expand?: string;
2008
- }): Promise<unknown>;
2009
- /**
2010
- * Returns all projects that are associated with the board, for the given board
2011
- * ID. If the user does not have permission to view the board, no projects will be
2012
- * returned at all. Returned projects are ordered by the name.
2013
- *
2014
- * A project is associated with a board if the board filter contains reference the
2015
- * project or there is an issue from the project that belongs to the board.
2016
- *
2017
- * The board filter contains reference the project only if JQL query guarantees
2018
- * that returned issues will be returned from the project set defined in JQL. For
2019
- * instance the query `project in (ABC, BCD) AND reporter = admin` have reference
2020
- * to ABC and BCD projects but query `project in (ABC, BCD) OR reporter = admin`
2021
- * doesn't have reference to any project.
2022
- *
2023
- * An issue belongs to the board if its status is mapped to the board's column.
2024
- * Epic issues do not belongs to the scrum boards.
2025
- *
2026
- * @returns Returns the board's projects, at the specified page of the results.
2027
- *
2028
- * example: {
2029
- * "isLast": true,
2030
- * "maxResults": 10,
2031
- * "startAt": 0,
2032
- * "total": 2,
2033
- * "values": [
2034
- * {
2035
- * "avatarUrls": {
2036
- * "16x16": "secure/projectavatar?size=xsmall&pid=10000",
2037
- * "24x24": "secure/projectavatar?size=small&pid=10000",
2038
- * "32x32": "secure/projectavatar?size=medium&pid=10000",
2039
- * "48x48": "secure/projectavatar?size=large&pid=10000"
2040
- * },
2041
- * "id": "10000",
2042
- * "key": "EX",
2043
- * "name": "Example",
2044
- * "projectCategory": {
2045
- * "description": "Project category description",
2046
- * "id": "10000",
2047
- * "name": "A project category"
2048
- * },
2049
- * "projectTypeKey": "ProjectTypeKey{key='software'}",
2050
- * "self": "project/EX",
2051
- * "simplified": false
2052
- * }
2053
- * ]
2054
- * }
2055
- * @path {GET} /rest/agile/1.0/board/{boardId}/project
2056
- */
2057
- getProjects({ boardId, startAt, maxResults, }: {
2058
- /** The ID of the board that contains returned projects. */
2059
- boardId: number;
2060
- /**
2061
- * The starting index of the returned projects. Base index: 0. See the
2062
- * 'Pagination' section at the top of this page for more details.
2063
- */
2064
- startAt?: number;
2065
- /**
2066
- * The maximum number of projects to return per page. See the 'Pagination' section
2067
- * at the top of this page for more details.
2068
- */
2069
- maxResults?: number;
2070
- }): Promise<unknown>;
2071
- /**
2072
- * Returns all projects that are statically associated with the board, for the
2073
- * given board ID. Returned projects are ordered by the name.
2074
- *
2075
- * A project is associated with a board if the board filter contains reference the
2076
- * project.
2077
- *
2078
- * The board filter contains reference the project only if JQL query guarantees
2079
- * that returned issues will be returned from the project set defined in JQL. For
2080
- * instance the query `project in (ABC, BCD) AND reporter = admin` have reference
2081
- * to ABC and BCD projects but query `project in (ABC, BCD) OR reporter = admin`
2082
- * doesn't have reference to any project.
2083
- *
2084
- * @path {GET} /rest/agile/1.0/board/{boardId}/project/full
2085
- */
2086
- getProjectsFull({ boardId, }: {
2087
- /** The ID of the board that contains returned projects. */
2088
- boardId: number;
2089
- }): Promise<void>;
2090
- /**
2091
- * Returns the quick filter for a given quick filter ID. The quick filter will
2092
- * only be returned if the user can view the board that the quick filter belongs
2093
- * to.
2094
- *
2095
- * @returns Returns the requested quick filter.
2096
- *
2097
- * example: {
2098
- * "boardId": 1,
2099
- * "description": "Issues of type bug",
2100
- * "id": 1,
2101
- * "jql": "issueType = bug",
2102
- * "name": "Bugs",
2103
- * "position": 0
2104
- * }
2105
- * @path {GET} /rest/agile/1.0/board/{boardId}/quickfilter/{quickFilterId}
2106
- */
2107
- getQuickFilter({ boardId, quickFilterId, }: {
2108
- boardId: number;
2109
- /** The ID of the requested quick filter. */
2110
- quickFilterId: number;
2111
- }): Promise<{
2112
- boardId?: number;
2113
- description?: string;
2114
- id?: number;
2115
- jql?: string;
2116
- name?: string;
2117
- position?: number;
2118
- }>;
2119
- /**
2120
- * @returns 200 response
2121
- * @path {GET} /rest/agile/1.0/board/{boardId}/reports
2122
- */
2123
- getReportsForBoard({ boardId }: {
2124
- boardId: number;
2125
- }): Promise<{
2126
- reports?: {}[];
2127
- }>;
2128
- /**
2129
- * Move issues from the backog to the board (if they are already in the backlog of
2130
- * that board).
2131
- * This operation either moves an issue(s) onto a board from the backlog (by
2132
- * adding it to the issueList for the board) Or transitions the issue(s) to the
2133
- * first column for a kanban board with backlog. At most 50 issues may be moved at
2134
- * once.
2135
- *
2136
- * @returns Returns the list of issue with status of rank operation.
2137
- *
2138
- * example: {
2139
- * "entries": [
2140
- * {
2141
- * "issueId": 10000,
2142
- * "issueKey": "PR-1",
2143
- * "status": 200
2144
- * },
2145
- * {
2146
- * "issueId": 10001,
2147
- * "issueKey": "PR-2",
2148
- * "status": 200
2149
- * },
2150
- * {
2151
- * "errors": [
2152
- * "JIRA Agile cannot execute the rank operation at this time. Please try
2153
- * again later."
2154
- * ],
2155
- * "issueId": 10002,
2156
- * "issueKey": "PR-3",
2157
- * "status": 503
2158
- * }
2159
- * ]
2160
- * }
2161
- * @path {POST} /rest/agile/1.0/board/{boardId}/issue
2162
- */
2163
- moveIssuesToBoard({ boardId, requestBody, }: {
2164
- boardId: number;
2165
- /**
2166
- * @example {
2167
- * "issues": [
2168
- * "PR-1",
2169
- * "10001",
2170
- * "PR-3"
2171
- * ],
2172
- * "rankBeforeIssue": "PR-4",
2173
- * "rankCustomFieldId": 10521
2174
- * }
2175
- */
2176
- requestBody: {
2177
- issues?: string[];
2178
- rankAfterIssue?: string;
2179
- rankBeforeIssue?: string;
2180
- rankCustomFieldId?: number;
2181
- };
2182
- }): Promise<{
2183
- entries?: {
2184
- errors?: string[];
2185
- issueId?: number;
2186
- issueKey?: string;
2187
- status?: number;
2188
- }[];
2189
- }>;
2190
- /**
2191
- * Sets the value of the specified board's property.
2192
- *
2193
- * You can use this resource to store a custom data against the board identified
2194
- * by the id. The user who stores the data is required to have permissions to
2195
- * modify the board.
2196
- *
2197
- * @returns * status: 200, mediaType: application/json
2198
- *
2199
- * Returned if the board property is successfully updated.
2200
- *
2201
- * * status: 201, mediaType: application/json
2202
- *
2203
- * Returned if the board property is successfully created.
2204
- * @path {PUT} /rest/agile/1.0/board/{boardId}/properties/{propertyKey}
2205
- */
2206
- setBoardProperty({ boardId, propertyKey, requestBody, }: {
2207
- /** the ID of the board on which the property will be set. */
2208
- boardId: string;
2209
- /** the key of the board's property. The maximum length of the key is 255 bytes. */
2210
- propertyKey: string;
2211
- /**
2212
- * The value of the property. The value has to be a valid, non-empty
2213
- * [JSON](https://tools.ietf.org/html/rfc4627) value. The maximum length of the
2214
- * property value is 32768 bytes.
2215
- */
2216
- requestBody: unknown;
2217
- }): Promise<{
2218
- created: boolean;
2219
- body: unknown;
2220
- }>;
2221
- /**
2222
- * @returns 200 response
2223
- * @path {PUT} /rest/agile/1.0/board/{boardId}/features
2224
- */
2225
- toggleFeatures({ boardId, requestBody, }: {
2226
- boardId: number;
2227
- requestBody: {
2228
- boardId?: number;
2229
- enabling?: boolean;
2230
- feature?: string;
2231
- };
2232
- }): Promise<{
2233
- features?: {
2234
- boardFeature?: "SIMPLE_ROADMAP" | "BACKLOG" | "SPRINTS" | "CALENDAR" | "DEVTOOLS" | "REPORTS" | "ESTIMATION" | "PAGES" | "CODE" | "SECURITY" | "REQUESTS" | "INCIDENTS" | "RELEASES" | "DEPLOYMENTS" | "ISSUE_NAVIGATOR" | "ON_CALL_SCHEDULE" | "BOARD" | "GOALS" | "LIST_VIEW";
2235
- boardId?: number;
2236
- featureId?: string;
2237
- featureType?: "BASIC" | "ESTIMATION";
2238
- imageUri?: string;
2239
- learnMoreArticleId?: string;
2240
- learnMoreLink?: string;
2241
- localisedDescription?: string;
2242
- localisedGroup?: string;
2243
- localisedName?: string;
2244
- permissibleEstimationTypes?: {
2245
- localisedDescription?: string;
2246
- localisedName?: string;
2247
- value?: "STORY_POINTS" | "ORIGINAL_ESTIMATE";
2248
- }[];
2249
- state?: "ENABLED" | "DISABLED" | "COMING_SOON";
2250
- toggleLocked?: boolean;
2251
- }[];
2252
- }>;
2253
- static initialize(): void;
2254
- }