Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
GitHubGitHub

Create an issue

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

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info
Description
This Action will create a new issue for the repository you specify.
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)