Jessica Crowson88 downloadsFetches data for Jira tickets directly from Obsidian.
Fetch Jira issue data into note frontmatter and optionally insert the issue URL into notes.
Base URL: your Jira instance, e.g. https://yourcompany.atlassian.netEmail: your Atlassian account emailAPI token: an Atlassian API token from https://id.atlassian.com/manage-profile/security/api-tokensWithout valid Jira connection settings, the plugin cannot fetch issue data.
The plugin uses the note basename as the Jira issue key. Examples:
PROJ-123.mdJIRA-456.mdIf the filename matches a Jira key pattern, the plugin will try to fetch issue data.
In the Field Mappings section, add or edit mappings to choose which Jira fields are saved. Each mapping includes:
Jira field: select a Jira field using the picker.Frontmatter key: the name saved in the note frontmatter.Update on open: when enabled, the field is refreshed when the note opens.Use as alias: when enabled, this mapping contributes to the note alias.Alias template: a template string using placeholders like {summary} and {account}.Use Sample key and click Fetch fields to load real Jira fields from an example issue.
This populates the field picker used when creating mappings.
Alias templates let you combine multiple Jira fields into a friendly alias. Example template:
{account} - {summary}Important:
{field.path}.Insert field button to add placeholders from mapped fields.Sync on open: fetches data when a note is opened, if its filename looks like a Jira key.Sync issue link: saves the issue URL into frontmatter.Save to note: inserts the issue URL into the note near your configured marker.Sync interval: minimum minutes between fetches, to reduce API usage.The plugin also attempts fetches for newly created notes and on note rename.
Fetch fields does not populate field choices, verify your Jira connection settings and sample key.{summary}, not {{summary}}.Use as alias.syncInterval.