Skip to main content
← Back to list
01Issue
BugShippedSwamp CLI
Assigneesstack72

Relationships

#605 Issue submission returns wrong URL path

Opened by bixu · 6/9/2026· Shipped 6/9/2026

Description

After submitting an issue via swamp issue feature or swamp issue bug, the returned JSON includes a serverUrl field with value https://swamp-club.com. The natural URL to construct from this is https://swamp-club.com/issues/<number>, but the actual issue page lives at https://swamp-club.com/lab/<number>.

Steps to reproduce

  1. Run swamp issue feature --title "test" --body "test" --json
  2. Observe the returned JSON:
    {
      "method": "lab",
      "number": 604,
      "type": "feature",
      "title": "...",
      "serverUrl": "https://swamp-club.com"
    }
  3. Navigate to https://swamp-club.com/issues/604 — 404
  4. Navigate to https://swamp-club.com/lab/604 — correct page

Expected behavior

The returned JSON should include a url field with the full correct URL (e.g. https://swamp-club.com/lab/604), or the serverUrl should document the path pattern.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORECONTRIBUTOR_NOTIFIED

Shipped

6/9/2026, 5:06:31 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/9/2026, 4:01:43 PM
Editable. Press Enter to edit.

stack72 commented 6/9/2026, 5:06:40 PM

Thanks @bixu for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

Sign in to post a ripple.