The Easy Way to Find the Smart Value for a Field in Jira

The Easy Way to Find the Smart Value for a Field in Jira

If you're unsure of the smart value for a field in Jira, follow these steps to find it:

  1. Access the JSON Representation of Your Issue:
  • Use the following URL to view the JSON representation of your issue:
https://<yourinstanceurl>/rest/api/2/issue/<issuekey>?expand=names
  • Consider using an extension or tool to format your JSON data for easier reading.
đź’ˇ
Using the parameter ?expand=names in the URL will reveal custom fields and their names in the JSON view.
  1. Navigate to the Field Value:
  • In the JSON representation, locate the specific field value you want to display in your rule.
  1. Determine the Hierarchy:
  • Identify the hierarchy required to get the value you need. This involves understanding the nested structure within the JSON to accurately reference the field.

Example:

By following these steps, you can find the smart value needed for your Jira field.

Do you enjoy this blog post?

Read more

Dynamic Routing Protocols on Cisco IOS XE: OSPF Configuration, Verification & Best Practices (2025 Guide)

Dynamic Routing Protocols on Cisco IOS XE: OSPF Configuration, Verification & Best Practices (2025 Guide)

In this post: we will learn the ins and outs of Cisco IOS XE–supported dynamic routing protocols, with a special spotlight on OSPF configuration, optimization, and verification. Dynamic routing protocols is designed to help networks intelligently manage and propagate routes. These protocols automate route discovery, reduce manual configuration, and

By David L.