Github
Search for Issues
Connect to Github and run a search for Issues and Pull Requests based on the provided query, returning the data.
Parameters
-
query: The Github search. Qualifiers are supported
-
owner: The Github Account
-
repo: The Github Repository
-
token: A personal access token, an OAuth token, an installation access token or a JSON Web Token for GitHub App authentication
-
sentences: Return in sentences (true) or as JSON (false)
Get Github Issues
Connect to Github and list all issues for a repository.
Parameters
-
owner: The Github Account
-
repo: The Github Repository
-
token: A personal access token, an OAuth token, an installation access token or a JSON Web Token for GitHub App authentication
-
sentences: Return in sentences (true) or as JSON (false)
Get Github Issue
Connect to Github and get details about an issue by passing an issue number.
Parameters
-
issueNumber: The Github Issue number
-
owner: The Github Account
-
repo: The Github Repository
-
token: A personal access token, an OAuth token, an installation access token or a JSON Web Token for GitHub App authentication
-
sentences: Return in sentences (true) or as JSON (false)
Add Github Issue
Connect to Github add an issue to the specified repository.
Parameters
-
title: The title of the Issue
-
description: The issue description
-
owner: The Github Account
-
repo: The Github Repository
-
token: A personal access token, an OAuth token, an installation access token or a JSON Web Token for GitHub App authentication
Edit Github Issue
Connect to Github and edit an issue. Pass the Github Issue number and updates to the title and description.
Parameters
-
issueNumber: The Github Issue number
-
title: The title of the Issue
-
description: The issue description
-
owner: The Github Account
-
repo: The Github Repository
-
token: A personal access token, an OAuth token, an installation access token or a JSON Web Token for GitHub App authentication