pub async fn get_current_user(
configuration: &Configuration,
expand: Option<&str>,
) -> Result<User, Error<GetCurrentUserError>>
Expand description
Returns details for the current user. Permissions required: Permission to access Jira.
pub async fn get_current_user(
configuration: &Configuration,
expand: Option<&str>,
) -> Result<User, Error<GetCurrentUserError>>
Returns details for the current user. Permissions required: Permission to access Jira.