It's all about the answers!

Ask a question

Is there a list of variables supported by process export/import similar to ${process-authoring-context}?


Brian Fleming (1.6k11928) | asked Apr 24 '14, 1:17 p.m.
In one of my project areas, I have a Process Description with a number of Practice Elements.  If a link to one of those Practice Elements, such as
https://<server1:port>/jts/process-authoring/elements/_Q-r9hrNWEeO0BcMZGRsfbA
is included in my process specification (I have it as a static rich text link in one of my workitem types), extracting and exporting the process template resolves the URL to:
${process-authoring-context}/elements/_dcxGd8vOEeOW_eSmtKPLmA in specification.txt
If the process template is then imported to a new server (server2) and a project area created from it, the URL in the process specification for the new project area is translated to
https://<server2:port>/jts/process-authoring/elements/_Djgw18vLEeOW_eSmtKPLmA

It would appear the process template export/import code can understand and translate ${process-authoring-context}.  Is there a list of other similarly handled variables during template export/import?  I've tried with ${projectAreaDashboardUrl} and ${project-area-name} but these do not appear to work.

Accepted answer


permanent link
Qiong Feng Huang (76911610) | answered Apr 29 '14, 1:55 a.m.
JAZZ DEVELOPER
We don't support variables during template export/import. The variable ${process-authoring-context} is only used internally. You shouldn't use it in any place. 
Brian Fleming selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.