1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-19 20:57:47 +02:00

Merge pull request #14 from dougEfresh/master

Using Time for WorklogRecord.Started
This commit is contained in:
Andy Grunwald 2016-06-06 08:22:55 +02:00
commit ea78dc405d

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"`