Explore Plans
Mobile menu Close menu
GitHubGitHub

Create an issue

This Action will create a new issue for the repository you specify.

Developer info

API endpoint slug
github.create_new_issue_for_repository
Filter code method
Github.createNewIssueForRepository.skip(string?: reason)
Runtime method
runAction("github.create_new_issue_for_repository", {})

Action fields

Repository Text input > Other

Label
Repository
Helper text
E.g. IFTTT/StatsD
Slug
repository
Required
false
Can have default value
true
Filter code method
Github.createNewIssueForRepository.setRepository(string: repository)

Issue title Text input

Label
Title
Slug
issueTitle
Required
false
Can have default value
true
Filter code method
Github.createNewIssueForRepository.setIssueTitle(string: issueTitle)

Issue body Text input > HTML

Label
Body
Helper text
Markdown and @mentions ok
Slug
issueBody
Required
false
Can have default value
true
Filter code method
Github.createNewIssueForRepository.setIssueBody(string: issueBody)