Clearing the selected incident ID does not occur fast enough, sometimes, and commands like add a note or login end up being accomplished on the last selected incident, not the current one.
Possible cause:
- batched commands are executed together, so any batch command to clear the selected incident does not complete before the other executes. This may also happen with sequence jobs. This should be verified, and if occurring, add a mechanism to block any place the selected incident is wiped.