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" : {
|
||||
"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>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue