Hi,
I have loaded projects from jira into EazyBI, by Selecting the Project Categories option in the Source Data…
So all the jira projects that falls under the choosen category gets loaded.
But the problem is, it is also loading some of the demo projects into EazyBI.
Now we need to remove those demo projects from getting displayed in the project filter…
Can someone suggest, how to do this?
Thanks
Radha
Hi Radha,
You can filter out issues by using an additional JQL query in the data import options:
https://docs.eazybi.com/eazybi/data-import/data-from-jira#DatafromJira-JQLqueryfilter
The query could look like this:
project not in (Demo, "DEMO Alfa","DEMO Beta")
Kindly,
Janis, eazyBI support
Hi Janis,
I even tried adding a JQL to filter the project using the not in clause
But that is not working…
I guess this JQL filter works only to select selected issues and wont work for project it seems
Thanks