mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[DOCS] Clarify Jira connector compatibility (#159757)](https://github.com/elastic/kibana/pull/159757) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-06-15T14:22:27Z","message":"[DOCS] Clarify Jira connector compatibility (#159757)","sha":"5792c2772ec73df004ac119133f7be28d127061e","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v9.0.0","docs","Feature:Actions/ConnectorTypes","backport:prev-minor","v8.9.0"],"number":159757,"url":"https://github.com/elastic/kibana/pull/159757","mergeCommit":{"message":"[DOCS] Clarify Jira connector compatibility (#159757)","sha":"5792c2772ec73df004ac119133f7be28d127061e"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159757","number":159757,"mergeCommit":{"message":"[DOCS] Clarify Jira connector compatibility (#159757)","sha":"5792c2772ec73df004ac119133f7be28d127061e"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
b832428a05
commit
7caf5c385f
1 changed files with 11 additions and 7 deletions
|
@ -3,8 +3,18 @@
|
|||
++++
|
||||
<titleabbrev>Jira</titleabbrev>
|
||||
++++
|
||||
:frontmatter-description: Add a connector that can create indicidents in Jira.
|
||||
:frontmatter-tags-products: [kibana]
|
||||
:frontmatter-tags-content-type: [how-to]
|
||||
:frontmatter-tags-user-goals: [configure]
|
||||
|
||||
The Jira connector uses the https://developer.atlassian.com/cloud/jira/platform/rest/v2/[REST API v2] to create Jira issues.
|
||||
The Jira connector uses the https://developer.atlassian.com/cloud/jira/platform/rest/v2/[REST API v2] to create Atlassian Jira issues.
|
||||
|
||||
[float]
|
||||
[[jira-compatibility]]
|
||||
=== Compatibility
|
||||
|
||||
Jira on-premise deployments (Server and Data Center) are not supported.
|
||||
|
||||
[float]
|
||||
[[define-jira-ui]]
|
||||
|
@ -86,9 +96,3 @@ Additional comments:: Additional information for the client, such as how to trou
|
|||
=== Connector networking configuration
|
||||
|
||||
Use the <<action-settings, Action configuration settings>> to customize connector networking configurations, such as proxies, certificates, or TLS settings. You can set configurations that apply to all your connectors or use `xpack.actions.customHostSettings` to set per-host configurations.
|
||||
|
||||
[float]
|
||||
[[configuring-jira]]
|
||||
=== Configure Jira
|
||||
|
||||
Jira offers free https://www.atlassian.com/software/jira/free[Instances], which you can use to test incidents.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue