When two users had same ticket opened and at same time sent changes into "Fix version" (a property of ticket), both are logged in the history, but the version saved is of the first Saving.
Setup:
1. Two users have same issue opened in browser.
Steps:
1. User1 change Fix version to value A and save.
2. User2 change Fix version to value B and save
Current Result:
2. The fix version of issue is value A.
However, in the history you can see:
A. User1 made changes Fix version to A.
B. User2 made changes Fix version to B. (Last saving)
Expected Result:
As shown in the history, version should be that one of the last saving, i.e. B, instead A.
Atlassian JIRA Project Management Software (v7.9.1)
This issue was seen multiple times, i.e. for different tickets.