-
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
-
[JENKINS-30660] Add a configurable display name to views
Link |
New:
This issue is related to |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Assignee | New: Christopher Simons [ csimons ] |
Assignee | Original: Christopher Simons [ csimons ] |
Issue Type | Original: New Feature [ 2 ] | New: Improvement [ 4 ] |
Workflow | Original: JNJira [ 165776 ] | New: JNJira + In-Review [ 182136 ] |
Not sure this makes sense as a feature, as there's no potential for breaking stupid tools that cannot deal with spaces. The URL is just percent-encoded and that's it.
Benefit doesn't seem to outweigh the cost.