You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I try to add Issue worklog whith another date from today.
I see all the time in exemple date with (Get-Date) but I don't see any other way to do it.
Steps To Reproduce
Add-JiraIssueWorklog "Comment" -Issue "666" -TimeSpent "00:30" -DateStarted (get-date -Date 11/12/2018)
But work with :
Add-JiraIssueWorklog "Comment" -Issue "666" -TimeSpent "00:30" -DateStarted (get-date)
Also with ((get-date).AddDays(-1)) but i whant specify the date.
I try with another time format but without any results.
Your Environment
Get-Module JiraPS -ListAvailable | Select Name, Version
Name Version
-----------
JiraPS 2.8.7$PSVersionTable
PSVersion 5.1.14409.1018
The text was updated successfully, but these errors were encountered:
Description
Hi all,
I try to add Issue worklog whith another date from today.
I see all the time in exemple date with (Get-Date) but I don't see any other way to do it.
Steps To Reproduce
Add-JiraIssueWorklog "Comment" -Issue "666" -TimeSpent "00:30" -DateStarted (get-date -Date 11/12/2018)
But work with :
Add-JiraIssueWorklog "Comment" -Issue "666" -TimeSpent "00:30" -DateStarted (get-date)
Also with ((get-date).AddDays(-1)) but i whant specify the date.
I try with another time format but without any results.
Your Environment
The text was updated successfully, but these errors were encountered: