glab mr issues
Get issues that close when a merge request is merged.
Synopsis
Lists issues linked to the merge request through closing patterns in the description or commits.
glab mr issues [<id> | <branch>] [flags]Aliases
issueExamples
# List issues for merge request 46
glab mr issues 46
glab mr issues branch
# Use the checked-out branch
glab mr issues
Options inherited from parent commands
-h, --help Show help for this command.
-R, --repo string Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.