Changelog
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.