Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST batches #984

Open
mohadese-yousefi opened this issue Jul 9, 2019 · 0 comments
Open

LIST batches #984

mohadese-yousefi opened this issue Jul 9, 2019 · 0 comments
Labels

Comments

@mohadese-yousefi
Copy link
Contributor

mohadese-yousefi commented Jul 9, 2019

LIST /apiv1/projects/:id/batches

As a Member, I can list batches.


Capabilities:

  • Sorting
  • Pagination
  • Filtering

Response:

[
    {
    "id": 1,
    "projectId": 1,
    "stage": 'triage',
    "issueIds": [ 1, 2, 3, ... ],
  },
  ...
]
mh-yousefi pushed a commit that referenced this issue Jul 30, 2019
mohammadsheikhian70 pushed a commit that referenced this issue Jul 30, 2019
* Implementing list batch, closes #984

* Added test case for test list
@mh-yousefi mh-yousefi reopened this Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants