Hi!
For certain projects we want to keep track of any future actions we would perform for that project. Currently, the main project ticket has a custom field called "future actions" where we add tickets under multiple different project names.
What I want to do is to create a search query which will find any tickets in the "future actions" field.
E.g. The project is called incident-management.
Here we have a field called "future actions"
I want to find all open tickets currently added to the "future actions" field within all incident-management tickets.
Let me know if this is possible. Thanks!
You can try using the following JQL:
project = "incident-management" AND status = Open AND "future actions" is not EMPTY
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.