AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
323 stars 131 forks source link

Fixed DateTime format #325

Closed lipkau closed 5 years ago

lipkau commented 5 years ago

Description

Fixed the string representation of DateTime for DateStarted. The API requires the timezone, which is not always available in [DateTime]. Eg: Get-Date -Date "01.01.2000"

Motivation and Context

closes #324

Types of changes

Checklist