I have very long Component names (60 char). The first 50 characters are the same for several components. When creating an issue it only displays the first 40 characters making it impossible to distinguish the various components.
It looks like there are a variety of ways to fix this but I can't find the file(s) to modify. It appears AUI long-field could be used. Where is the css or class definitions that should be changed to correct this issue?
We changed the Renderer from a Select List to an Auto-Renderer and that solved the problem.
(I didn't design the component field - only told to implement the 50+ char requirement)
We changed the Renderer from a Select List to an Auto-Renderer and that solved the problem.
(I didn't design the component field - only told to implement the 50+ char requirement)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could alter the common templates for an input field but if you're got the first 50+ characters all the same for your components then I think you've got other priorities to sort out first. Can you not reverse the naming convention to make it more obvious the change first?
The template file is in:
atlassian-jira\WEB-INF\classes\templates\plugins\fields\edit\
There's also a list of ideas here:
http://forums.atlassian.com/thread.jspa?messageID=257366928�
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.