Skip to content

Releases: AtlassianPS/JiraPS

v2.14

28 Mar 09:41
Compare
Choose a tag to compare

[2.14] - 2020-03-28

Changed

  • Changed all commands to only use Jira's api version 2. (#409, [@lipkau])
    This is a temporary fix and should be reverted to version latest as soon as
    a proper handling of how users work between cloud and on-premise is
    implemented

v2.13

23 Feb 11:59
ca56170
Compare
Choose a tag to compare

[2.13] - 2020-02-23

Added

  • Add support for activation/deactivation of accounts via Set-JiraUser (#385, [@johnheusinger])

Changed

  • Removed progress bar from Invoke-WebRequest for better performance (#380, [@sgtwilko])

v2.12.2

27 Oct 12:11
301d909
Compare
Choose a tag to compare

Changed 'notify' to 'notification' in the request body to align with API documentation

v2.12.1

20 Aug 17:16
d6ecd39
Compare
Choose a tag to compare
Merge pull request #373 from lipkau/fix/#372-RemoveTrailingSlashFromJ…

…iraServerUrl

Added check for trailing `/` to be removed from `JiraServerUrl`

v2.12.0

16 Aug 01:17
ce55dcd
Compare
Choose a tag to compare

Added

  • Added cmdlet for sorting versions: Move-JiraVersion (#363, [@kb-cs])
  • Added cmdlet for finding filters by name: Find-JiraFilter (#365, [@vercellone])

Changed

  • Changed the way users as interpreted by functions (#369, [@lipkau])
  • Changed how the config of a jira server is stored (#370, [@lipkau])

v2.11.1

11 Jul 21:50
9786aa0
Compare
Choose a tag to compare

Changes:

  • 9786aa0 Merge pull request #361 from lmf-mx/hotfix/fix-username-wildcard-search
  • 1b040e1 Update docs for user wildcard search
  • b3bb612 Fix username wildcard search

This list of changes was auto generated.

v2.11.0

04 Jul 09:20
1e49128
Compare
Choose a tag to compare

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

12 Dec 23:17
a0e29a6
Compare
Choose a tag to compare

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 on Add-JiraIssueWorklog (#324, [@lipkau])

v2.8.8

05 Dec 22:34
8aa72ef
Compare
Choose a tag to compare

Release version 2.8.8

v2.8.6

20 Aug 23:26
3b82e0c
Compare
Choose a tag to compare

Release version 2.8.6