JiraPS Versions Save

PowerShell module to interact with Atlassian JIRA

v2.14

4 years ago

[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

4 years ago

[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

4 years ago

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

v2.12.1

4 years ago

v2.12.0

4 years ago

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

4 years ago

Changes:

  • 9786aa03798de8a75b4ebdb897b5729472a88f13 Merge pull request #361 from lmf-mx/hotfix/fix-username-wildcard-search
  • 1b040e134e8f8c12bf872c8649246791f898c806 Update docs for user wildcard search
  • b3bb612e4ac04fbc0a1a29eaa2f62c4161462535 Fix username wildcard search

This list of changes was auto generated.

v2.11.0

4 years ago

Changes:

  • 1e49128b44db611510a6a2dc74bc6fc9c15efca2 Release v2.11 [ #359 ]
  • 7a7d519689394d7d5e170e2925d43ff22f64501a bumped version to v2.11
  • f49e5e421955c1714f82172f62d268dbe5960aed Merge pull request #358 from lipkau/fix/addingOfIssueLabels
  • 5edd70a8fe69655c7e0f3437645f8cf44338c7ef Fixed method for adding labels to issue
  • 2f2432d8ebaff28840b083fd811f16a76255a8c5 Merge remote-tracking branch 'upstream/master' into develop
  • 3c86746fe85a312ff6033f2d6b397f4b7778f3e8 Merge pull request #351 from mirrorgleam/mirrorgleam-patch-1
  • 0a201610313d582d6effb2eb7082b2c21ae27a63 Added -Exact flag to Get-JiraUser
  • b110856c2913f61d155afacdd9318c9a80ea85b7 Merge pull request #344 from alexsuslin/issue-278
  • 3c4205a6df0811152ec744c72ccd1ff40fda16cb Merge branch 'develop' into issue-278
  • 94cc67e07be4ab36860132cb6ad9eac73de2bc56 fixing issue-278 'Add test for syntax in documentation'
See more
  • fce2afb1c12acad841e63ffbae8a842c612f68cf Removed verbose output of build pipeline
  • 947628c55b58dfd8cc4acbdf889fb4f33cb88b39 Moved logic for publish github release around
  • 869c9fb35b5ccb75b62bd244d35432fe49c1bfe0 Updated logic for installing dependencies
  • 14a48424c4040d24bab0a80fe49a5ee2c324e6f4 Merge pull request #340 from lipkau/release/v2.10
  • e8d92b7c04e4b04e3a59984073956ab74acec702 Bumped module version to v2.10
  • e2b841941a0ac85486ea567cc4141d259d8dc5fb Removed posts from this repo
  • d8de27236841f1c9a20e0d6cddb10229ea36fd6e Updated changelog for v2.10
  • 7ec4a109c8b300260816686e43e1400672d6bf6b Merge pull request #339 from AtlassianPS/fix/#338-IncorrectHandlingOfSkipNotifications
  • e5ea95f9e5ff5267926689c993863a6d3e367100 Fixed the case of the get parameter to skip notifications on issue update
  • a42a82bc49535adbb61dbae2a3fbb203d4fc6948 Merge pull request #333 from wisemoth/get-jiraissueattachmentfile_mimetype
  • 41e8ddfdbdf965c543247d7a7ea7b219906ef1a2 Merge branch 'develop' into get-jiraissueattachmentfile_mimetype
  • 52e421c6f430ce714a2acaed6ea2a13b5f0fe065 Merge pull request #337 from nojp/fix/NextGen-Project
  • fc1c0c922acc0dfe3e8dda3e2bf823f5d60ae86b ** Fix use of Get-JiraUser to support use with a session or a credential object
  • 51d5d46a49b3638161a522839261c4b8e33c5879 ** Update unit tests for Get-JiraIssueCreateMetadata and New-JiraIssue to support their usage of IssueTypes data returned from Get-JiraProject
  • 89e61fa73519d5d83b2e660d8d238f2b86303056 ** Modify Get-JiraIssueCreateMetadata and New-JiraIssue to do proper error handling when the input IssueType value is not valid for the input Project value
  • 53476e75fcc9607566309d21c291549d5a8913be ** Modify ConvertTo-JiraProject to additionally store the 'style' value returned - for use with differentiating between classic and 'next-gen' Jira projects
  • ef1034f62b40d5992376195e6eba0c2d49389832 Fix setting Accept header based on Mime time of attachment
  • 8e9c1b9b1414b6a2269038fac8f9b2c505154327 Merge pull request #330 from lipkau/fix/329-FixComponentInput
  • 43a94166491841ce9119a7a15271a4b863091424 Merge branch 'develop' into fix/329-FixComponentInput
  • 04bb07911a0b29f5f947d9ca532dbe7925630980 Merge pull request #331 from lipkau/fix/OutputInTestFiles
  • de6851a9ebd4e815fd30ff26602f8e03b794d3f2 Merge branch 'develop' into fix/OutputInTestFiles
  • 34ec197eb09dbc9568ab865ce598e5afa8af2d43 Merge branch 'develop' into fix/329-FixComponentInput
  • c6c21df081ca23d0e97be89c44eb5b50e4936dbf Removed debug messages from test file
  • 9db4972202a50cf3ca4d33bcead751aff4f0fa96 Fixed logic of how to retrieve components from project
  • 18e876db45bd66c43985004f7e5f54a8ace21cc9 Merge pull request #328 from michalporeba/GetUserExact
  • d21c011da56423e358d1f4bc4bbdfbbdfa1548d5 Added description of implementation to CHANGELOG
  • 95d547497d09be34ede0a4ca776111fd99c007be Fixed documentation of new parameter
  • 74a3f6156a2e13ef74470220180d4ab62fbf33f0 trying to figure out the documentation requirements
  • acff336ae3bcd16d70f16579066c8f84a723d215 Exact in Get-JiraUser is not applicable for -Self set
  • adf6e40b7cee913aa015bba3ade609957dae5fb6 fixing Get-JiraUser -Exact unit test
  • eb8c09a6410c8cc30b32478e5dd94f0088c3bcd8 adding documentation to Get-JiraUser -Exact
  • fd6f3a1e0b964b8b2df5c7262205517d5c54f272 missing }
  • 6e38104bf2f1ac8e257e053fd74b4ed7b8c9a0b1 -Exact for Get-JiraUser
  • df3980595220386644d8b1d504dddc0b2d77ca70 fixes 320 - assignment when similar users exist

This list of changes was auto generated.

v2.9.0

5 years ago

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

5 years ago

Release version 2.8.8

v2.8.6

5 years ago

Release version 2.8.6