Skip to content

rally: Allow specifying different API endpoint for searches #5

@bwachter

Description

@bwachter

Currently search queries are executed using 'Artifact', as it provides an easy way to search all types of bugs. This prevents filtering by type specific properties, though. For example, to implement a search by iteration either 'Task' or 'HierarchicalRequirement' needs to be searched. This can already be implemented using direct calls to bug-rpc, but the query can't be repeated as the endpoint used is not stored in the results:

  • store endpoints with the search results
  • allow specifying endpoint in search queries

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions