Frontmatter
| id | 7368 |
| title | Enhance Issue Creation Script to Sync GitHub ID back to Markdown File |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | LemonDrop847 |
| createdAt | Oct 5, 2025, 12:54 PM |
| updatedAt | Oct 5, 2025, 7:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7368 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 7364 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 5, 2025, 7:49 PM |
Enhance Issue Creation Script to Sync GitHub ID back to Markdown File

Would like to have a go at this as well!

I believe this file isn't yet created maybe dependent on some other issue

sure. assigned.
more input from gemini:
Formal Blocker: The task is officially blocked by the Phase 1 ticket: ticket-setup-github-cli-authentication.md. The script's primary function is to communicate with the GitHub API via the gh CLI, which requires an authenticated environment. We haven't yet created the guide that explains how to set this up.
Practical Path Forward: The contributor, LemonDrop847, can start working on this immediately if they are comfortable doing the following without waiting for our official guide:
- Independently install the GitHub CLI.
- Independently run gh auth login to authenticate their environment.
Recommendation: The ticket is available to be worked on, but it would be helpful to communicate to LemonDrop847 that they will need to set up and authenticate the gh CLI on their own as a first step, since the official project documentation for that process doesn't exist yet.
5a7495c - "Merge pull request #7380 from LemonDrop847/feat/issue-creation-script-sync-ghID-to-MD on Oct 5, 2025, 8:04 PM
After a GitHub issue is created from a local markdown ticket, the new GitHub issue ID and URL need to be written back into the markdown file. This closes the loop and creates a permanent, version-controlled link between the two. This ticket is to enhance the
createGhIssue.mjsscript to perform this write-back operation.Acceptance Criteria
createGhIssue.mjsscript is modified.gh issue createcommand.GH ticket id: #<number>with the new issue URL and ID (e.g.,GH ticket id: #1234and add the URL on a new line).