Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

is there a way to support merge requests when using a git server with crucible?

Michael Melsen October 30, 2016

I'm looking for a way to have merge requests in crucible. I would like the powerful UI of crucible to work with a merge request. after the review crucible will have to tell git to merge the feature branch with the master. Is this possible?

1 answer

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 30, 2016

There is no such feature in Crucible at the moment. However, I would suggest to have a look at the new Workflow Conditions API introduced in version 4.2, which lets you add own validation in workflow steps.

So what you could do is for instance:

  • add a condition to "Close" transition
  • raise a warning, e.g. "Pull request is not merged"
  • add an action link, e.g. "Merge it"
  • the action link could send a request to Bitbucket (e.g. via REST API) to merge the branch

 

See the tutorial:

https://developer.atlassian.com/fecrudev/tutorials/crucible-workflow-conditions-plugin-module-tutorial 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events