The only one I've chased so far is joomla/joomla-cms#6816 and I don't see any record of it getting duplicated via the webhook logs. But the description uses our template so it seems it was submitted via the app and potentially saved twice (once added by hook and once added by the app).
One way around this would be a unique index on the #__issues table as it should enforce at the database level a single record for each issue within a project.
The only one I've chased so far is joomla/joomla-cms#6816 and I don't see any record of it getting duplicated via the webhook logs. But the description uses our template so it seems it was submitted via the app and potentially saved twice (once added by hook and once added by the app).
One way around this would be a unique index on the
#__issues
table as it should enforce at the database level a single record for each issue within a project.