| Key |
|---|
| Total Updated (Unassigned-Created-Closed) |
| Filter | JQL |
|---|---|
| Unassigned | assignee changed to currentUser() AFTER startOfDay() AND assignee WAS NOT currentUser() BEFORE startOfDay() AND creator != currentUser() |
| Created | created >= startOfDay() and creator = currentUser() |
| Closed | resolved >= startOfDay() and assignee = currentUser() |
| Updated | updatedDate >= startOfDay() AND issuekey in updatedBy("{email}", "-12h") |