Questions tagged [taiga]

Taiga is an Open Source project management platform for agile developers & designers.

Main features are

  • Support for Scrum and Agile development.
  • Easy to learn and use.
  • Simple & elegant UI.
  • Everything easily customisable.
21 questions
4
votes
1 answer

Tiaga to JIRA migration options

Purpose My company is looking at migrating to JIRA from our current story tracker Taiga. Minimal Goal At a minimum we are looking to migrate the following items: Issues User Stories Epics Sub Tasks We are not interested in migrating the project…
gwnp
  • 1,127
  • 1
  • 10
  • 35
3
votes
3 answers

Pip stuck on "Running command python setup.py egg_info" - no errors.

I run Vagrant on Windows 10 with VirtualBox,Xenial64 ubuntu to load TaigaIO via manual setup. At pip install -vvv -r requirements-devel.txt part , pip hangs forever when it tries to install django-sampledatahelper. When i try to install just this…
Mike
  • 465
  • 5
  • 14
3
votes
2 answers

Taiga+GitLab integration: only enable for master branch?

At work we use GitLab and Taiga. So we enabled the integration between them, and now when a developer pushes a commit that includes the text TG-XYZ #closed then the taiga issue with number XYZ gets closed and a comment is placed in it…
knocte
  • 16,941
  • 11
  • 79
  • 125
3
votes
1 answer

How do I change from kanban to scrum in Taiga.IO?

I've just started using taiga to manage some personal projects and I created my first scrum project, but then I realised that the way I'm approaching this project is more suited to kanban. How do I change between project types? I can't find a…
AncientSwordRage
  • 7,086
  • 19
  • 90
  • 173
2
votes
1 answer

Problem showing data from incoming webhook | Taiga --> Rocketchat

I'm trying to generate alerts based on notifications from Taiga project management software (when a user creates a project for example). These alerts will arrive to a specific Rocket.chat channel. For this I am using the incoming Rocketchat…
rufino13
  • 23
  • 2
2
votes
1 answer

How to properly configure Taiga production environment?

I am facing a similar issue as #415 and #367. I just completed installation on Ubuntu 16.04, DigitalOcean. I also followed the guide on the docs about deploying a production Taiga. When I try to connect from an external system, I get the oompa…
Gabriel
  • 29
  • 4
1
vote
0 answers

Taigaio when i create a project the page doesn't refresh automaticaly

Hello i try to configure a linux server for use Taigaio project and when i try to create, delete or save a modification the page doesn't auto refresh (he turn in void) but when i do by myself (CTRL + Maj + R or F5) i can see the data. did i forget…
1
vote
0 answers

json-API issue (Taiga-python)

I am using Taiga (taiga.io) to handle my projects. I found that there's a python-based API which I am trying to use. I can create items in my projects but I cannot extract anything. When I try to extract data, I keep getting this error: File…
zimo117
  • 11
  • 2
1
vote
0 answers

Taiga-back connection reused

I had a fresh install of taiga-back (and taiga-front also, but I guess, it's doesn't matter). I was following every step on the offical documentiaton (production mode). But! When I tried run the "test" backend (with the python manage.py runserver…
David
  • 11
  • 3
1
vote
0 answers

Taiga frontend dist

Mi situation: I have been instaling taiga for 2 days. Finally I got the backend installed. When I make curl 127.0.0.1:8000/api/v1/ It answer properly but when I do the same with my public ip it answer with a connection error. In other way I want…
ssg
  • 129
  • 7
1
vote
1 answer

How do I customize TAIGA's backlog graph?

I am new to Taiga and have started using it on a project with a small team. The backlog page has a header that says 'CUSTOMIZE YOUR BACKLOG GRAPH' and provides a link to Admin. However, I can not find anything under admin menu that would allow me…
Saeed D.
  • 1,125
  • 1
  • 11
  • 23
1
vote
2 answers

User Stories written as tasks possible?

I'm just about to get to know Taiga.io which is a project management platform and provides a scrum task-board as well as a kanban user story board. However: Since it seems to be very common to track the "tasks" of an sprint on the task board if…
EchtFettigerKeks
  • 1,692
  • 1
  • 18
  • 33
1
vote
2 answers

Taiga 'i586-linux-gnu-gcc': No such file or directory

I am trying to install taiga (scrum tool) on our project-server (debian 6.0) Installation Guide: http://taigaio.github.io/taiga-doc/dist/setup-production.html So far i came to the point: Install dependencies pip install -r requirements.txt There…
user547995
  • 2,036
  • 8
  • 33
  • 62
0
votes
0 answers

taiga-back when conecting rabbitmq (in Docker) raise RuntimeError: Invalid url

I'm trying to run Taiga 6.7.0 with docker compose from https://github.com/kaleidos-ventures/taiga-docker and when trying to create a project (at web interface) the following error occurs in the taiga-back container: File…
0
votes
0 answers

How to Create Custom Features in Taiga when Self hosting with docker

I believe there is a way to implement custom features. Not sure how this would be done. I would like to implement my own code and not use 3rd parties like zapier. This there a way to edit the code create a custom feature. I would like to be able to…
1
2