'NOT' search is unavailable

Issue #74 new
Former user created an issue

For example, option is

  • A
  • B
  • C

I want to search issues do not contain 'C' option. But when I use JQL

  • "field != C"
  • "field not in ("C")"
  • "field !~ C" all of them are not working.

The search results are still contain option C.

How can I search issues do not contain a specific option?

Comments (5)

  1. Yury Oboz repo owner

    Hi! Maybe Jira have invalid indexes? Try to reindex a issues.

    I ran all tests and search to works fine

  2. 유형종

    I don’t know why this is happened but my Jira instance is not indexing ‘tree custom field’.

    How can I reindex issues?

    I already reindexed my project and my Jira instance but it’s same.

  3. Yury Oboz repo owner

    Check search template in customfield configuration

    Try reindex tree nodes:

    then reindex a project or make full re-index

  4. 유형종

    I’m using Jira Server v8.5.6 and Tree Custom Field v4.0.16.

    Search templates are already ‘Tree Searcher’.

  5. Log in to comment