Is it possible to integrate GIT with some task manager?

Asked

Viewed 838 times

11

Is there any way to integrate some task manager (let’s say, Trello) where the developer, when giving a commit in his activity, makes the association of the same with some specific task?

In research I found Trello with Github, but the purpose of this is tools free and with a private repository, where in the case of Github it would not be possible.

5 answers

8


  • Until then I will not use Redmine, but I found it very interesting for projects and larger teams. I found what I was looking for in using Bitbucket Issues and Gitlab where they are similar.

6

Github has a list of known tools for integration. Since Github is basically a Git upgrade, you can consider these tools as possible to be integrated with any other Git flavor.

Another tool that I know integrates but that is not listed there is the Trac, although he is a ticket manager, and not necessarily a task organizer.

Whether the need is to integrate with a private repository, I know that Bitbucket integrates with Trac. Here is a list (below) of all possible services to be integrated with Bitbucket.

  • As far as I know, a free and private repository is not possible with Github. My current need is a free but private repository. Thank you for the reply.

  • @Anderson I updated the answer. I’ll put some more links. Let’s see if it suits you.

3

It is possible to integrate JIRA (free to open-source project) with Git, see explanation links provided by the developer itself: Link

It is possible to manage tasks in the bitbucket itself (similar to github however it is possible to have a private repository for free) see the explanation link provided by the developer itself: Link

2

You can use Trello which is great + bitbucket which gives you free private repositories.

1

It is also possible to integrate with https://www.visualstudio.com/, that has Agile Tools, Build, Test, ... is FREE for an account of up to 5 users.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.