When i run the JQL in Jira i am not getting the expected result. Can someone please check and help in resolving the issue.
The below JQL is not returning the data properly. Even though the Owner field has value.
key = XXX-XX and Owner is not EMPTY
To start to debug this:
If the re-index fixes it, you'll need to look into what you've done to break the index. If the re-index does not fix it, you'll need to look at the type of field and its searcher to see what is wrong there
Hi Nic
Even though there is value in Owner field its treating as Empty.
Thanks for suggestion.
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.
What type of field is it, and what is the searcher 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.
And the second half of the question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The field is Filtering data and fetching the User Filtering: All active users are allowed
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.
Could you please tell us what the searcher for the field is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
What is the field type of owner? User picker? Check if there are more than one custom fields with the name "owner" and you are using the field that is associated with the project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Niranjan,
Thanks for replying. Owner is User Picker (single user) field and we have only one field with the name Owner. I do see the field on Screen. Even when i select the value its not getting reflected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you see the owner field value on the issue? If so you can try a project re-index and check if that can fix the issue.
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.