1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-21 21:07:03 +02:00

using Time for WorklogRecord.Started

This commit is contained in:
Douglas Chimento 2016-06-05 10:00:32 -04:00
parent 3aa8866312
commit 743ca165a1

View File

@ -211,7 +211,7 @@ type WorklogRecord struct {
Comment string `json:"comment"`
Created Time `json:"created"`
Updated Time `json:"updated"`
Started string `json:"started"`
Started Time `json:"started"`
TimeSpent string `json:"timeSpent"`
TimeSpentSeconds int `json:"timeSpentSeconds"`
ID string `json:"id"`