Editing a title in merge request should not add a comment in the associated JIRA issue
Description
- Suppose I have a GitLab merge request that is already associated with a JIRA issue, for example, using the
Closes JIRA-ISSUE-ID
mechanism. - When I edit the GitLab merge request title, it should not add a comment in the associated JIRA issue.
- Existing link titles should be changed in the associated JIRA issue.
Original description
I have enabled the connection with Jira in my gitlab. If I have a WIP MR saying
Closing ThatIssue-XX
if I press edit on my MR and I remove the WIP and save the MR again a new comment is added in jira and a new link is created.
Edited by Victor Wu