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

Configure a templater template to use when adding note in jira-search view #113

Open
gmkado opened this issue Jan 25, 2024 · 1 comment
Open

Comments

@gmkado
Copy link

gmkado commented Jan 25, 2024

Copying over from #20 since this is a slightly different request:

          @marc0l92 can you share how you use templater with this plugin?  I would like to be able to fill out a template page with jira data when using the "add note" feature of jira-search

Originally posted by @gmkado in #20 (comment)

For me, creating a JIRA note is a two step process:

  1. Create new note from jira-search which adds an empty page with the jira number as the title
  2. Run templater on this empty page, which uses the title to generate a note based on the jira (with const issue = await $ji.base.getIssue(tp.file.title);

It would be nice if the "+" button could be configured to create the new page with a specific template so this becomes one step

@gmkado
Copy link
Author

gmkado commented Feb 1, 2024

Separate but related, so let me know if this should be its own issue, but it would be nice if the jira-search notes column also picked up the newly created note.

Currently when you click the "+" icon it will create the note but not update the table, and you need to re-refresh the table to get it to show up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant