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:
commit
ea78dc405d
2
issue.go
2
issue.go
@ -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"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user