Hi,
I ran the following Jql query:-
project = STK and issuetype="Internal Stakeholder" And "First Name"~"Atul" AND "Last Name"~"A"
I am not getting records which are starting from 'A', but the same query with different firstName and lastName, I m getting records.
I think there is bug in JIRA JQL for the records which starts from the "A".
Can anyone quickly help me to sort out this issue?
According to Atlassian this is a wanted feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
have you tried to use a wildcard?
"Last Name" ~"A*"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I tired, not working.
Last name was only "A", I changed the lastname with "B" and I m getting records.
There is some problem with character "A" only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm , "A" is not a reserved word. Can you try to use
"Last Name" ~"\"A\""
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried with both.
"Last Name" ~"A*"
"Last Name" ~"\"A\""
Unfortunately, Not working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.