-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
8.13.5, 8.17.0
-
8.13
-
13
-
Severity 3 - Minor
-
4
-
Summary
When com.atlassian.mobile.simplified.mode dark feature is enabled for Jira Mobile plugin, when Users access Jira from mobile's browser, the attachment thumbnails won't be rendered.
In the log, we'll see:
Unable to obtain attachment No usable issue stored in the context, unable to resolve filename 'XXXYYYZZZ.png'
Steps to reproduce
- Enable com.atlassian.mobile.simplified.mode dark feature (Enable Dark Feature in Jira)
- User access Jira issue with attachments via mobile's browser.
Expected Result
Attachment thumbnails will be rendered correctly.
Actual Result
Attachment thumbnails will not be rendered. The log will show:
Unable to obtain attachment No usable issue stored in the context, unable to resolve filename 'XXXYYYZZZ.png'
Workaround
No workaround at the moment
- mentioned in
-
Page Failed to load
We could use the below steps to suppress the logs:
1. On your keyboard, press "gg" to open the feature search bar
2. Then type in: Logging and profiling
3. In this config screen search for the: "Configure logging level for another package"
4. Click on the "configure" link.
5. Add the following:
6. And set the level for "ERROR".(If log level "ERROR" does not stop the intended logs, please try setting the level to "FATAL" )
Please note: We could miss important logs while troubleshooting an issue when log level is set to ERROR or FATAL only