jira_search_issues
Search and retrieve Jira issues by project and assignee using a Jira host URL, API token, and assignee name to streamline issue tracking and management.
Instructions
Searches for Jira issues by project and assignee
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiToken | No | API token for Jira authentication | |
assigneeName | No | The display name of the assignee to filter by (e.g., 'John Doe') | |
No | Email address associated with the Jira account | ||
jiraHost | No | The Jira host URL (e.g., 'your-domain.atlassian.net') | |
projectKey | Yes | The Jira project key (e.g., 'PROJECT') |