-
-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #481 from akkee/468-adding_missing_endpoints_in_pr…
…oject_issue_boards Adding missing endpoints in project issue boards
- Loading branch information
Showing
4 changed files
with
218 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"id": 1, | ||
"name": "project issue board", | ||
"project": { | ||
"id": 5, | ||
"name": "Diaspora Project Site", | ||
"name_with_namespace": "Diaspora / Diaspora Project Site", | ||
"path": "diaspora-project-site", | ||
"path_with_namespace": "diaspora/diaspora-project-site", | ||
"http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git", | ||
"web_url": "http://example.com/diaspora/diaspora-project-site" | ||
}, | ||
"milestone": { | ||
"id": 12, | ||
"title": "10.0" | ||
}, | ||
"lists" : [ | ||
{ | ||
"id" : 1, | ||
"label" : { | ||
"name" : "Testing", | ||
"color" : "#F0AD4E", | ||
"description" : null | ||
}, | ||
"position" : 1 | ||
}, | ||
{ | ||
"id" : 2, | ||
"label" : { | ||
"name" : "Ready", | ||
"color" : "#FF0000", | ||
"description" : null | ||
}, | ||
"position" : 2 | ||
}, | ||
{ | ||
"id" : 3, | ||
"label" : { | ||
"name" : "Production", | ||
"color" : "#FF5F00", | ||
"description" : null | ||
}, | ||
"position" : 3 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"id": 1, | ||
"project": { | ||
"id": 5, | ||
"name": "Diaspora Project Site", | ||
"name_with_namespace": "Diaspora / Diaspora Project Site", | ||
"path": "diaspora-project-site", | ||
"path_with_namespace": "diaspora/diaspora-project-site", | ||
"created_at": "2018-07-03T05:48:49.982Z", | ||
"default_branch": null, | ||
"tag_list": [], | ||
"ssh_url_to_repo": "ssh://user@example.com/diaspora/diaspora-project-site.git", | ||
"http_url_to_repo": "http://example.com/diaspora/diaspora-project-site.git", | ||
"web_url": "http://example.com/diaspora/diaspora-project-site", | ||
"readme_url": null, | ||
"avatar_url": null, | ||
"star_count": 0, | ||
"forks_count": 0, | ||
"last_activity_at": "2018-07-03T05:48:49.982Z" | ||
}, | ||
"lists": [], | ||
"name": "new_name", | ||
"group": null, | ||
"milestone": { | ||
"id": 43, | ||
"iid": 1, | ||
"project_id": 15, | ||
"title": "Milestone 1", | ||
"description": "Milestone 1 desc", | ||
"state": "active", | ||
"created_at": "2018-07-03T06:36:42.618Z", | ||
"updated_at": "2018-07-03T06:36:42.618Z", | ||
"due_date": null, | ||
"start_date": null, | ||
"web_url": "http://example.com/root/board1/milestones/1" | ||
}, | ||
"assignee": { | ||
"id": 1, | ||
"name": "Administrator", | ||
"username": "root", | ||
"state": "active", | ||
"avatar_url": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon", | ||
"web_url": "http://example.com/root" | ||
}, | ||
"labels": [{ | ||
"id": 10, | ||
"name": "Doing", | ||
"color": "#5CB85C", | ||
"description": null | ||
}], | ||
"weight": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters