--- id: jira-cloud title: Jira Cloud sidebar_label: Jira Cloud description: The Sumo Logic App for Jira Cloud provides insights into project management issues that enable you to more effectively plan, assign, track, report, and manage work across multiple teams. slug: /help/docs/integrations/app-development/jira-cloud/ canonical: https://www.sumologic.com/help/docs/integrations/app-development/jira-cloud/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Jira icon The Sumo Logic App for Jira Cloud provides insights into how your Jira projects and issues are being managed so as to enable you to be more effective and manage work across multiple teams. This guide provides instructions for installing and configuring the Jira Cloud App, as well as offering examples and descriptions of the app pre-configured dashboards. ## Log types The Jira Cloud App uses the following types of logs: * Issue related events * Project-related events * User related events * Jira configuration related events * Jira Software related events For more information, see [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/) in Jira help ### Sample log messages For more information about log messages, see [Sample Log for Jira Cloud](https://developer.atlassian.com/cloud/jira/platform/rest/v2/). ### Sample queries This section provides a sample query from the **Unassigned Issues** panel on the **Jira Cloud - Issue Details** dashboard. **Parameters** * Issue:* * Issue_Summary:* ```sumo title="Query String" _sourceCategory="jira_cloud" *issue* | json field=_raw "webhookEvent", "issue_event_type_name", "changelog", "issue.fields.creator.displayName", "issue.self", "issue.key", "timestamp", "issue.fields.issuetype.name", "issue.fields.status.name", "issue.fields.resolution.name", "issue.fields.project.name", "issue.fields.status.statusCategory.name", "user.active", "issue.fields.assignee.displayName", "issue.fields.summary", "issue.fields.priority.name", "issue.fields.components", "issue.fields.labels" as event_name, event_type, change_log, issue_creator, jira_self, issue_key, timestamp, type, status, resolution, project_name, status_category, is_active, issue_assignee, issue_summary, priority, components, labels nodrop | where project_name matches "*" AND issue_key matches "*" AND type matches "*" AND priority matches "*" AND status_category matches "*" AND status matches "*" | isNull(issue_assignee) ? "Unassigned" : issue_assignee as issue_assignee | parse regex field=labels "\"(?