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
0
votes
0 answers

Deploying docker-compose application on Azure Serverless

I have the following application running on a Cloud VM. That is proving to be not economical. As you can see this is a collection of different images. Is there a way to run this application on Azure serverless. I understand perhaps AKS(Kubernetes)…
Abhishek Rai
  • 2,159
  • 3
  • 18
  • 38
0
votes
1 answer

wrong URL for Authentication docker image

Hopefully someone has an experience with this application. I am following the docs here https://resources.taiga.io/30min-setup/ A strange thing that happens is when I try to LogIn to this application and check the URL that the request is being sent…
Abhishek Rai
  • 2,159
  • 3
  • 18
  • 38
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
  • 6,019
  • 5
  • 47
  • 92
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,…
swiss_knight
  • 5,787
  • 8
  • 50
  • 92
0
votes
1 answer

Invalid Json returned by Taiga webhook in Github, but it seems valid?

I am trying to set up a webhook between Taiga and Github, the payloadis below, but the response I get is: {"_error_message": "The payload is not a valid json", "_error_type": "taiga.base.exceptions.BadRequest"} Here is the payload: { "zen":…
AncientSwordRage
  • 7,086
  • 19
  • 90
  • 173
0
votes
1 answer

Taiga front end submits custom attribute changes even if invalid

I'm currently working on a custom implementation of taiga and i noticed that, even if we placed a pattern for our custom input field in app/partials/custom-attributes/custom-attribute-value-edit.jade to ping an error if the input doesn't follow the…
Dogfish
  • 94
  • 8
1
2