HI, Noob here.

I have been trying to figure out how to connect JIRA as a data source to Redash. I’ve used some other posts to figure out the connection part, i.e., setting up the data source in Redash with success. I’m at the point now where I’m trying to write some JQL, very very basic JQL and I’m getting an error.

My project is called “ETL”, so I’m just trying to run a basic query for everything in the ETL project. Using the examples found here:

I typed
{
“jql”:“project= CHD_ETL”
}
I get the error:
Error running query: Failed to execute query. Return Code: 400 Reason: {“errorMessages”:[“The value ‘CHD_ETL’ does not exist for the field ‘project’.”],“warningMessages”:[]}

Another time I got an error about referring to “annonymous user”, but I can’t replicate that one at the moment. Getting this working will be a game changer!!