Changelog
Version 1.2.0β
β¨ New Features
- Configuration by Context: Added the ability to configure 'Issue Picker' fields by context, allowing specific configurations for different projects or issue types and facilitating field reusability.
Version 1.1.0β
β¨ New Features
- Jira Service Management (JSM) Compatibility: The Jira Issue Picker field is now fully compatible with JSM portals. Users can search and select issues directly in the portal's request creation and viewing forms, with the same user experience as in Jira Software or Core issues.
Version 1.0.3β
β¨ Improvements
- Audit logging has been implemented for the "Title for incoming links" field, improving the traceability of configuration changes.
π Bug Fixes
- Fixed a display issue that showed incorrect symbols in some Spanish words within the field configuration.
- Fixed a bug in the format of the dynamic variable value.
Version 1.0.2β
β¨ New Features
- View Incoming Links: A new panel has been added to the issue view that displays all issues linking to the current one through a "Jira Issue Picker" field, improving relationship visibility.
- Support for Dynamic Variables in JQL: It is now possible to use variables (e.g.,
{{issue.customfield_10500}}) in the field's JQL to filter results dynamically based on the issue's context. - Audit Log Implementation: An audit log has been integrated to record all changes made to the configuration of "Jira Issue Picker" fields, enhancing security and control.
π Bug Fixes
=operator in JQL queries: Fixed a bug that prevented the use of the equality operator (=) in direct JQL searches on the field, restoring exact search functionality.
Version 1.0.1β
β¨ New Features
- JQL Search Support: It is now possible to use the Issue Picker field as a search criterion in Jira's JQL. This allows creating filters, reports, and dashboards based on the field's content. The search is performed by the issue's
keyand supports the!=,IN,IS EMPTY, andIS NOT EMPTYoperators.
π Bug Fixes
- Multi-select field size: The default visual size of the field when configured for multi-selection has been corrected, improving usability.