Hello.
I do not have big experience in plugin develpment for bitbucket but I would like to create a plugin that would check other opened pull requests before merging. I know I need to use PullRequestService to find all pull request, and then filter only needed in Repository Merge Check Plugin Module so check would occur on merge event. Issue is I could not find a lot of explanation on how to add PullRequestService, is it also some plugin module? or is it added separately?
I would appreciate if some one could point me in the right direction, to some documentation/ tutorials on PullRequestService how it is created / added.
Thank You!