Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-70354

Deleting Attachments through Rest API and using the parameter notifyUsers=false does not work.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 8.3.1, 8.5.1
    • REST API
    • None

      Issue Summary

      Flag notifyUsers=false not working. The users are still receiving the notifications.

      Steps to Reproduce

      1. Run any command (Post/delete) on the terminal and add the flag notifyUsers=false
        curl -v -u username:password -X DELETE http://INSTANCEIP:8080/rest/api/3/attachment/{10002}?notifyUsers=false
      2. The users will still receive the notifications.

      Expected Results

      Delete the attachment without sending the notification through email.

      Actual Results

      The attachment is deleted, however, Jira is still sending the email notification to the users.

      Workaround

      Temporarily modify the notification scheme and remove all users from the Update Issue event.

              Unassigned Unassigned
              slenz@atlassian.com Susane Lenz (Inactive)
              Votes:
              12 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated: