- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.12
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Embed Kibana content in a web page
- Configure monitoring
- Configure security
- Production considerations
- Discover
- Dashboard
- 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
- Release notes
- 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 information for the action type.
-
apiUrl
- An address that corresponds to URL.
-
projectKey
- A key that corresponds to Project Key.
Secrets defines sensitive information for the action type.
-
email
- A string that corresponds to Email.
-
apiToken
- 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 for 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 ID or key of the parent issue. Only for
Subtask
issue types. - Additional comments
- Additional information for the client, such as how to troubleshoot the issue.
Was this helpful?
Thank you for your feedback.