docs: Remove issue key from jira documentation (#36136)
This commit removes an incorrect "issues" key from the documentation. see: https://developer.atlassian.com/server/jira/platform/rest-apis/ Fixes #36128
This commit is contained in:
parent
f23701406b
commit
c1e3bdd42d
|
@ -21,7 +21,6 @@ The following snippet shows a simple jira action definition:
|
||||||
"jira" : {
|
"jira" : {
|
||||||
"account" : "integration-account", <1>
|
"account" : "integration-account", <1>
|
||||||
"fields" : {
|
"fields" : {
|
||||||
"issue" : {
|
|
||||||
"project" : {
|
"project" : {
|
||||||
"key": "PROJ" <2>
|
"key": "PROJ" <2>
|
||||||
},
|
},
|
||||||
|
@ -38,7 +37,6 @@ The following snippet shows a simple jira action definition:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// NOTCONSOLE
|
// NOTCONSOLE
|
||||||
<1> The name of a Jira account configured in `elasticsearch.yml`.
|
<1> The name of a Jira account configured in `elasticsearch.yml`.
|
||||||
|
|
Loading…
Reference in New Issue