jira_check_user_issues
Verify user membership in a Jira project and retrieve their assigned issues using email, API token, project key, and username. Streamlines user issue tracking and project management.
Instructions
Checks if a user is a member of a project and lists their assigned issues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiToken | No | API token for Jira authentication | |
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') | |
userName | Yes | The display name of the user to check for in the project |