Adding a public SSH Key

Add a public SSH key to your remote git host to prepare its repositories for connection with the Git Integration […]

Adding a private SSH key

VERSION 4.0+ OpenSSH is now fully supported. From your Jira dashboard menu, go to Git ➜ Manage repositories. On the […]

Adding Webhooks for GitLab

Merge request webhooks are now supported. See details on this page. Supported webhook events: Push events Merge request events Git Integration […]

Adding Webhooks for GitHub

Pull request webhooks are now supported. See details on this page. Supported webhook events: Pushes event Pull request events Right click here […]

ScriptRunner – Javadocs – Class PullRequest

Package com.bigbrassband.jira.git.services.scriptrunner.models Object > PullRequest (this page) Pull Request information. Summary Constructors Visibility Signature public PullRequest() public PullRequest( String id, […]

Adding Webhooks for Bitbucket

Pull request webhooks are now supported. See details on this page. Supported webhook events: Repository – Push Pull request – […]

ScriptRunner – Javadocs – Class Branch

Package com.bigbrassband.jira.git.services.scriptrunner.models Object > Branch Branch information. Summary Constructors Visibility Signature public Branch( String name, String externalUrl, Repository repository) public […]