Releases: AtlassianPS/JiraPS
Releases · AtlassianPS/JiraPS
v2.15.0-alpha1
[2.15-alpha1] - 2024-06-13
Note: this is an alpha release and includes features which have not been fully tested
Added
- Added
-Components
toNew-JiraIssue
. This will be a comma-separated list of Component IDs. (#483, @micheleliberman) - Added
Get-JiraIssueWorklog
(#451, @asherber) - Allow
New-JiraSession
to be called without-Credential
so to use-Header
(#439, @pwshmatt)
Changed
Fixed
- Fixed example and improved documentation on
-Properties
hashtable forSet-JiraUser
(#509, @jschlackman) - Fixed
Get-JiraIssueCreateMetadata
to conform with Atlassian's API changes (documentation) (#488, @robertmbaker) - Removed
reporter
fromNew-JiraIssue
when project is "next-gen" (#407, @LaurentGoderre) - Fixed
-ErrorAction
inAdd-JiraGroupMember
(#426, @spascoe) - Fixed copy/paste error in test files for
Get-JiraIssue
(#427, @borislol) - Fixed JSON conversion in
Invoke-JiraIssueTransition
(#417, @Rufus125) - Fixed type in
Invoke-JiraIssueTransition
(#417, @Rufus125)
v2.14
v2.13
v2.12.2
v2.12.1
v2.12.0
v2.11.1
v2.11.0
Changes:
- 1e49128 Release v2.11 [ #359 ]
- 7a7d519 bumped version to v2.11
- f49e5e4 Merge pull request #358 from lipkau/fix/addingOfIssueLabels
- 5edd70a Fixed method for adding labels to issue
- 2f2432d Merge remote-tracking branch 'upstream/master' into develop
- 3c86746 Merge pull request #351 from mirrorgleam/mirrorgleam-patch-1
- 0a20161 Added -Exact flag to Get-JiraUser
- b110856 Merge pull request #344 from alexsuslin/issue-278
- 3c4205a Merge branch 'develop' into issue-278
- 94cc67e fixing issue-278 'Add test for syntax in documentation'
See more
- fce2afb Removed verbose output of build pipeline
- 947628c Moved logic for publish github release around
- 869c9fb Updated logic for installing dependencies
- 14a4842 Merge pull request #340 from lipkau/release/v2.10
- e8d92b7 Bumped module version to v2.10
- e2b8419 Removed posts from this repo
- d8de272 Updated changelog for v2.10
- 7ec4a10 Merge pull request #339 from AtlassianPS/fix/#338-IncorrectHandlingOfSkipNotifications
- e5ea95f Fixed the case of the get parameter to skip notifications on issue update
- a42a82b Merge pull request #333 from wisemoth/get-jiraissueattachmentfile_mimetype
- 41e8ddf Merge branch 'develop' into get-jiraissueattachmentfile_mimetype
- 52e421c Merge pull request #337 from nojp/fix/NextGen-Project
- fc1c0c9 ** Fix use of Get-JiraUser to support use with a session or a credential object
- 51d5d46 ** Update unit tests for Get-JiraIssueCreateMetadata and New-JiraIssue to support their usage of IssueTypes data returned from Get-JiraProject
- 89e61fa ** Modify Get-JiraIssueCreateMetadata and New-JiraIssue to do proper error handling when the input IssueType value is not valid for the input Project value
- 53476e7 ** Modify ConvertTo-JiraProject to additionally store the 'style' value returned - for use with differentiating between classic and 'next-gen' Jira projects
- ef1034f Fix setting Accept header based on Mime time of attachment
- 8e9c1b9 Merge pull request #330 from lipkau/fix/329-FixComponentInput
- 43a9416 Merge branch 'develop' into fix/329-FixComponentInput
- 04bb079 Merge pull request #331 from lipkau/fix/OutputInTestFiles
- de6851a Merge branch 'develop' into fix/OutputInTestFiles
- 34ec197 Merge branch 'develop' into fix/329-FixComponentInput
- c6c21df Removed debug messages from test file
- 9db4972 Fixed logic of how to retrieve components from project
- 18e876d Merge pull request #328 from michalporeba/GetUserExact
- d21c011 Added description of implementation to CHANGELOG
- 95d5474 Fixed documentation of new parameter
- 74a3f61 trying to figure out the documentation requirements
- acff336 Exact in Get-JiraUser is not applicable for -Self set
- adf6e40 fixing Get-JiraUser -Exact unit test
- eb8c09a adding documentation to Get-JiraUser -Exact
- fd6f3a1 missing }
- 6e38104 -Exact for Get-JiraUser
- df39805 fixes 320 - assignment when similar users exist
This list of changes was auto generated.
v2.9.0
CHANGELOG
Added
- Parameter for selecting what fields to return the the issue's payload (#300, [@tuxgoose])
- Added pipeline support to
New-JiraIssue
(#312, [@ctolan]) - Added parameter to avoid notifying user when running
Set-JiraIssue
(#315, [@alexsuslin]) - Improved documentation to demonstrate how to authenticate with 2FA (#313, [@lipkau])
- Added function to download attachments from issue:
Get-JiraIssueAttachmentFile
(#323, [@lipkau])
Changed
- Fixed the way a user is resolved in
Remove-JiraGroupMember
(#301, [@lipkau]) - Improved the resolving of server responses with an error (#303, [@lipkau])
- Fixed payload of
New-JiraFilter
(#304, [@lipkau]) - Fixed paging when server responds with only 1 result (#307, [@lipkau])
- Fixed
Set-JiraIssue
to allow to unassigned an issue (#309, [@lipkau]) - Changed CI/CD pipeline from AppVeyor to Azure DevOps (#317, [@lipkau])
- Fixed missing properties on
Get-JiraUser
(#321, [@lipkau]) - Fixed
-DateStarted
onAdd-JiraIssueWorklog
(#324, [@lipkau])