<workspaceid> placeholder for workspace namespace/project #14585
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
### Is your enhancement related to a problem? Please describe.namespace/project can have placeholders now (#13488). Empty value would mean thatworkspace.id
will be used as a namespace/project. It would now make sense to have<workspace.id>
placeholder.### Describe the solution you'd like<workspace.id>
placeholder for namespace/project.https://github.com/eclipse/che/blob/master/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties#L375
https://github.com/eclipse/che/blob/master/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties#L581
### Additional contextNamespace placeholders was introduced as a fix for this #13488. Work on this after PR is merged #14524As a consequence, PR #14828 is adding support for
<workspaceid>
in the namespace configuration. This issue is for updating the docs with the new information.The text was updated successfully, but these errors were encountered: