XP-Dev.com Documentation

JIRA Integration

JIRA is an issue and project tracking software. You can get your Git, Subversion & Mercurial repository changes posted to JIRA issues as comments. You can also close JIRA issues from your commit messages.

Enabling JIRA Integration

  • Head over to your XP-Dev.com project's Repository tab
  • Click on the repository that you'd like to integrate JIRA with
  • Head to the Integrations sub-tab of your repository

Repository's Integration Tab

Under the Add a New Integration form:

  • Select JIRA as the integration
  • Click on Add

Repository Integration Add Form

  • Enter the base URL for your JIRA instance
  • Enter the username and password for the JIRA user that you want to use.
    If you're using JIRA cloud, you may need to use a JIRA API token instead of your password.
  • Click on Save

JIRA Integration Form

Using JIRA Integration

Whenever you commit/push changes to your XP-Dev.com repository with a commit message containing the issue ID (such as AI-4 or HWI-38), a comment is created under that specific issue, showing the changes you've made. You can also close issues by using Closes AI-4, Close AI-4, Closed AI-4 anywhere on your commit messages.

Disabling JIRA Integration

  • Head over to your XP-Dev.com project's Repository tab
  • Click on the repository that has been integrated with JIRA
  • Head to the Integrations sub-tab of your repository
  • Click on Delete Integration next to your JIRA Integration

Feel free to contact us if you need any assistance.