Marking issues as duplicate

A nice feature to have is to mark certain issues as duplicate.

I have a callback that throws some exception (Cannot read property 'chapter_id' of null) but (I think) because of Webpack bundling the source, I get multiple issues that are actually the same.

Instead of having 5 similar issues, I can select all of them and mark them as duplicates and group them together.

Thanks!

@piraka9011 You can merge issues which is basically what you’re asking for.

1 Like

That is indeed what I was looking for :slight_smile:
Thank you very much @untitaker!