Skip to content

Instantly share code, notes, and snippets.

@JiBrok
Created January 18, 2022 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JiBrok/629f0b84691ffd3d1f9950f14b2a17a7 to your computer and use it in GitHub Desktop.
Save JiBrok/629f0b84691ffd3d1f9950f14b2a17a7 to your computer and use it in GitHub Desktop.
Jira Cloud - timer property example.json
{
"key": "TEST TIMER FIELD",
"value": {
"displayValue": "▶️ 108m -> 01/17/22 09:48 PM",
"created": "2022-01-17T19:48:01Z",
"dateNextUpdate": "2022-01-17T20:04:48Z",
"started": "2022-01-17T19:48:01Z",
"failed": "2022-01-17T21:48:01Z",
"state": "RUNNING",
"hoursValueTimeSpent": 0,
"minutesValueTimeSpent": 11,
"secondsValueTimeSpent": 706,
"timeInHoursValueTimeSpent": 0.19611111111111112,
"timeInMinutesValueTimeSpent": 11,
"hoursValueLeftTime": 1,
"minutesValueLeftTime": 48,
"secondsValueLeftTime": 6494,
"timeInHoursValueLeftTime": 1.8038888888888889,
"timeInMinutesValueLeftTime": 108,
"secondsValueGoalTime": 7200,
"showFormat": "D4",
"displayMode": "ICON_LEFT_TIME_FAILED_DATE",
"history": [
{
"created": "2022-01-17T19:40:05Z",
"started": "2022-01-17T19:40:05Z",
"stopped": "2022-01-17T19:46:44Z",
"state": "COMPLETED",
"secondsValueTimeSpent": 398,
"secondsValueGoalTime": 7200,
},
{
"created": "2022-01-17T19:48:01Z",
"started": "2022-01-17T19:48:01Z",
"failed": "2022-01-17T21:48:01Z",
"state": "RUNNING",
"secondsValueTimeSpent": 706,
"secondsValueLeftTime": 6494,
"secondsValueGoalTime": 7200,
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment