Issue Summary
Webhook data shows a wrong updated time
This is reproducible on Data Center: yes
Steps to Reproduce
- Install Jira Server/Data Center v8.20.10
- Create a Software or Service Management project and an issue
- Create a webhook to trigger as 'Issue Created' and 'Issue Updated' events ('attachment1').
- Add a comment to the issue and keep adding a few comments with a gap in time.
- Analyse the data received at the destination and check for updated time under 'assignee' element.
Expected Results
The updated time under assignee element shows latest update time.
"assignee": null, "updated": "2022-09-01T16:08:01.216+1000",
Actual Results
The updated time under assignee element shows the previous update time. Other events like when the issue is changed status or changed assignee etc., the updated time under assignee element shows latest update time. Only adding a comment takes the previous time (the first comment takes the time of previous issue update like issue assignment).
attachment2
The behaviour observed on all versions of Jira tested: (8.19.0, 8.20.10, 8.21.0, 8.22.0)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.