Actions
Defect #43804
openCustom field preview does not work on bulk issue edit
Resolution:
Affected version:
Description
The preview for custom fields does not work on the bulk issue edit screen.
Steps to reproduce
1. Create a custom field. Set the format to Long text, and enable Text formatting and Full width text.
2. Access /issues and select multiple issues from different projects.
3. Choose Bulk edit from the context menu.
4. Enter text into the custom field, then click the Preview tab. The content is not displayed.
PreviewsController#issue expects project_id, but project_id is not sent from the bulk edit preview request.
As a result, the preview request returns 404, and the preview is not displayed.
Files
Actions