Skip to content

Issue Search commands in repo #1

@rulasg

Description

@rulasg

Once on a repo allow to search beyond the repos of a repo.

function Search-Issue
[alias(si)]

> gh search issues rulasg -R solidify-internal/clients --json title,url,assignees
[
  {
    "assignees": [
      {
        "id": "U_kgDOCEcwWw",
        "is_bot": false,
        "login": "raul-gonzalez_solidify",
        "type": "User",
        "url": "https://github.com/raul-gonzalez_solidify"
      }
    ],
    "title": "[Client] EPO",
    "url": "https://github.com/solidify-internal/Clients/issues/18"
  },
  {
    "assignees": [
      {
        "id": "U_kgDOCEcwWw",
        "is_bot": false,
        "login": "raul-gonzalez_solidify",
        "type": "User",
        "url": "https://github.com/raul-gonzalez_solidify"
      }
    ],
    "title": "[Client] CGD",
    "url": "https://github.com/solidify-internal/Clients/issues/15"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions