I have Jira Cloud in microsoft 365 copilot, and the Jira Cloud plugin/integration has been enabled by my Microsoft 365 admin.
I have also created a custom Microsoft Copilot Agent and would like to know whether it is possible to use Jira Cloud or Jira directly as the agent's knowledge base.
Specifically, I would like to understand:
The reason I ask this is because I do see an option to add other data sources (Jira) as knowledge base.
Microsoft provides an official Jira Cloud connector specifically for this purpose.
Microsoft allows developers to use the Jira Cloud connector as a knowledge source in agents built with Copilot Studio, Microsoft 365 Copilot, or the Microsoft 365 Agents Toolkit.
When configured, your custom agent can:
Index Jira Cloud issues: The connector crawls your Jira instance and indexes issue titles, descriptions, statuses, and metadata.
Perform Semantic Search: The agent can answer questions based on the indexed Jira data using natural language (e.g., "What are the blockers for the API migration task?").
Summarize Data: You can ask the agent to summarize specific issues or project statuses based on the Jira data it has indexed.
To use Jira as a knowledge source, your Microsoft 365 admin must first set up the Jira Cloud Graph Connector in the Microsoft 365 Admin Center.
Authentication: Microsoft recommends using OAuth 2.0. This ensures a secure connection without sharing passwords.
Permissions: You will need a service account in Jira with "Browse projects" permissions for all projects you wish to index. If you want the agent to respect Jira's security settings (security trimming), the service account also needs "Administer Jira" and "Browse users and groups" permissions.
Data Freshness: The connector supports both full and incremental crawls to keep the agent's knowledge up to date.
Cloud Only: This integration only supports Jira Cloud. Jira Server and Jira Data Center are not supported.
Attachments: Currently, the connector does not index attachments (like PDFs or images) attached to Jira issues. It only indexes the text-based metadata and descriptions.
Access Control: The agent will only show results to users who have the appropriate permissions in both Microsoft 365 and Jira, provided "security trimming" is enabled during setup.
I hope this helps you successfully integrate Jira Cloud into your custom Copilot Agent!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.