You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi ,
I am no able to see the full text of the Sub-task issue types present in one of our projects. Please let me know if there is an option to increase the width of the Issue type Drop down?
Thanks for your help!
Not out of the box. You can modify the code for the field. However, since all drop down lists use the same code to implement you'll be changing the size of every field of that type. You will also need to maintain the change when upgrading JIRA. I don't recommend it.,
Hi Joe,
Thanks for your response!
In case if i would like to modify the code for the field, where can I make the changes?
I cannot find the Issue-type drop-down system field anywhere in Jira.
Thanks,
Dinesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No idea. I wouldn't make the change. Modifying source code needs to be well documented. Every time JIRA is updated you will need to verify the code is in the same place and if not find it. I did this type of stuff in the IBM mainframe world and have no desire to get sucked into it again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are also places where over-long issue-type names will be cut-off, whatever you do with the field display.
Like Joe, I would strongly recommend not trying to change the field length. Simplify your issue type name, choose a different, shorter, phrase or word for it.
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.