Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If JIRA has usernames such as "jsmith", "jsmithy", "jsmith1", "jsmithson" and you are trying to assign the ticket to "jsmith" it will fail because the assignee field needs a string but this function is returning an array of strings. By adding the Exact flag to the Get-JiraUser function this issue is resolved as only one user object is returned.
- Loading branch information