1
1
# Change Log
2
2
3
+ ## [ 2.9] - 2018-12-12
4
+
5
+ ### Added
6
+
7
+ - Parameter for selecting what fields to return the the issue's payload (#300 , [ @tuxgoose ] )
8
+ - Added pipeline support to ` New-JiraIssue ` (#312 , [ @ctolan ] )
9
+ - Added parameter to avoid notifying user when running ` Set-JiraIssue ` (#315 , [ @alexsuslin ] )
10
+ - Improved documentation to demonstrate how to authenticate with 2FA (#313 , [ @lipkau ] )
11
+ - Added function to download attachments from issue: ` Get-JiraIssueAttachmentFile ` (#323 , [ @lipkau ] )
12
+
13
+ ### Changed
14
+
15
+ - Fixed the way a user is resolved in ` Remove-JiraGroupMember ` (#301 , [ @lipkau ] )
16
+ - Improved the resolving of server responses with an error (#303 , [ @lipkau ] )
17
+ - Fixed payload of ` New-JiraFilter ` (#304 , [ @lipkau ] )
18
+ - Fixed paging when server responds with only 1 result (#307 , [ @lipkau ] )
19
+ - Fixed ` Set-JiraIssue ` to allow to unassigned an issue (#309 , [ @lipkau ] )
20
+ - Changed CI/CD pipeline from AppVeyor to Azure DevOps (#317 , [ @lipkau ] )
21
+ - Fixed missing properties on ` Get-JiraUser ` (#321 , [ @lipkau ] )
22
+ - Fixed ` -DateStarted ` on ` Add-JiraIssueWorklog ` (#324 , [ @lipkau ] )
23
+
24
+
3
25
## [ 2.8] - 2018-06-28
4
26
5
27
More detailed description about the changes can be found on [ Our Website] ( https://atlassianps.org/article/announcement/JiraPS-v2.8.html ) .
@@ -279,6 +301,7 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
279
301
[ @beaudryj ] : https://github.com/beaudryj
280
302
[ @brianbunke ] : https://github.com/brianbunke
281
303
[ @Clijsters ] : https://github.com/Clijsters
304
+ [ @ctolan ] : https://github.com/ctolan
282
305
[ @colhal ] : https://github.com/colhal
283
306
[ @Dejulia489 ] : https://github.com/Dejulia489
284
307
[ @ebekker ] : https://github.com/ebekker
@@ -290,4 +313,5 @@ which is in turn inspired by the [Vagrant](https://github.com/mitchellh/vagrant/
290
313
[ @lukhase ] : https://github.com/lukhase
291
314
[ @padgers ] : https://github.com/padgers
292
315
[ @ThePSAdmin ] : https://github.com/ThePSAdmin
316
+ [ @tuxgoose ] : https://github.com/tuxgoose
293
317
[ @WindowsAdmin92 ] : https://github.com/WindowsAdmin92
0 commit comments