redmine_git_remote
redmine_git_remote copied to clipboard
GitRemote does not fetch all branch
Using standard Git repo in Redmine, I can access to a repo (e.g http://redmine-root/projects/my-project/repository for default one) to fetch all branches (and change status for ticket depending on referencing keywords defined in http://redmine-root/settings?tab=repositories for all branches at once).
Using GitRemote, it only fetches current (master) branch so it does not change status of tickets referenced in dev branches. I have to access them directly ( http://redmine-root/projects/my-project/repository?rev=my-dev-branch ), one by one.
Is it the desired behaviour?
Thanks