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

[Feature] Add New-VSTeamPullRequest command #131

Closed
kilasuit opened this issue Feb 2, 2019 · 1 comment · Fixed by #241
Closed

[Feature] Add New-VSTeamPullRequest command #131

kilasuit opened this issue Feb 2, 2019 · 1 comment · Fixed by #241
Labels
enhancement Improvements that do not include new features

Comments

@kilasuit
Copy link

kilasuit commented Feb 2, 2019

Currently there is no New-VSTeamPullRequest function

This would be a great addition and would enable more complex automated end to end, branch to branch feature development practices like

PR into Dev Branch -> build completes -> PR is merged -> Merged Branch Builds -> Release runs -> New PR to Test Branch -> PR Completes -> Test Branch Builds -> Test Release Runs > New PR to Prod Branch -> PR Completes -> Prod Branch Builds -> Prod Release Runs

This allows a totally segregated & isolated model between Builds/Releases and the differing stages at which these run at although does add extra complexity

@DarqueWarrior
Copy link
Collaborator

DarqueWarrior commented Feb 3, 2019

What would be the minimum set of parameters to support for a v1? There are a lot of options PR REST API Supporting them all will take a long time and make the function hard to use.

If you feel up to it go ahead and submit a pull request to add it.

@DarqueWarrior DarqueWarrior added the enhancement Improvements that do not include new features label Feb 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements that do not include new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants