Project Task Link
Dynamically add links to tasks in the web interface.
Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables
Project Task Link
This module allows to insert dynamic links in the description of tasks.
Table of Contents
Overview
As member of the group Project / User, I go the form view of a task.
In the description, I need to reference the task ID=18. Therefore, I write TA#18 in the description.
When I save, I notice that a link was inserted dynamically.
If I click on the link, the referenced task is open.
Portal
As user of the portal, I go to the form view of the task.
When I click on a dynamic link, the referenced task is open in a new window.
Advanced Setup
By default, the system uses the following regex to detect where to insert dynamic links:
[Tt][Aa]#?(?P<id>d+)
This means that inserting either TA#123, ta#123, TA123 or ta123 will generate a link that point to the task with ID=123.
To customize the format of references, please refer to the module project_task_reference.
Contributors
- Numigi (tm) and all its contributors (https://bit.ly/numigiens)