-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
This is same as https://jira.atlassian.com/browse/JRACLOUD-41181 That issue is closed as duplicate without giving link to duplicate issue.
Basically, JQL doesn't worry about the case for labels (mylabel == MYLABEL) but when creating an issue, the component does care about the sensitivity of the case (mylabel != MYLABEL) which is inconsistent behaviour.
To reproduce:
- Create a new issue
2. Give it label 'MYLABEL' all uppercase
3. Create the issue
4. Create another issue, and start typing 'MYL' to see that it suggests 'MYLABEL' as an existing label.
5. Delete this text and start typing 'myl' in lowercase and see that it wants to create a new label.
6. Don't create an issue and close the dialog.
7. Go to issue navigator
8. Type in JQL labels = 'mylabel'
9. See that the issue with label 'MYLABEL' appears
- is related to
-
JRACLOUD-41181 Labels are not case sensitive in JQL but are case sensitive when creating a label
- Closed
- relates to
-
JRACLOUD-79629 "(New label)" option is always visible, even if a typed label has an exact match among suggestions
- Gathering Impact