Смотрите презентации, популярные семинары и подробные демонстрации продуктов с нашей ежегодной пользовательской конференции Team 2022. Подробнее.
Интеграция с инструментами разработки: начало работы
Зачем связывать код с задачами Jira?
Пример использования 1. Наглядное представление конвейера разработки в Jira
The development panel on the Jira issue screen summarizes key development information such as branches, commits and PRs for each issue. This improves cross-collaboration between teams like engineering, QA and operations. Learn more about development information in Jira.

Пример использования 2. Автоматизация Jira на основе изменений кода
Instead of manually updating the status of an issue after creating branches or merging pull requests you can configure triggers in your workflow to automatically transition issues when certain events occur in your development tools. Learn more about automation with Git information.
Пример использования 3. Поиск в Jira на основе информации о разработке
Get deeper insight into your complete software pipeline from within Jira Software. You can create powerful views across your full software pipeline from backlog to production. Query Jira data based on Git, build or deployment information. Learn more about the Jira Querying Language (JQL).
deploymentEnvironmentType ~ production AND development[pullrequests].open >= 1
Как связать код с задачами Jira
When development tools are integrated with Jira Software, you simply add the Jira issue key in your development tool to link information. Below is a handy table of how to link Jira issues from your development tool:
Type | How | Example |
---|---|---|
Branch | Branches are linked if the issue key is included in the branch name. | PROD-1274-redesign-of-login-screen |
Commit | Commits are linked if the issue key is included in the commit message. | PROD-1274 Fix eslint error and update tests |
PR | Pull requests are linked if the issue key is included in the pull request's title or in the source branch name. | PROD-1274-redesign-of-login-screen |
If you are using Bitbucket with Jira, you can create a new Branch from the Issue Screen which creates a branch in Bitbucket, and links it in Jira.
Настройка интеграции с Bitbucket
Note: You need to have Jira administrator permissions to set up the integration.
Настройка интеграции с GitHub
Note: You need to have Jira administrator permissions to set up the integration.
Настройка интеграции с GitLab
Note: You need to have Jira administrator permissions to set up the integration.
Add Jira and Bitbucket to VSCode and enjoy useful automation features in your IDE. Get the Jira extension on the VSCode marketplace.
