Hello,
We have few projects in jira which are renamed to deprecated (deprecated projectname). We would like to filterout issues in all the deprecated projects. How can we achieve this ? I understand JQL supports per project and cannot help with all project(Correct me if my understanding is wrong). Is there another way where I can filter out issues from all the deprecated projects ?
You can create a project category called "deprecated" and assign this category to all deprecated projects.
Then you can use the JQL "category = deprecated" to fetch all issues from these projects.
Or you can always use the JQL: "project in ("XXX", "YYY", "ABS", ....etc)
Let me know if the above helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.