I am trying to create a JQL statement that will return only the Epics that an individual worked on in the last month. I do not need the specific issue(s) that an individual was assigned to, I just need the name of the epic that they contributed to.
I have a JQL statement that will provide the list of Epic...
issueFunction in epicsOf("assignee = xxx)
But I cannot figure out how to confine the results to a specific timeframe.