Function search_projects

Source
pub async fn search_projects(
    configuration: &Configuration,
    start_at: Option<i64>,
    max_results: Option<i32>,
    order_by: Option<&str>,
    query: Option<&str>,
    type_key: Option<&str>,
    category_id: Option<i64>,
    action: Option<&str>,
    expand: Option<&str>,
    status: Option<Vec<String>>,
    properties: Option<Vec<Value>>,
    property_query: Option<&str>,
) -> Result<PageBeanProject, Error<SearchProjectsError>>
Expand description

Returns a paginated list of projects visible to the user. This operation can be accessed anonymously. Permissions required: Projects are returned only where the user has one of: * Browse Projects project permission for the project. * Administer Projects project permission for the project. * Administer Jira global permission.