# Github/Trello Integration

## Github/Trello Integration

### Objective

This document will guide you through a step-by-step process to integrate your Trello board with Github. This integration will help you to keep track of your Pull Requests and issues within Trello.

#### Technologies Discussed

* Github
* Trello

#### References

[Github and Trello](https://blog.trello.com/github-and-trello-integrate-your-commits)

!!! Note Use GitHub Power-Up for Trello for attaching pull requests, issues, branches, and more to respective cards.

!!! Note Color coded to identify status of the PR such as open, merged, failed checks.

!!! Note You can also associate multiple repositories to one board. This is useful in a case where you are working on both frontend and backend from the same board.

![](/files/-MlVlGKpf42CEvpGlje6)

#### Add Github Power-Up to your Trello board

![Github Power-up](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/add-github-powerup.png)

#### Add repository

![Add Repository](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/add-repo.png)

#### Attach your Pull Request to Trello card

![Attach Pull Request](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/attach-pr.png)

* PR now shows on the card. Color coded to show status of pull request

![PR View on Trello](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/pr-view.png)

* A comment linking back to Trello will be automatically added to your PR

![Comment links](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/comments-links.png)

![PR Status](https://github.com/Lambda-School-Labs/gitbook-labs-guides/tree/1b9f095385cbf02520a451e3ea7ed75d8d417963/assets/images/github-trello/pr-status.png)

### Conclusion

Trello is a powerful but easy to use communication tool for your team. You can extend it's capabilities by further integrating your Github repository using other platforms such as [Zapier](https://zapier.com/apps/github/integrations/trello) to automatically create tasks from Github issues, among other features.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bryan-guner.gitbook.io/my-docs/lambda-labs/navigation/trello/github-trello-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
