tuleap

Fatal error: require_once(): Failed opening required 'pre.php' in /usr/share/tuleap/src/www/index.php

帅比萌擦擦* 提交于 2019-12-12 06:10:07
问题 I have installed xampp and then tuleap in centos and gave /usr/share/tuleap/src/www as document root in /etc/httpd/conf/httpd.conf When I hit the url, I am getting the following error: Warning: require_once(pre.php): failed to open stream: No such file or directory in /usr/share/tuleap/src/www/index.php on line 9 Fatal error: require_once(): Failed opening required 'pre.php' (include_path='.:/opt/lampp/lib/php') in /usr/share/tuleap/src/www/index.php on line 9 I am also seeing that the

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

拟墨画扇 提交于 2019-12-10 11:08:06
问题 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. 回答1: You will need to query first the structure of the tracker with GET /trackers/{id} . In the response payload you will have all the details about the field names and ids 来源: https://stackoverflow.com/questions/44627204/unable-to-query-projects-using-tuleap-rest-api-to-get-artifacts-details