Taiga offers lots of features and customisation options that cover many different use cases and users. On top of that, Taiga is easily extensible in many ways, and you can work with Taiga information to add extra functionalities to your projects.
From the beginning, Taiga has aimed to be beautiful as well as useful for developers, so it has a very curated public API, feature complete and well documented. Thanks to this API, you can connect Taiga with other tools in your organization, create your own interfaces and easily automate processes.
taiga-php and taiga-python are both excellent examples of how the API enables new ways of using Taiga, and both are community driven:
You can check all the community contributions which add functionalities over Taiga’s.
The complete API is available at: https://docs.taiga.io/api.html
Each project in Taiga has the option to generate CSVs from the Admin panel. Thanks to these CSVs, it’s very straightforward to use the data in spreadsheets to generate custom reports. Taiga offers raw data in CSV so many applications can operate with the data.
You can check this detailed tutorial and this video where you can have an idea of what you can achieve thanks to this reports.
Outgoing webhooks send notifications to external services. For example, you can notify the creation of a new sprint, or follow the workflow of issues, tasks and userstories in any of your organization’s tools. The external service needs to be ready to process the data in the notification. If you have a customisable reporting system, you could create reports based on the Taiga’s notifications.
Currently, Taiga notifies the following events:
Check the documentation to see the detailed payload for each notification.
If you don’t have programming experience to use our API we can recommend using our integration with Zapier. Zapier is a tool that allows you to connect Taiga with other tools or with Taiga itself using visual workflows. Go here for more info on our Zapier integration.
Taiga is able to connect with other applications to have more functionalities. Some of these integrations come directly with Taiga, others are community driven, and you can develop your own integration to fit in what your organization needs.
In Taiga you can easily configure and customise which events do you want to notify to a Slack channel. Thus, your team will be always up to date to the project status and its advance.
No matter if you’re using Taiga.io or a self-hosted instance, you can use the Slack integration.
Check the detailed documentation about installing and configuring Slack
Repository integrations are the perfect way to merge product workflow with development workflow. For instance, you can centralise issues of all your repositories in a Taiga project, so you can coordinate better efforts and priorities.
Currently Taiga offers, out of the box, integration with the main control version systems:
Taiga comes with a complete user system, but it’s possible as well configure other authentication systemc. You can use Taiga in your organization and your users authenticate with a centralised system. This is achieved thanks to plugins, some of them provided by Taiga and others provided by the community.
Taiga offers plugins to authenticate with widely used systems as Github and Gitlab. In Taiga.io you can use directly both of them. If you’d like to use them in your self-hosted instance, check the corresponding documentation to install and configure:
Aside from the Taiga provided plugins, the community have developed and shared other authentication systems, as LDAP o Kerberos. You can check the complete list in our page of community contributions.
Being open source, Taiga is easily installed in your own self-hosted instances. Taiga offers to official ways to install Taiga:
And on top of these, the community has shared other systems to deploy Taiga, based mainly on Ansible or Docker. You can check the complete list in our page of community contributions. You can always develop your own recipes to deploy Taiga.
Taiga import/export feature allows you to extract all your data from one Taiga instance and move it to another one. You can start working on a self-hosted instance and decide you’d like to migrate to Taiga.io, or viceversa. You can even move project between different Taiga self-hosted instances.
Check our tutorials on how to import and export projects
If you’re enjoying Taiga, you can always migrate your projects from other platforms to Taiga and keep working with all its features. Taiga offers importers for some project mangement tools, like Trello or Jira. If you’d like to migrate your organization’s projects to Taiga, let us know!
Check our documentation on how to import projects from other platforms:
If you’re using Taiga self-hosted, check the documentation on how to configure different importers.