Tools
| Tool | Description |
|---|---|
JIRA_SEARCH_ISSUES_BY_JQL | Search issues using JQL queries with pagination |
JIRA_GET_ISSUE | Get detailed information about a specific issue |
JIRA_GET_ISSUE_COMMENTS | Get comments on a specific issue |
JIRA_LIST_PROJECTS | List accessible projects |
JIRA_LIST_FIELDS | List all fields including custom fields |
JIRA_GET_PROJECT_ISSUE_TYPES | Get issue types available in a project |
JIRA_SEARCH_COMMENTS | Search comments across issues by keyword or author |
JIRA_FIND_USERS | Search for users by name or email |
JQL Query Examples
Humm uses JIRA Query Language (JQL) to search issues. Here are common patterns:Project Access Control
When connecting Jira, you can restrict which projects Humm can access. This is useful for:- Limiting access to sensitive projects
- Scoping queries to relevant teams
- Ensuring data governance compliance
Authentication
OAuth
Connect securely via Atlassian OAuth. Authorize Humm to access your Jira instance.