|
2 | 2 |
|
3 | 3 | ## [NEXT VERSION] - YYYY-MM-DD
|
4 | 4 |
|
| 5 | +## [2.15-alpha1] - 2024-06-13 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added `-Components` to `New-JiraIssue`. This will be a comma-separated list of Component IDs. (#483, [@micheleliberman]) |
| 10 | +- Added `Get-JiraIssueWorklog` (#451, [@asherber]) |
| 11 | +- Allow `New-JiraSession` to be called without `-Credential` so to use `-Header` (#439, [@pwshmatt]) |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Improved `-Transition` behavior in `Invoke-JiraIssueTransition` (#416, [@Rufus125]) |
| 16 | + |
| 17 | +### Fixed |
| 18 | + |
| 19 | +- Fixed example and improved documentation on `-Properties` hashtable for `Set-JiraUser` (#509, [@jschlackman]) |
| 20 | +- Fixed `Get-JiraIssueCreateMetadata` to conform with Atlassian's API changes ([documentation](https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html)) (#488, [@robertmbaker]) |
| 21 | +- Removed `reporter` from `New-JiraIssue` when project is "next-gen" (#407, [@LaurentGoderre]) |
| 22 | +- Fixed `-ErrorAction` in `Add-JiraGroupMember` (#426, [@spascoe]) |
| 23 | +- Fixed copy/paste error in test files for `Get-JiraIssue` (#427, [@borislol]) |
| 24 | +- Fixed JSON conversion in `Invoke-JiraIssueTransition` (#417, [@Rufus125]) |
| 25 | +- Fixed type in `Invoke-JiraIssueTransition` (#417, [@Rufus125]) |
| 26 | + |
5 | 27 | ## [2.14] - 2020-03-28
|
6 | 28 |
|
7 | 29 | ### Changed
|
@@ -144,8 +166,8 @@ More detailed description about the changes can be found on [Our Website](https:
|
144 | 166 | - Fix empty header (#206, [@lipkau][])
|
145 | 167 | - Bad Body (#224, [@lipkau][])
|
146 | 168 | - Add Labels to array (#226, [@lipkau][])
|
147 |
| -- Fix removing labels with `Set-JiraIssueLabel -Remove` (#244, [lipkau][]) |
148 |
| -- Fix adding of multiple labels at once with `Set-JiraIssueLabel -Add` (#244, [lipkau][]) |
| 169 | +- Fix removing labels with `Set-JiraIssueLabel -Remove` (#244, [@lipkau][]) |
| 170 | +- Fix adding of multiple labels at once with `Set-JiraIssueLabel -Add` (#244, [@lipkau][]) |
149 | 171 |
|
150 | 172 | ## [2.5] - 2018-03-23
|
151 | 173 |
|
@@ -355,27 +377,36 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
|
355 | 377 | <!-- reference-style links -->
|
356 | 378 |
|
357 | 379 | [@alexsuslin]: https://github.com/alexsuslin
|
| 380 | +[@asherber]: https://github.com/asherber |
358 | 381 | [@axxelg]: https://github.com/axxelG
|
359 | 382 | [@beaudryj]: https://github.com/beaudryj
|
| 383 | +[@borislol]: https://github.com/borislol |
360 | 384 | [@brianbunke]: https://github.com/brianbunke
|
361 | 385 | [@clijsters]: https://github.com/Clijsters
|
362 |
| -[@ctolan]: https://github.com/ctolan |
363 | 386 | [@colhal]: https://github.com/colhal
|
| 387 | +[@ctolan]: https://github.com/ctolan |
364 | 388 | [@dejulia489]: https://github.com/Dejulia489
|
365 | 389 | [@ebekker]: https://github.com/ebekker
|
366 | 390 | [@hmmwhatsthisdo]: https://github.com/hmmwhatsthisdo
|
367 | 391 | [@jkknorr]: https://github.com/jkknorr
|
368 | 392 | [@johnheusinger]: https://github.com/johnheusinger
|
| 393 | +[@jschlackman]: https://github.com/jschlackman |
369 | 394 | [@kb-cs]: https://github.com/kb-cs
|
370 | 395 | [@kittholland]: https://github.com/kittholland
|
| 396 | +[@LaurentGoderre]: https://github.com/LaurentGoderre |
371 | 397 | [@liamleane]: https://github.com/LiamLeane
|
372 | 398 | [@lipkau]: https://github.com/lipkau
|
373 | 399 | [@lukhase]: https://github.com/lukhase
|
374 | 400 | [@michalporeba]: https://github.com/michalporeba
|
| 401 | +[@micheleliberman]: https://github.com/micheleliberman |
375 | 402 | [@mirrorgleam]: https://github.com/mirrorgleam
|
376 | 403 | [@nojp]: https://github.com/nojp
|
377 | 404 | [@padgers]: https://github.com/padgers
|
| 405 | +[@pwshmatt]: https://github.com/pwshmatt |
| 406 | +[@robertmbaker]: https://github.com/robertmbaker |
| 407 | +[@Rufus125]: https://github.com/Rufus125 |
378 | 408 | [@sgtwilko]: https://github.com/sgtwilko
|
| 409 | +[@spascoe]: https://github.com/spascoe |
379 | 410 | [@thepsadmin]: https://github.com/ThePSAdmin
|
380 | 411 | [@tuxgoose]: https://github.com/tuxgoose
|
381 | 412 | [@vercellone]: https://github.com/vercellone
|
|
0 commit comments