generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I get the error "TypeError: Cannot read properties of undefined (reading 'toString')
I believe that you aren't using the correct endpoint for getting the count of jira issues in the 2025 API. It should be this API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-approximate-count-post
I don't see any word "approximate" in the main.js file, so I assume you aren't using it.
To Reproduce
- Use 2025 api for jira cloud
- Create query like this:
```jira-count
project = PROJECT_ID
```
- See error
Expected behavior
Show the actual count
Screenshots
Plugin version and platform
- Version: 1.58.1
- Obsidian Windows
- Obsidian Mac
- Obsidian Linux
- Obsidian Android
- Obsidian iOS
npujol
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working