Skip to:

Marketplace
SSH Support for Pull Request

SSH Support for Pull Request

by

AvR

This app has been archived. The contents of this page may by outdated. You may still get support information and download previous versions of this app. Learn more

Support

This is a supported app, so you may contact the partner (or support contact) for help:

Visit partner profile

To check known issues (or if you want to file one), view this app's work item tracker.

To learn more about the app, you should:

App Description

Create a pull-request

$ cat pr.json | ssh git@host.url -p7999 pull-request

Received the following pull request:

Title: a

From: (TOOL/a) refs/heads/other

To: (TOOL/a) refs/heads/master

Successfully created the pull-request

URL: http://...

Comment on a pull-request

$ cat comment.json

{ text : "some text"}

$ cat comment.json | ssh git@host.url -p7999 comment pull-request TOOL asdf 1

Successfully commented the pull-request.

Decline a pull-request

$ ssh git@host.url -p7999 decline pull-request TOOL asdf 1

Successfully declined the pull-request.

More details

This plugin is especially useful for scripts. It allows an authentication via the ssh-key instead of having to use the username-password authentication.

It supports the following actions for pull-requests:

  • creation
  • commenting
  • declining

(Approving pull-requests can be done by pushing a local merge.)

Version History

This app has:

Learn and explore

  • What’s Marketplace
  • App installation
  • About Atlassian
  • Atlassian resources
  • Search and ranking
  • Atlassian events
  • Atlassian foundation

Follow