Ben Dixon

Results 3 issues of Ben Dixon

## Context I know there is https://github.com/AtlassianPS/JiraPS/issues/174 which is a larger improvement to adding comments but I'm currently only blocked due to the validation on https://github.com/AtlassianPS/JiraPS/blob/master/JiraPS/Public/Add-JiraIssueComment.ps1#L36. I don't have those...

The service runs as LocalService so the $env:APPDATA path is incorrect. Resolves #33

The change made in [this commit](https://github.com/EBOOZ/TeamsStatus/commit/d100c67b346dd78c0cecb3a48ccabb2325e8be62) break the service unless it is running under your actual user account. By default the service runs as `LocalSystem` so cannot find the teams...