Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
Can you please explain how to change e-mail title. Default it set for example to:
[${dbName}] ${item} #${id} moved to status '${status}' :
How I can set it to display Project Name, name (Ticket/Task name for example) instead of dbName?
Regards,
Evgueni
Titles can be changes in the global parameters screen.
Titles are different depending on event (creation, status change, note add, ...)
As described in the Ticket #566, and partially in User Manual (must be complete with V2.6 changes), you can user fields to be replaced by values :
${id} : the id of the element
${item} : the class of the element (for instance "Ticket")
${status} : the current status of the element
${name} : the name of the element
${project} : the name of the project
${type} : the type of the item (for instance "Anomaly" for ticket type)
${reference} : the reference of the item (reference displayed beside id)
${externalReference} : the external reference
${issuer} : the issuer
${responsible} : the responsible
Regards.
Can you add Context1, Context2, Context3 as well to have OS, or component in title?
Regards,
Evgueni
Ticket #876 registered