i have jira issue collector app in splunk and inputs also added we can see logs as well. here it was with only one project with index=jirarequest
Now i modified the JQL query in the inputs to get data from 2 projects, the JQL query i used is:
project%20in(MMAAS%2CBBAT)%20AND%20updated%3E-2h
But now after updating the JQL query with 2 projects i am not able to see the data from second project i.e CBBAT.
Do i need to modify or update anywhere else, i am not sure.