I installed the pmp-light extension for project management, I am trying to relate existing Requirements to the project, but in the Related Tickets tab I never get information.
How can I relate Requirements to the project?
Top version 2.7.3-6624 built on 2020-12-09 10:28:04
Data model: 2.7.2
MySQL: 10.4.17-MariaDB
PHP: 7.3.26
The situation is similar with the "Project management extended 1.1.3" extension
It is not clear how to link an existing or new ticket to the project.
I found an opportunity to do this only if I go into the project in editing mode. (as in the screenshot above.)
I do not believe that this was not provided. Is the extension really that raw?
Indeed there seems to some missing code in the extension that we'll try to fix in one of the next release.
Meanwhile you can easily fix this by creating your own extension (with a dependecy to combodo-pmp-extended) or adding production.delta.xml file in your data/ folder.
The content of your datamodel.xxxx.xml or production.delta.xml should be the following:
I installed the pmp-light extension for project management, I am trying to relate existing Requirements to the project, but in the Related Tickets tab I never get information.
How can I relate Requirements to the project?
Top version 2.7.3-6624 built on 2020-12-09 10:28:04
Data model: 2.7.2
MySQL: 10.4.17-MariaDB
PHP: 7.3.26
Thanks
The situation is similar with the "Project management extended 1.1.3" extension
It is not clear how to link an existing or new ticket to the project.
I found an opportunity to do this only if I go into the project in editing mode. (as in the screenshot above.)
I do not believe that this was not provided. Is the extension really that raw?
iTopVersion: 3.0.4
iTopBuild: 12690
iTopBuildDate: 2024-01-09 09:57:50
MySQLVersion: 10.4.29-MariaDB
PHPVersion: 7.4.33
Hi,
Indeed there seems to some missing code in the extension that we'll try to fix in one of the next release.
Meanwhile you can easily fix this by creating your own extension (with a dependecy to
combodo-pmp-extended
) or addingproduction.delta.xml
file in yourdata/
folder.The content of your
datamodel.xxxx.xml
orproduction.delta.xml
should be the following:This workaround has been added to the documentation of the extension
Le me know if this helps, sorry again for the inconvenience
Stephen
Hi, I already implemented something similar yesterday :) Your option is useful.