Questions tagged [tuleap]

Tuleap is a free and open-source application lifecycle management tool.

Tuleap is a free and open-source application lifecycle management tool that offers project management, source control integration, code review, document management, and issue tracking.

Project site

101 questions
4
votes
2 answers

How to delete a user from the LDAP container

I need to delete a user from the LDAP container. First of all I searched for the user using : $ ldapsearch -x -b "dc=tuleap,dc=local" -s sub "objectclass=*" I found the user and than I execute : $ ldapdelete -v -D "uid=user,dc=tuleap,dc=local" -w…
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
4
votes
1 answer

Tuleap - Cannot display Stories' Remaining effort on Sprint's burndown charts

I recently started using Tuleap to manage a college project. I have it hosted on https://tuleap-campus.org Given I started my project a month and a half ago, I had to create a release, Epics, Stories, Sprints, Tasks for the past sprints... and I did…
3
votes
0 answers

Unable to query projects using Tuleap REST API

I am using Tuleap API to query projects using the below API https://alm.test.com/api/projects?query={"shortname":"myproject"} When I call this API, Its not returning results for the project "myproject" rather its returning all projects in Tuleap. I…
Edison Trutwein
  • 765
  • 5
  • 22
3
votes
2 answers

Tuleap on Ubuntu

Is it possible to have a full installation (not via a dockers container) of Tuleap on Ubuntu? According to the official documenation (e.g., https://www.tuleap.org/full-installation) only CentOS and RedHat seem to be supported.
user7404703
  • 31
  • 1
  • 4
2
votes
1 answer

Is there a way to create a tracker using Tuleap API REST?

Tuleap API looks great: https://demo.tuleap.org/api/explorer I can find how to access projects, trackers, artifacts. I can see how to create new artifacts. But I find no way to create new trackers.... is there really no way to create a simple bug…
jpo38
  • 20,821
  • 10
  • 70
  • 151
2
votes
1 answer

Unable to query projects using Tuleap REST API - To Get Artifacts details

I am using Tuleap (8.13.99.10) API to query artifacts. Could you provide details how to query for based on date and status. Where can I find (field_id,field_shortname) for date and status.
Edison Trutwein
  • 765
  • 5
  • 22
2
votes
3 answers

Is it OK to docker a tuleap for production environment

I wonder how if it's oK for using tuleap docker container as production site? is it as safe and stable as full installtion? What's the best way to start it to make it more like a true server and easy to backup any change to host's volume?
peyoot
  • 361
  • 2
  • 6
2
votes
1 answer

How to implement SSO for Tuleap using Shibboleth

My company is using shibboleth to perform Single sign on. The applications we use to sign in are wordpress and Owncloud. Now, We are planning to include Tuleap Open ALM (Application Lifecycle Management) to use shibboleth to do single sign on. So…
Edison Trutwein
  • 765
  • 5
  • 22
1
vote
0 answers

Tuleap Project - Display the correct SSH Address in Git Clone Address Window When Using a Custom SSH Port in Docker

We are successfully running Tuleap Community Edition (CE) 13.7.99.124 in a docker container with an external database. We have modified our docker-compose.yml file to point the ssh port to 2222 so we can still remote into the virtual machine on port…
Dinsdale
  • 581
  • 7
  • 12
1
vote
1 answer

Can Tuleap link to GitHub repositories?

We have been using Tuleap for workload management for some time, but recently we started using GitHub for source control/management. I know Tuleap can integrate with git on the Tuleap server itself, but I need to know if it can be configured to…
ChrisL
  • 13
  • 1
  • 5
1
vote
1 answer

Unable to get docment details using Tuleap REST API in LabVIEW

I am using Tuleap 10.7 and LabVIEW 2017 sp1. Using the HTTP communication in LabVIEW, I was able to authenticate and retrieve project informations but I could not retrieve any document information using the method "docman_items" as detailed…
yyyyyct
  • 21
  • 3
1
vote
1 answer

Tuleap Installation Error

I have installed Tuleap following the documentation on CentOS release 6.10 (Final). (2.6.32-754.3.5.e16.x86_64 ) On a VM through VMware. I gave the domain name 192.168.30.222. I am unable to reach it through the browser. Timed out. I am able to…
Sada
  • 11
  • 1
1
vote
0 answers

How to change Tuleap Login screen

I am trying to customize (by adding a text message) the default Tuleap login screen (see picute below) of my company. Although the Tuleap Project is well documented, I am unable to find the right HTML (or PHP) file. Can someone help me out there?…
1
vote
1 answer

Create a report showing a few specific artifacts

I need to create a report showing some specific artifacts. There is not any way to search for them, except knowing their IDs. Is there any way I can create a report for them? Let say I want a report showing artifacts IDs 1, 7 and 13. How can I…
Simpom
  • 938
  • 1
  • 6
  • 23
1
vote
1 answer

Linking tuleap artifact with git commit

In Tuleap, the tasks have an artifact ID. I want to link git commits to an artifact ID so I can see the commits linked in the "Cross Reference" frame of the task view. How to achieve this?
user9093397
1
2 3 4 5 6 7