You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.