Hello.
In my Jira project, we use the following issue hierarchy:
Initiative
Epic
Task
I am looking for a way to search for Tasks that were created after a date specified in a custom date field on the Initiative.
For example, I am trying to capture issues that match this scenario:
I create a Task on 6/4/2025 and link it to a Epic, which is linked to a parent Initiative with a "Custom Date" of 6/1/2025.
To reduce complexity to start, I tried to go to just the Epic level -- i.e. find Tasks that are linked to an Epic with a "Custom Date" that is before the createdDate of the task.
I tried the following query, which does not work:
type = task and issueFunction in issueFieldMatch("parent", "customfield_47018", "< createdDate")
Result: I get the following error
Error in the JQL Query: Expecting operator before the end of the query. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.
Does anyone have a suggestion of how I can do this?
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.