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.
17 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
  • 959
  • 1
  • 9
  • 26
3
votes
2 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
  • 445
  • 3
  • 12
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…
Pureferret
  • 6,477
  • 14
  • 72
  • 149
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
2
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
  • 14,579
  • 6
  • 67
  • 110
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
  • 6
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.
  • 975
  • 1
  • 9
  • 18
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,276
  • 1
  • 14
  • 28
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
  • 1,938
  • 8
  • 32
  • 57
0
votes
1 answer

Using Taiga6 with Docker and an SMTP Server that does not require authentication

I've recently used the docker images provided for Taiga6 to run an instance using docker-compose on Ubuntu 20.04. Everything seems to work fine, except that I can't seem to get email working quite right. I use Gmail for my company's email,…
jwir3
  • 5,535
  • 4
  • 43
  • 83
0
votes
1 answer

Unable to register in a self hosted taiga.io docker instance; redis ConnectionError 99

I'm trying to spin up a taiga.io instance from https://github.com/taigaio/docker-taiga-5 but whenever I try to register, I have this error on my server: server_1 | File "/usr/local/lib/python3.7/site-packages/celery/app/task.py", line 570,…
s.k
  • 2,221
  • 4
  • 21
  • 42
0
votes
0 answers

postgres container with taiga container connection on a synology

I need help to configure two docker containers working together, on a Synology NAS (with the synology docker gui). I want to install Taiga and it needs to be connected to Postgres, so I’m using a Post gres container Postgres Container On the…
Nidupb
  • 171
  • 1
  • 12
1
2