Skip to content
  • Adam Niedzielski's avatar
    Refactor JiraService by moving code out of JiraService#execute method · 11055973
    Adam Niedzielski authored
    The implicit interface of project services states that the "execute"
    method is meant to be called when project hooks are executed.
    Currently JiraService does not support any project events even though
    JiraService#supported_events says that "commit" and "merge_request"
    are supported. They are only used to render correct options in
    JIRA configuration screen, but they are not supported.
    Because of that, this commit makes "execute" method a no-op.
    11055973