Skip to content

v1.1

Compare
Choose a tag to compare
@replicaJunction replicaJunction released this 18 Sep 04:17
· 1067 commits to master since this release

User management is here. Add and remove JIRA users and groups, and modify group memberships.

New-JiraUser userFoo
Add-JiraGroupMember -Group 'Admins' -User userFoo

Bugfixes:

  • PSJira.User: ToString() now works correctly
  • Several fixes and improvements to Pester tests (more to come)