As a user, I want to be able to trigger webhooks on worklog creation.

XMLWordPrintable

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Add the ability to trigger a webhook on the worklog creation event. Docs at https://developer.atlassian.com/jiradev/jira-apis/webhooks say this already exists, but the option is not there in the UI. Attempting to create it via the REST api also fails.

      {
        "name": "my first webhook via rest",
        "url": "http://www.example.com/webhooks",
        "events": [
          "worklog_created"
        ],
        "jqlFilter": "Project = SDF AND resolution = Fixed",
        "excludeIssueDetails" : false
      }

      400 error with Invalid event name 'worklog_created'.

            Assignee:
            Unassigned
            Reporter:
            Boris Berenberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: