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,
I'd like to create quick filter for the following:
status not in (Done, Closed) AND every epic name with the word 'Performance' - but when I adding this: status not in (Done, Closed) AND "Epic Name" ~ performance - it's not working.
what is my mistake?
Hi,
If you want to see your epic in this interface you need to disable the functionality of "epics panel"
Board -> Configure -> Columns -> Epics panel
(Display epics in a panel in the backlog, and not as cards on the board)
After that if you want to see issues linked to your epic you need to use the ScriptRunner addon
That should work (it works when I test it on my instance). Can you add a screenshot showing it not working as expected?
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.
my request is the following:
we have few epics that each epic has several different linked issues/tasks.
i want to display in board all issues that related to all epics that has the text 'performance' inside.
is this possible?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your screenshot shows a Scrum board, are you sure that the Epics you are searching for are assigned to a Sprint? Can you do a standard issue search using your query (via Issues -> Search for issues) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Epics that I'm searching are not assigned to any sprint because they are general epics that we're working on them for few sprints.
I don't need the epics - I need the issues that are linked to those epics.
Is this possible at all?
Standard search is perfectly working .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this:
status not in (Done, Closed) AND "Epic Link" in epicsFromQuery("('Epic Name' ~ Performance)")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually I'm not sure my previous works... do you have ScriptRunner addon? If so you can use "issuefunction", e.g.
issuefunction in linkedIssuesOf("project = ABC", "is Epic of")
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.