Search

yaml
type: "io.kestra.plugin.github.issues.Search"

Search for GitHub issues

If no authentication is provided, anonymous authentication will be used

Examples

yaml
id: "search"
type: "io.kestra.plugin.github.issues.Search"
id: search
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
query: "repo:kestra-io/plugin-github is:open"
yaml
id: "search"
type: "io.kestra.plugin.github.issues.Search"
id: search
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
repository: kestra-io/plugin-github
open: TRUE

Properties

Order output

  • Type: string
  • Dynamic:
  • Required:
  • Possible Values:
    • ASC
    • DESC

ASC - the results will be in ascending order DESC - the results will be in descending order

Searched issues mentions by specified user

  • Type: string
  • Dynamic: ✔️
  • Required:

Sort output

  • Type: string
  • Dynamic:
  • Required:
  • Possible Values:
    • CREATED
    • UPDATED
    • COMMENTS

CREATED - Sorts the results of query by the time issue was created (DEFAULT) UPDATED - Sorts the results of query by the tome issue was last time updated COMMENTS - Sorts the results of query by the number of comments

Specifies whether issue is closed

  • Type: boolean
  • Dynamic:
  • Required:

Specifies whether issue is merged

  • Type: boolean
  • Dynamic:
  • Required:

Specifies whether issue is open

  • Type: boolean
  • Dynamic:
  • Required:

The query contains one or more search keywords and qualifiers

  • Type: string
  • Dynamic: ✔️
  • Required:

Allow you to limit your search to specific areas of GitHub

jwtToken

  • Type: string
  • Dynamic: ✔️
  • Required:

GitHub JWT token

Does not requires additional fields to log-in

login

  • Type: string
  • Dynamic: ✔️
  • Required:

GitHub login

Requires additional field: oauthToken, to log-in

oauthToken

  • Type: string
  • Dynamic: ✔️
  • Required:

GitHub oauthToken

GitHub Personal Access Token. In addition, can be used with login or by its own

Outputs

uri

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

Definitions

Was this page helpful?