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
We organize everything by Epics. We put labels on our epics to indicate which quarter they are to be completed in. I have a filter to pull theses epics.
Q4 Epics Example: type = Epic AND labels = Q4_2022 AND "Team Name" = SpaceInvaders ORDER BY Rank
I have a second filter to to pull the ticket in these epics.
Q4 Tickets Example: "Epic Link" in (CRM-9264, CRM-5687, CRM-9263, CRM-9445)
I would like to be able to have the first filter feed the other so that I don't have to keep going in and manually updating my filters.
Something like "Epic Link" in (filter=25340)
But that doesn't work. Hoping someone can help!
We have ScriptRunner but I can't get it to work.
I couldn't get that exact thing to work but this did:
issueFunction in issuesInEpics("labels = Q4_2022") AND "Team Name" = SpaceInvaders
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lisa Pitts Harrell welcome to the Atlassian Community!
You would need a third-party app like ScriptRunner for Jira with additional JQL functions like issueFunction in epicsOf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.