i need jql query for repeated tickets in java application for multiple projects
You're going to need more detail than that. JQL will let you filter on "Project = 'something'" or "Project in (project1, project2, project3)". I would start by using the Filters->Advanced Issue Search view. On the right of the search bar is a "Switch to basic" - start with that, and get your query roughly right, and then "Switch to JQL" and add any missing options you think you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.