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:
- project = PO and key in ("PO-86","PO-84","PO-82")
- project = PO and status in ("Pending Execution")
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:
- TKeySummaryAssigneeReporterStatusCreatedUpdatedDue"Total PO ($)"
- TKeySummaryAssigneeReporterStatusCreatedUpdatedDue
Why can't I see "Total PO ($)" column with the second JQL query?
Thanks!