Javadocs example – Creating a new branch

import com.onresolve.scriptrunner.runner.customisers.WithPlugin import com.onresolve.scriptrunner.runner.customisers.PluginModule @WithPlugin(“com.xiplink.jira.git.jira_git_plugin”) import com.bigbrassband.jira.git.services.GIJFacade; @PluginModule GIJFacade gijFacade; int REPO_ID = 1; gijFacade.createBranch(REPO_ID, “newBranch”, “master”);

SSH FAQ

This page contains related questions on Git Integration for Jira app SSH connections in Jira. Use the FAQ below to […]

Error creating git branches and also using NFS

JIRA SELF-MANAGED Also relates to the following exception errors: GitLabPropertiesNotInitializedException GitHubPropertiesNotInitializedException GerritPropertiesNotInitializedException   Problem An error is encountered with the […]

Creating and configuring SSH keys

What’s on this page: Introduction Acquire SSH Git Repository URL Generate SSH key pair (public and private key) Linux/MacOS Windows […]

Administration

On this page are relevant articles targeted for administrators. Related articles Tips for Jira Administrators (Git Integration for Jira Data […]

Working with Tracked folders

This feature scans a locally accessible path for cloned Git repositories and automatically imports those Git repository references into Jira. A […]

Working with SSH keys

SSH keys are required in order to provide secure connection with the remote git host. The Git Integration for Jira […]

Working with JMESPath Filters

JMESPath is a query language for JSON used to filter API results and to limit which repositories are integrated. For […]