Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(core-ticket): Add dispatch_weblink field to core ticket plugin #5377

Commits on Oct 22, 2024

  1. fix(core-ticket): Add dispatch_weblink field to core ticket plugin

    When using the core ticket plugin, we're getting the error
    `TypeError: DispatchTicketPlugin.update() got an unexpected keyword argument 'dispatch_weblink'`
    This field was added for the Jira ticket plugin but never added to the
    core plugin. Since the plugin returns no matter the arguments, I've simply added the field.
    bashbreakpoint committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    32fe411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be00768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a365d5 View commit details
    Browse the repository at this point in the history