Versions Compared

Key

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

...

A workaround is to use a Text field (single line) instead, but then:

  • 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 comparisonscomparisons 
  • There is no input validation for non-number values
  • you 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
    )

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

...

Hacking JIRA

The final solution (for non-Cloud) is to tweak JIRA's Number field velocity template. Specifically:

...