Track the progress of Atlassian Jira issues from your notes.
📢 Maintenance & Acknowledgement
This plugin was originally created and maintained by @marc0l92 (Marc), to whom the entire community is deeply grateful for his dedication and foundational work.
It is now actively maintained and updated by the Obsidian-jira-plugin community team.
This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian.md notes.
This fork adds Android compatibility, safer credentials, flexible Jira links, animated overflow for issue tags, configurable Render Styles, and robust Epic Link/Parent alias resolution.
Content-Type response header is missing or uses different casing.jira-issue blocks, and list search results.Settings > Jira Issue > Render style with instant live workspace re-rendering.$Epic Link, $Epic Name, $Parent, and $Parent Link in jira-search queries automatically fall back to Jira's modern parent / epic API objects, preserving compatibility with both legacy Jira Server and modern Jira Cloud instances.Settings > Jira Issue > Rendering and default to 20rem for summaries and 2rem for statuses.Settings > Jira Issue > Rendering, only runs when text actually overflows, and respects the operating system's reduced-motion preference.

Check out the complete documentation to start using Jira-Issue.
From the obsidian app go in Settings > Third-party plugins > Community Plugins > Browse and search for jira-issue.
Use the plugin settings (Settings > Jira Issue) to configure your Atlassian Jira connections, security preferences, and visual styling:
data.json).The plugin support the following components:
jira-issue:```jira-issue
AAA-111
AAA-222
https://my.jira-server.com/browse/BBB-333
# This is a comment
```
jira-search```jira-search
resolution = Unresolved AND assignee = currentUser() AND status = 'In Progress' order by priority DESC
```
```jira-search
type: TABLE
query: status = 'In Progress' order by priority DESC
limit: 15
columns: KEY, SUMMARY, -ASSIGNEE, -REPORTER, STATUS, NOTES
```
jira-count```jira-count
project = REF AND status changed to (Done, "Won't Fix", Archived, "Can't Reproduce", "PM Validated") after -14d
```
With inline issue you can insert an issue like JIRA:OPEN-351 inside your text.
The plugin will detect urls like https://jira.secondlife.com/browse/OPEN-352 and render the issue as tags.
- [ ] Issue can be extended JIRA:OPEN-353 with the summary
- [x] Or compact JIRA:-OPEN-354 without the summary
- [ ] JIRA:-OPEN-355 use the `-` symbol before the issue key to make it compact
```
The plugin searches inside the note for those patterns and replace them
JIRA:-OPEN-356
```

Feel free to share your experiences, feedbacks and suggestions in the by opening a GitHub issue.
Pull requests are welcome.
Jira-Issue is licensed under the GNU AGPLv3 license. Refer to LICENSE for more information.