Hi there,
I know JIRA is pretty sensible when we are trying to display custom fields in issue navigator caused by different context set to some fields from one or many issues shown in the result. But I'm not getting it at this point...here are two different JQL query with exact same resultset:
I can assure you the result in the issue navigator for both queries is the same 3 issues. However, the columns I can see in both cases is slightly different:
Why can't I see "Total PO ($)" column with the second JQL query?
Thanks!
Is this field "Total PO ($)" only applicable for the issue types "PO-86","PO-84","PO-82" ? If yes, this could be due to https://jira.atlassian.com/browse/JRA-30818 / https://jira.atlassian.com/browse/JRA-26445
Change the context of the custom field and make it applicable to all issue types and see if the column is appearing.
Thanks Renjith. I figured that out with the following query eventhough field "Total PO ($)" was allowed in context of issuetypes A, B and C :
project = PO and status in ("Pending Execution") and issuetype in ("A", "B", "C")
It's odd we need to specifically mention in the JQL query the list of possible issuetypes that exist in the project eventhough the previous query I was using should already look into all of those.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The filters look at the context of fields.
When you say issues keyed X, Y and Z, the issue navigator knows the full list of possible issue types in the query, and so it can pull out any field that applies to just that list of possible types.
When you say "in status Something", the *possible* list of issue types is "all the ones in the project", so if there are any fields that don't beling to ALL the issue types in the project, it drops them.
Annoying design flaw IMHO. It should actually display the field and somehow indicate "not applicable to this issue because of context" on the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is true. Your question is really clear about what you are seeing and how you have it set up. It's good to see someone thinking through possible causes and comparing like-for-like without needing to be asked. It eliminates a lot of possibilities and really helps narrow down the potential causes.
But you still need to test what happens with plain, simple, raw filters that have not been saved.
Create a new filter and try JQL 1. Create a new filter and try JQL 2. What's the difference?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If someone would think different issue types were the cause, that's not the case as all 3 issues are from the same type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are these saved filters? You can associate different column view settings with saved filters, so maybe you've added TotalPO to one and not the other? (I don't actually think it's that, but we need to rule it out...). To test this, clikc issues -> new filter, paste the first JQL in and see what you get. Then do exactly the same - click new filter and paste the second in. I'd expect the columns to be the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Nic of your assumption but there is no flters involved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, all results in the issue navigator are generated by filters. The list you see there is the result of a filter, pushed through one way of seeing it.
Could you try the test I scribbled above? We need to see what happens there before we can explain what you are seeing, or say "that looks wrong, raise a support request"
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.