Thanks to visit codestin.com
Credit goes to github.com

Skip to content

๐Ÿ‘‘ a gh extension that allows users to clone (duplicate) GitHub issues from a given issue URL

License

muleyuck/gh-issue-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

unit-test Software License Release

๐Ÿ‘‘ gh-issue-clone

demo

Overview

gh-issue-clone is a gh extension that allows users to clone (duplicate) GitHub issues from a given issue URL.
The tool fetches the details of a specified issue, optionally applies a different issue template, and creates a new issue in the target repository.
It can also add the new issue to project boards and copy over relevant field values.

Features

  • Clone a GitHub issue by providing its URL.
  • Optionally specify an issue template to be used for the cloned issue.
  • Automatically add the new issue to project boards and copy project field values.

Installation

Install muleyuck/gh-issue-clone extension from the gh command:

gh extension install muleyuck/gh-issue-clone

Usage

gh issue-clone <issue-url> [--template <template-name>]
  • <issue-url>: The URL of the GitHub issue to clone (e.g., https://github.com/owner/repo/issues/123)
  • --template, -t: (Optional) The name of the issue template to use for the new issue.

Example

gh issue-clone https://github.com/octocat/Hello-World/issues/42 --template "bug_report"

LICENCE

The MIT Licence

About

๐Ÿ‘‘ a gh extension that allows users to clone (duplicate) GitHub issues from a given issue URL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •