You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For me, creating a JIRA note is a two step process:
Create new note from jira-search which adds an empty page with the jira number as the title
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
The text was updated successfully, but these errors were encountered:
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.
Heyo! I found this as I had the same issue, so started playing with the plugin and adapted to support templates, the sad part is that the repo is in typescript and im lazy as F. have a look in case anybody wants to update the typescript version accordingly
Copying over from #20 since this is a slightly different request:
Originally posted by @gmkado in #20 (comment)
For me, creating a JIRA note is a two step process:
jira-search
which adds an empty page with the jira number as the titleconst 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
The text was updated successfully, but these errors were encountered: