Versions Compared

Key

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

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.

Info

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

...

Create and configure the custom field

Note

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

...

  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 Abbreviated 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 screen before it will be displayed.

  6. To restrict editing access for the Multilevel Select Picker, the Edit Permissions tab is used. Specific users, user groups, and Jira roles can be defined to have editing permissions for the custom field. If editing access is intended for all users, the field should be left empty.

Info

Please note that the create screen has a separate toggle that allows defining whether users without edit permissions can create values in create screens.

...

Examples

Here are examples of how large numbers will display in Jira fields using the abbreviated 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)

Abbreviated 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".

...

...