marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
234 stars 36 forks source link

Jira Issue Url To Tags Feature Not Working #24

Closed mkubarycz closed 1 year ago

mkubarycz commented 2 years ago

The jira issue url to tags feature does not appear to work which leads to me needing to manually convert a jira url to a inline prefix style notation (ie: jira:XX-123)

Steps to reproduce:

jira:XX-6765
https://XXX.atlassian.net/browse/XX-6765
jira:https://XXX.atlassian.net/browse/XX-6765
marc0l92 commented 2 years ago

Thanks for reporting this issue. I'm aware of this limitation. At the moment this feature is available only in reading mode and not in live preview.

If you find it useful, I can implement it for live preview as well.

The syntax will be like the one in the second row of your example.

marc0l92 commented 1 year ago

Hello, you can now use this feature in live preview mode. Use the following syntax to add an extended tag:

https://my-company.atlassian.net/browse/ABC-123

prepend the link with a - symbol to have the compact tag:

-https://my-company.atlassian.net/browse/ABC-123

The feature is available starting from 1.37.0

dansteen commented 1 year ago

Thanks @marc0l92 - I was going to open a ticket for this as well! I really appreciate your work on this plugin, it has really enhanced my workflow!

(The new version did fix the issue for me)