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
220 stars 34 forks source link

Reconnect after timeout on errors during establishing the connection to jira #123

Open 3Fish opened 2 months ago

3Fish commented 2 months ago

I use a VPN to connect to my work environment. Therefore, Jira is unreachable until the VPN is connected. The Jira plugin fails the connection but does not retry to connect.

I would like to have a retry connect on error option that lets me set a time after which the plugin retries to connect to Jira if the previous attempt failed because of a timeout/unreachable error. Not, it should not retry after login errors as this could trigger some security measures and would lead to the account temporarily being blocked.

Currently, the only way to reconnect and reload the data is by editing the Jira mark down text, changing nothing and letting it regenerate its content. E.g. click on the </> Button and then click somewhere else again.