Updating assignee field should not trigger "Issue Updated" webhook event.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 10.3.14, 11.2.2, 11.3.1
    • Affects Version/s: 10.3.12
    • Component/s: Webhooks
    • None
    • 10.03
    • 3
    • Severity 3 - Minor
    • 40

      Currently, updating the assignee field on an issue triggers an 'Issue Updated' event, which may activate unnecessary hooks. Since there is already an 'issue_assigned' event, it would be better to keep just the 'issue_assigned' event or the 'issue_updated' event, similar to how it was in Jira 9 and earlier. 

      Example: 

      First Payload : 

      {
        "timestamp": 1762780415913,
        "webhookEvent": "jira:issue_updated",
        "issue_event_type_name": "issue_assigned",
      

      Second Payload: 
       

      {
        "timestamp": 1762780415913,
        "webhookEvent": "jira:issue_updated",
        "issue_event_type_name": "issue_updated",
        "user": { 

      In Jira 9 and earlier, only the issue_updated event is triggered, not the issue_assigned. 

            Assignee:
            Anton Miniailo
            Reporter:
            Samuel de Azevedo Dias
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: