4

We have just moved across to Targetprocess. It looked like it had good github integration, when a commit to that branch has "id:[storyid]" in the title it will detect it and setup the reference.

The issue we have is that we all use forks and create pull requests to merge stories / changes back into the main organisations repository. Github will not allow us to change the title (that I can see) and Targetprocess does not look at the comments section for the id:[storyid].

Is there a way to be able to change github to allow the merge commit to have the id:[userstory] text in the title?

Victor
  • 3,669
  • 3
  • 37
  • 42
Jon
  • 15,110
  • 28
  • 92
  • 132

1 Answers1

3

https://help.github.com/articles/merging-a-pull-request/#merging-a-pull-request-using-the-github-web-interface states that GitHub allows to change message while merging PR via browser interface.

The same applies to the command line interface.

Victor
  • 3,669
  • 3
  • 37
  • 42