Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-backend-module-github
createGithubIssuesCreateAction
Function createGithubIssuesCreateAction
createGithubIssuesCreateAction
(
options
:
{
githubCredentialsProvider
?:
GithubCredentialsProvider
;
integrations
:
ScmIntegrationRegistry
;
}
,
)
:
TemplateAction
<
{
assignees
?:
string
[]
;
body
?:
string
;
labels
?:
string
[]
;
milestone
?:
string
|
number
;
repoUrl
:
string
;
title
:
string
;
token
?:
string
;
}
,
{
issueNumber
:
number
;
issueUrl
:
string
}
,
"v2"
,
>
Creates an issue on GitHub
Parameters
options
:
{
githubCredentialsProvider
?:
GithubCredentialsProvider
;
integrations
:
ScmIntegrationRegistry
;
}
Returns
TemplateAction
<
{
assignees
?:
string
[]
;
body
?:
string
;
labels
?:
string
[]
;
milestone
?:
string
|
number
;
repoUrl
:
string
;
title
:
string
;
token
?:
string
;
}
,
{
issueNumber
:
number
;
issueUrl
:
string
}
,
"v2"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Creates an issue on GitHub