Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow Obsidian search function to scan titles (aka summaries) of JIRA tickets #117

Open
SebastianMC opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@SebastianMC
Copy link

SebastianMC commented Feb 22, 2024

As an user of this amazing obsidian-jira-issue plugin (thanks a lot for creating it!!!) I'd like the JIRA ticket titles (aka summaries) to be included in Obsidian search.

For now they are displayed by the plugin on-the-fly, yet the underlying content of .md notes remains intact and contains only JIRA ticket key(s) and/or JIRA query/queries. In result, the titles of JIRA tickets are invisible to Obsidian search

For my personal use I created a simple solution by introducing a new command to this plugin which performs a cache-dump (key+title pairs) to a local .md file in the vault. This does the job and in result Obsidian search can find text in titles and show it, together with JIRA ticket key.

I've uploaded the solution which I'm using locally to a new branch of my fork of this original repository and opened the PR #118 for an easy overview of the code additions

Below the idea of the format of auto-generated key + titles inventory

Bla bla bla

=== DO NOT MODIFY BELOW THIS LINE - IT WILL BE OVERWRITTEN ===

Key Summary
AB-1234 A summary of the ticket goes here
XYZ-35423 Summary of the ticket read from JIRA goes here
... ...
@SebastianMC SebastianMC added the feature New feature or request label Feb 22, 2024
SebastianMC added a commit to SebastianMC/obsidian-jira-issue that referenced this issue Feb 22, 2024
…maries) of JIRA tickets

- introduced a new custom command which dumps the JIRA tickets cache to a local file in the vault
SebastianMC added a commit to SebastianMC/obsidian-jira-issue that referenced this issue Feb 22, 2024
…maries) of JIRA tickets

- minor cleanup of the code
SebastianMC added a commit to SebastianMC/obsidian-jira-issue that referenced this issue Feb 22, 2024
…maries) of JIRA tickets

- extended the code to allow configuration of the dump format, inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants