Skip to content

feat(service): add ability to filter jobs by type #1343

@jsam

Description

@jsam

Currently, /jobs endpoint only supports listing all jobs for a user requesting the information. This could be overwhelming once we add different job types. For such cases, it would be helpful that we add a parameter type with which we can specify retrieval of only jobs with a given type.

Example:

GET /jobs?type=migrations
[
 { 
    "type": "migration",
    ....
 },
 {
    "type": "migration",
    ....
 }
]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions