1. Overview
The Additional Function feature has been replaced by a new and enhanced feature called Smart Values
Smart Values provides a more flexible, scalable, and maintainable syntax while delivering equivalent and extended functionality.
To ensure a smooth transition and backward compatibility, existing customer configurations that use Additional Function will continue to be supported. A dedicated compatibility mechanism is provided to interpret and migrate legacy configurations to the new Smart Values syntax.
2. Backward Compatibility
-
Existing configurations using Additional Function continue to work
-
No changes are required for current customers
-
Legacy data is preserved
Additional Function - Constructing the JQL Query LEGACY
In the section Content, we use JQL to construct the search query. The result of this search query is a list of issues that will be displayed in the Smart Issue Panel.
-
Define your JQL in the JQL field. Advanced JQL features like auto-completion, operators, etc. are available.
-
The Shared Filters allocates all filters which are shared with the current user and selected project.
Selecting a filter will paste the respective JQL query to the JQL field. You can further edit the query in the JQL field after it has been pasted. -
An additional JQL function of type
value()was added to perform a dynamic search on issue-specific values. Select any allocated field in the Additional Functions drop-down and a respectivevalue()function will be generated and added to the JQL field automatically. (See more parse “Smart JQL” to “JQL” )