kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
972 stars 143 forks source link

Pages with same title put different parents are conflicting #450

Open ChristofferNissen opened 1 month ago

ChristofferNissen commented 1 month ago

What happened?

Imagine the following pages:

  1. Name: "Observability" Parent: "1"
  2. Name: "Observability" Parent: "2"

When syncing to Confluence, what happens is that the 2. page does not show up on confluence, and Page 1 is actually Page 2.

What did you expect to happen?

I expect to be able to have pages with the same Title under different Parents.

How can we reproduce the behavior you experienced?

Steps to reproduce the behavior:

  1. Add page with name: "Observability" and parent: "1"
  2. Add page with name: "Observability" and parent: "2"
  3. Sync to Confluence with Mark
  4. Check contents of pages on Confluence

Further Information (please complete the following information)

Logs or other output

I can not provide logs as they might contain sensitive information as it logs the output of our pages. Let me know if interested in anything specific.

Logs does not show any errors produced, and mark exits with error code 0

Additional context

Add any other context about the problem here.