Function reset_user_columns

Source
pub async fn reset_user_columns(
    configuration: &Configuration,
    account_id: Option<&str>,
    username: Option<&str>,
) -> Result<(), Error<ResetUserColumnsError>>
Expand description

Resets the default issue table columns for the user to the system default. If accountId is not passed, the calling user’s default columns are reset. Permissions required: * Administer Jira global permission, to set the columns on any user. * Permission to access Jira, to set the calling user’s columns.