Issue shows on the Diagrams browse page but the issue panel and the count badge show nothing (or the
What you are seeing
An issue shows on the Diagrams browse page but the issue panel and the count badge show nothing (or the reverse).
#Why it happens
Two different definitions of "is this attachment a diagram" are in use. The search index accepts a broader, case-insensitive list , while the panels, the badge and the save path accept only the narrow, case-sensitive canonical extensions.
#What to do
Rename the attachment to a canonical extension (for example .mmd → .mermaid, .puml → .plantuml, .dio → .drawio) so both agree. Uppercase extensions such as .DRAWIO have the opposite problem. Rename them to lowercase.
#Settings involved
Setting | Where | What it does |
|---|---|---|
Admin / project / site settings | - | - |
Diagram (gadget configuration). Diagram | - | - |
Diagram (gadget configuration). Language | - | - |
#Limits that apply here
Limit | Value | What happens |
|---|---|---|
Diagram title length | - | The Title input is capped at 50 characters. Titles are used verbatim as attachment filenames with no de-duplication or sanitisation, so two diagrams with the same title produce two identically named a |
Browse page size | - | Each JQL page requests 12 issues and the list reveals 12 rows at a time; Show more loads the next batch. (The shared hook's own default is 50; the Diagrams page overrides it to 12.). |
Concurrent diagram previews on the browse pa | - | Diagram content is downloaded one attachment at a time through a throttle, so thumbnails on a busy site fill in progressively rather than all at once. |
#Related
JQL filter using the diagram fields does not resolve, or a filter copied from documentation returns
The JQL field names carry a 6-character prefix derived from the app id and environment, so
Diagram thumbnails on the Apps → Capable Diagrams page appear slowly, one after another
Preview content is downloaded through a deliberate throttle. At most 2 at a time, 100 ms a
Everything else
The rest of this family.
Found it? Good.
