If a comment is deleted, Jira Automation continues to prevent it as a duplicate

XMLWordPrintable

    • Severity 3 - Minor

      Issue Summary

      If a comment is deleted, Jira Automation continues to prevent it as a duplicate comments.

      Steps to Reproduce

      1. Create an automation rule with the "Comment on issue" action and enable "Prevent duplicate by only adding this comment once to a particular work item".
      2. Trigger the rule so that a comment is added to a work item.
      3. Manually delete the comment from the work item.
      4. Trigger the rule again for the same work item.

      Expected Results

      The automation should add the comment again, since the previous comment was deleted and is no longer present on the work item.

      Actual Results

      Enabling "Prevent duplicate by only adding this comment once to a particular work item" in Jira Automation prevent duplicate comments even if the original comment is deleted. The automation logic checks if a comment has ever existed using the /jira/rest/api/3/jql/match endpoint, but does not verify if the comment is still present (i.e., not deleted).

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available.

            Assignee:
            Unassigned
            Reporter:
            Cristiano (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: