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:
docteurjay 2018-12-11 16:17:15 -05:00 committed by Jake Landis
parent f23701406b
commit c1e3bdd42d
1 changed files with 0 additions and 2 deletions

View File

@ -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>
}, },
@ -34,7 +33,6 @@ The following snippet shows a simple jira action definition:
"priority" : { "priority" : {
"name" : "High" <7> "name" : "High" <7>
} }
}
} }
} }
} }