mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Check if comment exists before sending a reference to Jira Currently every time an issue is mentioned, Jira service sends a reference to Jira. To prevent problems like described in #265 , add another query to the process to retrieve all comments for the issue so we can see if it contains the reference we want to add. See merge request !377