docs/JIRAIssue.md in athenian-2.1.81 vs docs/JIRAIssue.md in athenian-2.1.85
- old
+ new
@@ -8,10 +8,11 @@
| **title** | **String** | Title of this issue. | |
| **created** | **Time** | When this issue was created. | |
| **updated** | **Time** | When this issue was last updated. | |
| **work_began** | **Time** | When the issue entered the \"In Progress\" stage or received a PR. This timestamp can be missing and is always less than or equal to `resolved`. | [optional] |
| **resolved** | **Time** | When the issue finished: the stage is \"Done\" and all PRs are either released or rejected. This timestamp can be missing and is always greater than or equal to `work_began`. | [optional] |
+| **acknowledge_time** | **Object** | | |
| **lead_time** | **Object** | | [optional] |
| **life_time** | **Object** | | |
| **reporter** | **String** | Name of the person who reported the issue. | |
| **assignee** | **String** | Name of the assigned person. | [optional] |
| **comments** | **Integer** | Number of comments in the issue excluding sub-tasks and children. | |
@@ -35,9 +36,10 @@
title: null,
created: null,
updated: null,
work_began: null,
resolved: null,
+ acknowledge_time: null,
lead_time: null,
life_time: null,
reporter: null,
assignee: null,
comments: null,