Skip to content

Commit b7cde38

Browse files
authored
Fast-follow CCA for Jira integration, add enable beta features step (#60153)
1 parent cc8b35e commit b7cde38

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-jira.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ The {% data variables.product.prodname_copilot %} integration in Jira allows you
2121
## Prerequisites
2222

2323
* You must have a {% data variables.product.github %} account with access to {% data variables.product.prodname_copilot_short %} through {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, or {% data variables.copilot.copilot_enterprise_short %}.
24-
* You must have a Jira Cloud account with [AI features enabled](https://support.atlassian.com/organization-administration/docs/activate-atlassian-intelligence-for-products).
24+
* You must have a Jira Cloud account with the following AI features enabled for your organization:
25+
* **Jira must be an AI-enabled app** and Rovo must be activated. See [Activate AI for apps](https://support.atlassian.com/organization-administration/docs/activate-atlassian-intelligence-for-products) in the Atlassian documentation.
26+
* **Beta AI features** must be turned on. See [Control access to beta AI features](https://support.atlassian.com/organization-administration/docs/control-access-to-beta-ai-features/) in the Atlassian documentation.<!-- markdownlint-disable-line GHD046 -->
2527
* Installation and authentication must be completed for both Jira and {% data variables.product.github %}.
2628

2729
## Installation
@@ -77,9 +79,17 @@ The first time you use {% data variables.copilot.copilot_coding_agent %} in Jira
7779

7880
Only users with **write** access to a repository can trigger {% data variables.copilot.copilot_coding_agent %} to work in that repository.
7981

82+
You can trigger {% data variables.copilot.copilot_coding_agent %} in three ways:
83+
84+
* **Assign** {% data variables.product.prodname_copilot %} to a work item using the Assignee field.
85+
* **Mention** `@{% data variables.product.prodname_copilot %}` in a comment on a work item.
86+
* **Add {% data variables.product.prodname_copilot_short %} to a workflow transition** so it is triggered automatically when a work item moves to a specific status. See [Collaborate on work items with AI agents](https://support.atlassian.com/jira-software-cloud/docs/collaborate-on-work-items-with-ai-agents/#Add-an-agent-to-workflow-transitions) for setup instructions.
87+
8088
> [!NOTE]
8189
> When you assign {% data variables.product.prodname_copilot_short %} to a Jira work item, the context the agent captures from Jira will be added to the pull request and **visible to everyone** if the repository is public.
8290
91+
### Example: Triggering {% data variables.copilot.copilot_coding_agent %} from a Jira work item
92+
8393
1. In Jira, open or create a work item that contains clear requirements you want to delegate to {% data variables.copilot.copilot_coding_agent %}.
8494
1. To specify a repository you want {% data variables.product.prodname_copilot_short %} to work in, mention it in the work item description or in a comment.
8595
1. Assign `{% data variables.product.prodname_copilot %}` to the work item, or mention `@{% data variables.product.prodname_copilot %}` in a comment. For example:
@@ -109,6 +119,13 @@ For more information, see [AUTOTITLE](/billing/concepts/product-billing/github-c
109119
110120
If you run into problems, try the following solutions.
111121
122+
### You can't see the {% data variables.copilot.copilot_coding_agent %} and it is not possible to assign it to a Jira work item
123+
124+
In Jira, check your Atlassian Administration settings for your organization are set as follows.
125+
126+
1. Jira is an AI-enabled app, see [Activate AI for apps](https://support.atlassian.com/organization-administration/docs/activate-atlassian-intelligence-for-products) in the Atlassian documentation.
127+
1. Beta AI features are enabled, see [Control access to beta AI features](https://support.atlassian.com/organization-administration/docs/control-access-to-beta-ai-features/) in the Atlassian documentation.<!-- markdownlint-disable-line GHD046 -->
128+
112129
### You can see the {% data variables.copilot.copilot_coding_agent %} but it is not possible to assign it to a Jira work item
113130
114131
Check that you have connected your personal account on {% data variables.product.github %} to the {% data variables.product.prodname_copilot %} for Jira app.

0 commit comments

Comments
 (0)