Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Label(s) field on Issue case-insensitive

Tags:

jira

We are working with JIRA 6.0.8 and i would like to know how i can make Labels on Issues case-insensitive (like the behavior of Components field)

I have a Component(s) namend "ClientManagement" and when i type the letter "c" or "C" in the field Components of an Issue the Drop-Down gets filtered and the component ClientManagement is preselected.

enter image description here

The Label(s) field works a little diffrent cause it is case-sensitive. So if i have a Label named "Exception" and start typing "e", the Drop-Down does get filtered, but "Exception" is not in the List and i only have the option to create a new Label named e.

Label(s) field typed in "e" enter image description here

Label(s) field typed in "E" enter image description here

As far as i know are Labels used for all projects in JIRA and we really want to avoid that multiple labels are greated that differ only in upper and lowercase.

like image 530
Jehof Avatar asked Jan 13 '23 07:01

Jehof


1 Answers

Vote for JRA-24907 labels should be case insensitive - it's currently got 92 votes

like image 74
dvdsmpsn Avatar answered Feb 03 '23 18:02

dvdsmpsn