Task query cannot see fields in tasks
See original GitHub issueDescribe the bug The plugin cannot see task queries nor, organize, or group by any of the fields declared in the tasks. I don’t get any results from the following example files in the source code test-vault,
##Completed on a specific date ##Grouped sorted tasks ##Sorted tasks ##Annotated tasks
To Reproduce Steps to reproduce the behavior:
- Download source code
- Download source code and then open the test vault found in the source code
- Turn off safe mode and download the Dataview plugin
- See above
If applicable, provide the query
```dataview
task
where hasInlineAnnotations
```
```dataview
task
where p
group by p
```
```dataview
task
from "tasks"
where completedDate=date(2021-08-06)
```
Expected behavior I am assuming that since this is the example vault, I should see some results.
Desktop (please complete the following information):
- OS: MacOs Monterrey
- Obsidian Version [ 0.12.15]
- Dataview Version [ 0.4.11]
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Cannot see the 'phone' and 'email' fields on Tasks or Events in ...
In Lightning Experience, on Tasks or Events records the Phone and the Email fields do not appear. Same fields are available in Salesforce...
Read more >Actual Efforts and other fields data is not visible for Task when ...
My issue is, I entered the value in "Actual effort" field in "task", but when I run "query{same as you did}", the Actual...
Read more >Unable to access custom Activity field from a Task query
The problem is the Field-level permissions for the Custom Field. When you create your custom field it will not be visible to any...
Read more >Missing fields when getting task - Asana Community Forum
Hi, In the documentation, it says when getting a task, it can return an array of custom fields alongside “is_global_to_workspace”.
Read more >Query PWA Tasks with Enterprise Custom Field eq Yes
The Project Online Power Automate Action List Task doesn't return Enterprise fields. I was looking in the Common Data Service; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
These specific issues have been fixed - thanks for filing.
I believe the docs have been fixed for the inline syntax - I will update the test vault as well.