jira_get_user_profile
Get a Jira user's profile by providing their email, username, account ID, or key. Returns user details or an error if not found.
Instructions
Retrieve profile information for a specific Jira user.
Args: ctx: The FastMCP context. user_identifier: User identifier (email, username, key, or account ID).
Returns: JSON string representing the Jira user profile object, or an error object if not found.
Raises: ValueError: If the Jira client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_identifier | Yes | Identifier for the user (e.g., email address 'user@example.com', username 'johndoe', account ID 'accountid:...', or key for Server/DC). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |