From c1e3bdd42d710838722919ae07ab75d246791ee5 Mon Sep 17 00:00:00 2001 From: docteurjay Date: Tue, 11 Dec 2018 16:17:15 -0500 Subject: [PATCH] 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 --- x-pack/docs/en/watcher/actions/jira.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/docs/en/watcher/actions/jira.asciidoc b/x-pack/docs/en/watcher/actions/jira.asciidoc index fb845cbbfd5..f0b9c714181 100644 --- a/x-pack/docs/en/watcher/actions/jira.asciidoc +++ b/x-pack/docs/en/watcher/actions/jira.asciidoc @@ -21,7 +21,6 @@ The following snippet shows a simple jira action definition: "jira" : { "account" : "integration-account", <1> "fields" : { - "issue" : { "project" : { "key": "PROJ" <2> }, @@ -34,7 +33,6 @@ The following snippet shows a simple jira action definition: "priority" : { "name" : "High" <7> } - } } } }