Search for GitHub issues.
If no authentication is provided, anonymous authentication will be used
type: "io.kestra.plugin.github.issues.search"Search for issues in a repository.
id: github_issue_search_flow
namespace: company.team
tasks:
- id: search_issues
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
query: "repo:kestra-io/plugin-github is:open"
Search for open issues in a repository.
id: "search"
type: "io.kestra.plugin.github.issues.search"
id: github_issue_search_flow
namespace: company.team
tasks:
- id: search_open_issues
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
repository: kestra-io/plugin-github
open: TRUE
NOWhether issue is closed.
YESGitHub JWT token
Does not requires additional fields to log-in
YESGitHub login
Requires additional field: oauthToken, to log-in
YESSearched issues mentions by specified user.
NOWhether issue is merged.
YESGitHub oauthToken
GitHub Personal Access Token. In addition, can be used with login or by its own
NOWhether the issue is open.
YESASCASCDESCOrder of the output.
ASC - the results will be in ascending order
DESC - the results will be in descending order
YESThe query contains one or more search keywords and qualifiers. Allows you to limit your search to specific areas of GitHub.
YESThe GitHub repository.
YESCREATEDCREATEDUPDATEDCOMMENTSSort condition for the output.
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
uri