I want to run this JQL query using a JIRA() function in a Google Sheet:
project=JEDI AND issuetype="technical task"
I have tried unsuccessfully:
JIRA("project=JEDI and issuetype=technical task", "story points", 0,100)
JIRA("project=JEDI and issuetype=\"technical task\"", "story points", 0,100)
Question: what is the grammar when you have spaces in the JQL ?
Note: the JIRA() function is able to handle spaces in column names like "story points"!