Marco Lucarella

Results 67 comments of Marco Lucarella

The error 404 is displayed with the issue does not exists on the jira server configured. Your authentication is working if you get this error, but the issue BP-7435 does...

Really interesting use case. I have no experience in this field, I will take a look. Please, let me know if there is any other plugin in Obsidian that allows...

sorry, can you explain a bit better what is the change you need?

If you Jira server is inside a private network that you can access only via VPN, the IP address is not enough. The VPN creates a tunnel to route the...

Are you able to access the api using the browser? `/rest/api/latest/issue/AAA-123` You should be able to see something similar to this: `https://issues.apache.org/jira/rest/api/latest/issue/TEZ-4408`

With the current implementation you can create a tag for a specific account using the full URL. https://marc0l92.github.io/obsidian-jira-issue/docs/configuration/rendering#issue-url-to-tag If you use the `JIRA:` prefix the plugin will check all your...

Hello, you can create those views using the simple `jira-search` block. ```` My issue to complete this sprint sorted by priority ```jira-search query: project=AAA AND sprint in openSprints() AND assignee=currentUser()...