Create
Create an issue
Create
Create an issue
yaml
type: io.kestra.plugin.github.issues.CreateExamples
yaml
id: github_issue_create_flow
namespace: company.team
tasks:
- id: create_issue
type: io.kestra.plugin.github.issues.Create
jwtToken: "{{ secret('GITHUB_JWT_TOKEN') }}"
repository: kestra-io/kestra
title: Workflow failed
body: "{{ execution.id }} has failed on {{ taskrun.startDate }}. See the link below for more details"
labels:
- bug
- workflow
yaml
id: create
type: io.kestra.plugin.github.issues.Create
id: github_issue_create_flow
namespace: company.team
tasks:
- id: create_issue
type: io.kestra.plugin.github.issues.Create
login: your_github_login
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
repository: kestra-io/kestra
title: Workflow failed
body: "{{ execution.id }} has failed on {{ taskrun.startDate }}. See the link below for more details"
labels:
- bug
- workflow
yaml
id: create
type: io.kestra.plugin.github.issues.Create
id: github_issue_create_flow
namespace: company.team
tasks:
- id: create_issue
type: io.kestra.plugin.github.issues.Create
oauthToken: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
repository: kestra-io/kestra
title: Workflow failed
body: "{{ execution.id }} has failed on {{ taskrun.startDate }}. See the link below for more details"
labels:
- bug
- workflow
assignees:
- MyDeveloperUserName
- MyDesignerUserName
Properties
appInstallationToken string
assignees array
SubTypestring
body string
endpoint string
jwtToken string
labels array
SubTypestring
login string
oauthToken string
repository string
title string
Outputs
issueNumber integer
issueUrl
Definitions
java.net.URL
authoritystring
filestring
hoststring
portinteger
protocolstring
refstring