Function get_user_default_columns

Source
pub async fn get_user_default_columns(
    configuration: &Configuration,
    account_id: Option<&str>,
    username: Option<&str>,
) -> Result<Vec<ColumnItem>, Error<GetUserDefaultColumnsError>>
Expand description

Returns the default issue table columns for the user. If accountId is not passed in the request, the calling user’s details are returned. Permissions required: * Administer Jira global permission, to get the column details for any user. * Permission to access Jira, to get the calling user’s column details.