-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
It would be nice if views had a configurable display name just like jobs. This would be great because I can create views with an arbitrary name however the URL would be accessed a different way.
This missing enhancement has created a challenge for scripting against views and XML on disk.
e.g.
curl 'jenkins/view/name with space/config.xml' | diff - 'view/name with space/config.xml'
I'd rather the display name have name with space but the view is accessed via the URL jenkins/view/shortname/config.xml.
- is related to
-
JENKINS-11762 Add a configurable display name to jobs
- Resolved