/
Price Tag

Price Tag

On this page


Field Configuration

Before starting the field configuration, please follow the instructions for creating custom fields: Create a Custom Field

 

 

Step 1: Set a name and description

Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.

 

 

Step 2: Configure your custom field

In this step you can configure the displayed size and the used currency.

 

 

Step 3 (Optional): Currency and advanced coloring

You may select the currency for your Pricetag. At the moment we support Dollar ($), Euro (€) and Pound (£).

You may also choose colors based on the price value (see: Feature spotlight | Choosing Color based on Value )


Preview


Related Use Cases

More use cases are coming soon. In the meantime, check out our other use cases.


Jira Service Management (JSM)

 

 


JQL expression

${fieldName}.Price: number

 

Example: a search for all issues with a price lower $100

"Price Tag.Price" < 100

Data Structure (Automation)

 

To set the value via automation, you need the following object structure

{ "price": 100 }

Related content