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

plugin error message when startup obsidian #14

Closed Rick1125 closed 2 years ago

Rick1125 commented 2 years ago

Every time start obsidian, I found following message in console log:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'push')

it seems caused by this line of code, could you please check it out?

jiraClient.ts 124 this._settings.jqlAutocomplete.functions[functionType].push(functionData.value)

marc0l92 commented 2 years ago

Hello, thanks for reporting this issue. Can you try to update the plugin and let me know if you still see this issue?

Rick1125 commented 2 years ago

error message is gone, 👍 Thanks