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

Add Workspaces Documentation #112

Merged
merged 1 commit into from
Jun 19, 2019
Merged

Conversation

olegzd
Copy link

@olegzd olegzd commented Jun 19, 2019

New Routes:

  1. GET /p2/repositories/:repo_id/workspaces
    Get all Workspaces containing :repo_id

  2. POST /p2/workspaces/:workspace_id/repositories/:repo_id/issues/:issue_number/moves
    Move an issue in a Workspace specified by :workspace_id & :repo_id/:issue_number

  3. GET /p2/workspaces/:workspace_id/repositories/:repo_id/board
    Get a Repository's Board data for a specific Workspace specified by :workspace_id
    & :repo_id

All routes containing pipeline property now include a pipelines
which will show all pipelines in all workspaces that issue is in.

Add documentation for 3 new routes:

1. GET /p2/repositories/:repo_id/workspaces
Get all Workspaces containing :repo_id

2. POST /p2/workspaces/:workspace_id/repositories/:repo_id/issues/:issue_number/moves
Move an issue in a Workspace specified by :workspace_id & :repo_id/:issue_number

3. GET /p2/workspaces/:workspace_id/repositories/:repo_id/board
Get a Repository's Board data for a specific Workspace specified by :workspace_id
& :repo_id

All routes containing `pipeline` property now include a `pipelines`
which will show all pipelines in all workspaces that issue is in.
@olegzd olegzd requested a review from nbcraft June 19, 2019 22:42
@olegzd olegzd merged commit a456022 into master Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants