Abbreviate Numbers

To enhance readability and simplify the display of large numbers on issues, we have a custom field that abbreviates large numbers. This helps you easily view and understand values without dealing with unwieldy figures.

Abbreviate Numbers is only available as a custom field type. It is not possible to define general values or any other setting options.

Screenshot 2024-08-06 at 10.01.09.png

Create and configure the custom field

To create and configure the Abbreviate Numbers custom field, you must be logged in as a user with Jira administrator permissions.

  1.  

  2. Go to Apps → Manage your apps → Fields.

  3. Click on the Create custom field button on the right side of the screen.

  4. Select Abbreviates Numbers and click Next.

  5. Name the field and add a description, then click Next.

  6. Associate the field with the appropriate screens and click Create. You must associate a field with a

  7. screen before it will be displayed.


Examples

Here are examples of how large numbers will display in Jira fields using the abbreviate format:

  • 1,000 → 1K

  • 15,000 → 15K

  • 1,000,000 → 1M

  • 25,000,000 → 25M

  • 1,000,000,000 → 1B

  • 3,500,000,000 → 3.5B

  • 1,000,000,000,000 → 1T

  • 2,500,000,000,000 → 2.5T

These examples illustrate the conversion of large numbers into a more readable format using K for thousands, M for millions, B for billions, and T for trillions.


Advanced issue search (JQL Search)

Abbreviate Numbers can be used in JQL. It allows you to search for issues that include custom field values. To find issues that include multilevel select picker values enter the "CustomField_Name".

Screenshot 2024-09-02 at 14.11.53.png

Â