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

APPEND batch #943

Open
farzaneka opened this issue Jun 26, 2019 · 0 comments
Open

APPEND batch #943

farzaneka opened this issue Jun 26, 2019 · 0 comments
Labels
605 Issue Not Found 722 Invalid Issue Id Type 723 Issue Id Not In Form 775 Issue Id Is None rest story

Comments

@farzaneka
Copy link
Contributor

farzaneka commented Jun 26, 2019

APPEND /apiv1/projects/:id/batches/:id

As a Supervisor, I can append issue into a batch.


Parameters:

Parameter Type Optional Example
issueId int False 2

Response:

{
  "id": 1,
  "title": "01",
  "projectId": 1,
  "issueIds": [ 1, 2, 3, ... ],
}
@farzaneka farzaneka added draft rest story 722 Invalid Issue Id Type 723 Issue Id Not In Form 775 Issue Id Is None 936 605 Issue Not Found and removed draft 936 labels Jun 26, 2019
farzaneka pushed a commit that referenced this issue Jul 1, 2019
farzaneka pushed a commit that referenced this issue Jul 1, 2019
farzaneka pushed a commit that referenced this issue Jul 1, 2019
pylover pushed a commit that referenced this issue Jul 1, 2019
* Added test for appending batch and model for batch

* Added controller fo batch

* Added new test case for append batch and created controller for this

* Implementing batch append, #943

* Added commit for mockup of append batch test

* A wrong indent
@mohadese-yousefi mohadese-yousefi added 713 Project Id Not In Form 714 Invalid Project Id Type 730 Project Id Is Null and removed 713 Project Id Not In Form 714 Invalid Project Id Type 730 Project Id Is Null labels Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
605 Issue Not Found 722 Invalid Issue Id Type 723 Issue Id Not In Form 775 Issue Id Is None rest story
Projects
None yet
Development

No branches or pull requests

2 participants