Some issues are being faced, when creating new issue comment, if the issue description has a "_a" that one seems to take precedence and person is being assigned from that instead of from issue comment body.
It could as well be that 2 separate events are being parsed in a wrong way.
- Go over all listened events
- Check payload from all listened events
- Make sure we are using proper "description" related to the event being parsed to fetch the person to assign
Some issues are being faced, when creating new issue comment, if the issue description has a "_a" that one seems to take precedence and person is being assigned from that instead of from issue comment body.
It could as well be that 2 separate events are being parsed in a wrong way.