I have created a custom field (named "Dev Team") of type Select List (single choice). This field works fine other than in JQL when I enter "Dev Team" = L I expect the field values starting with L to show, but they don't.
This character matching of values works for other fields just fine. But not for this one.
Any ideas?
thanks
Community moderators have prevented the ability to post new answers.
Sounds like this is caused by https://jira.atlassian.com/browse/JRA-35126
Does the field have a searcher?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Multi Select Searcher
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, cross that idea off the list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you complete a re-index yet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the IT guy has done that. But to be safe I will have him do a full reindex again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
take that back, IT guys says he did reindex last week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using different contexts for this custom field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
to be frank, I do not get Context much at all. The context for Dev Team field is 2 projects and several issues types. I am not sure why it would matter though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have two different contexts (one for issue type A in Project B and one as default for all other projects) then JQL will only autocomplete values only from the default (if I remember it correct)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looking at the custom field > Dev Team I see one context defined. Issue type(s): Design Story Bug Sprint Task Epic Task Sub-task Business Story Project(s): A B Dev team has a default value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also removed Project B from context. Still no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if it will help, but can you add an additional clause like issuetype = Bug. So JQL knows that it can use that context.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did this JQL with no luck project = A and issuetype = Bug and "Dev Team" = whatever I typed didnt to auto fill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.