Offer: Virgo is available for free to use within your infrastructure. Book a demo

Jira

The Jira connector brings projects, issues, users, and comments into the graph. It stays current through a webhook.

Entities

EntityRepresentsKey fields
jira_projectA projectkey, name, project_type
jira_issueAn issue (aliases ticket, issue)key (e.g. PROJ-123), summary, status, priority
jira_userA personaccount_id (id), name, email
jira_commentA comment on an issuebody, created_at

Relationships

RelationTarget
belongs_tojira_project
created_by, reported_by, assigned_to, commented_byjira_user
has_commentjira_comment

Exposing for linking

Jira exposes its issues so other sources can reference them:

  • jira_issue is recognized from an issue key such as PROJ-123 or JIRA-8756.

So a commit message or a Slack thread that names PROJ-123 links straight to the issue. See Cross-domain linking.