adyscorpius / logseq-jira

A simple Jira plugin for Logseq users
MIT License
40 stars 11 forks source link

Wrong JQL results #19

Open IamMille opened 4 months ago

IamMille commented 4 months ago

Describe the bug JQL query results are not correct.

To Reproduce Steps to reproduce the behavior:

  1. Add a block to logseq
  2. Enter:
    project = "XYZ" 
    AND fixversion = "2024-06" 
    ORDER BY created DESC
  3. Use slash command /jira -> Jira: Pull JQL results
  4. Five items are fetched, but they do not match the JQL I've entered in my block (step 1)

Expected behavior

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

adyscorpius commented 4 months ago

Hi. The way it works is, you want the query to be in the plugin settings, and not the block. It's funny though, I might have over engineered the solution. It makes more sense to use the block value as the query itself. I'll try this in a future version maybe.

scholi commented 1 month ago

So you means it's not possible to display the result of different project on different pages?

adyscorpius commented 2 weeks ago

Not in the current version. Maybe sometime in a future version of this.