- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.10
- Quick start
- Set up
- Discover
- Dashboard
- Edit dashboards
- Explore dashboard data
- Create custom dashboard actions
- Share dashboards
- Tutorials
- Compare sales over time with Lens
- Create your first visualization with Vega-Lite
- Update Kibana filters from Vega
- Create time series visualizations with Timelion
- Timelion tutorial: Create visualizations with mathematical functions
- Create visualizations with conditional logic and tracking trends using Timelion
- Aggregation reference
- Vega reference
- Canvas
- Maps
- Machine learning
- Graph
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Breaking Changes
- Release Notes
- Kibana 7.10.2
- Kibana 7.10.1
- Kibana 7.10.0
- Kibana 7.9.3
- Kibana 7.9.2
- Kibana 7.9.1
- Kibana 7.9.0
- Kibana 7.8.1
- Kibana 7.8.0
- Kibana 7.7.1
- Kibana 7.7.0
- Kibana 7.6.2
- Kibana 7.6.1
- Kibana 7.6.0
- Kibana 7.5.2
- Kibana 7.5.1
- Kibana 7.5.0
- Kibana 7.4.2
- Kibana 7.4.1
- Kibana 7.4.0
- Kibana 7.3.2
- Kibana 7.3.1
- Kibana 7.3.0
- Kibana 7.2.1
- Kibana 7.2.0
- Kibana 7.1.1
- Kibana 7.1.0
- Kibana 7.0.1
- Kibana 7.0.0
- Kibana 7.0.0-rc2
- Kibana 7.0.0-rc1
- Kibana 7.0.0-beta1
- Kibana 7.0.0-alpha2
- Kibana 7.0.0-alpha1
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Jira action
editJira action
editThe Jira action type uses the REST API v2 to create Jira issues.
Connector configuration
editJira connectors have the following configuration properties:
- Name
- The name of the connector. The name is used to identify a connector in the Stack Management UI connector listing, and in the connector list when configuring an action.
- URL
- Jira instance URL.
- Project key
- Jira project key.
- Email (or username)
- The account email (or username) for HTTP Basic authentication.
- API token (or password)
- Jira API authentication token (or password) for HTTP Basic authentication.
Preconfigured action type
editmy-jira: name: preconfigured-jira-action-type actionTypeId: .jira config: apiUrl: https://elastic.atlassian.net projectKey: ES secrets: email: testuser apiToken: tokenkeystorevalue
config
defines the action type specific to the configuration and contains the following properties:
|
An address that corresponds to URL. |
|
A key that corresponds to Project Key. |
secrets
defines sensitive information for the action type:
|
A string that corresponds to Email. |
|
A string that corresponds to API Token. Should be stored in the Kibana keystore. |
Action configuration
editJira actions have the following configuration properties:
- Issue type
- The type of the issue.
- Priority
- The priority of the incident.
- Labels
- The labels of the incident.
- Title
- A title for the issue, used for searching the contents of the knowledge base.
- Description
- The details about the incident.
- Parent
-
The parent issue id or key. Only for
Sub-task
issue types. - Priority
- The priority of the incident.
- Additional comments
- Additional information for the client, such as how to troubleshoot the issue.
On this page
Was this helpful?
Thank you for your feedback.