Skip to content

Add jira mergeability check to the mergeability framework

What does this MR do and why?

We are moving more mergeability checks into the mergeability framework, this allows us to move code that exists in both, the front and backend's to only the backend as well as giving the users a more up to date mergeabillity errors

To Test:

  • Find a project
  • Settings -> Integration, Find Jira click configure
  • Input htt://localhost:3000 as url (or any url)
  • Input random user and password
  • Turn off 'Triggers'
  • Save
  • Settings -> Merge Request
  • Turn on Require an associated issue from Jira
  • Go to a previously mergeable MR, and see now it is blocked with the correct message

Related to #427575 (closed)

Edited by Marc Shaw

Merge request reports