Skip to end of banner
Go to start of banner

Abbreviate Numbers

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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.

Screenshot 2024-09-02 at 14.16.09.png
  1. Go to Apps → Manage your apps → Fields.

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

  3. Select Abbreviates Numbers and click Next.

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

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

  6. 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

  • No labels