obsidian-agile-task-notes icon indicating copy to clipboard operation
obsidian-agile-task-notes copied to clipboard

[Feature Request] Ability to change name formatting

Open marcus-crane opened this issue 3 years ago • 1 comments

Hey there,

As a feature request, it'd be nice to be able to provide a custom name layout: https://github.com/BoxThatBeat/obsidian-agile-task-notes/blob/master/src/VaultHelper.ts#L55

In particular, I'd prefer to just have ticket notes named after the key so eg; ABC-123 for interoperability with other plugins such as obsidian-jira-issue which I use in various places as well.

On a similar note, I notice that it's possible to sync your sprint to make a bunch of entries such as Task - ABC-123 but then if you were to change a Jira ticket to a bug, the ticket remains as Task - ABC-123 unless you delete a recreate the ticket.

This is good behaviour of course: You don't want to delete the user's existing notes but I guess it's an example where having the issue type in the title may not age well. Perhaps it would be better served as metadata that could be edited alongside the applied tags?

I suppose as far as implementation, I don't know how many variations of naming you'd want to support so probably just a toggle to switch between the two over some sort of complex "Represent the layout with tokens" type of deal.

Thanks!

marcus-crane avatar Sep 16 '22 11:09 marcus-crane

Hello! Great idea, I'll look into making it a toggle!

Thanks for the suggestion

BoxThatBeat avatar Sep 16 '22 14:09 BoxThatBeat