Save appeared to succeed but the diagram is now missing from the issue entirely

What you are seeing

A save appeared to succeed but the diagram is now missing from the issue entirely.


#Why it happens

On edit, the old attachment is deleted before the new one is uploaded, and an upload failure is not surfaced. A failed save can lose the original.


#What to do

Reload the issue to confirm the current state before assuming a save worked, and keep a copy of large or important diagrams. Retry the save; if it keeps failing, check that you still have permission to add attachments to that issue.


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



Found it? Good.