Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • there is no input validation to ensure what's entered is a number
  • with text fields, you can't do greater-than or less-than comparisons 
  • with text fields, you can't use JQL's equals operator ("Transaction ID" = 10002)

    (see 
    Jira
    serverAtlassian JIRA
    serverId144880e9-a353-312f-9412-ed028e8166fa
    keyJRASERVER-21372
    )

  • with text fields, you can't use JQL's IN operator ("Transaction ID" IN (10002, 10003)):

The There are workarounds for the problems with this workaround: input validation can be achieved with a post-function validator. The last two problems can be fixed by install a plugin – Stattable Searchers or Natural Searchers.

...