-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
None
-
None
-
None
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
1. Press 'c' to open quick-create.
2. Add an attachment, make sure the checkbox next to it is checked.
3. Change the project or issue type.
4. The checkbox will now be unchecked.
- duplicates
-
JRASERVER-30942 Custom field context default value not updated in Create Issue Screen when changing Projects/Issue Type field
-
- Closed
-
- relates to
-
JRASERVER-27397 Temporary attachments leak into other "Create issue" dialogs
-
- Closed
-
-
JRACLOUD-27475 Attachments are unchecked in quick-create when you change project or issue type
-
- Closed
-
Checking or unchecking an attachment doesn't result in ajax request. And adding the attachment is ajax'ified, but simply puts the file on the server (via REST). The information about which attachment is selected is unknown to the context unless the whole form is submitted.
But the change of the issue type results in a (partial) reload of the quick create dialog. When reloading the attachments, simply all files, that are temporary added to the issue (through REST) are listed up.