Am I able to add two JQL filters (queries) in the same Jira Source?

Am I able to add two JQL filters in the same Jira Source? or I have to combine two JQL filter into one query?

Hi @stevenlam

While you can write only one JQL filter in the import screen, you can combine in this filter several existing (saved) Jira JQL filters, for example, combining both filters with OR condition:

filter="Actual" OR filter="Future" 

where “Actual” and “Future” are saved JQL filters in Jira.
Both filtered issue sets would be imported (as far as they are from the selected projects).

Best,
Ilze / support@eazybi.com