The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to write a filter to show all Epics that are missing a particular Story

Andrew Murray
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 6, 2022

Our program requires a specific review story in every epic before it is closed. How can I search for any/all epics missing this specific story? It would be looking for specific summary text.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Mark Segall
Community Champion
December 6, 2022

Hi @Andrew Murray and welcome to the community!

You won't be able to search downward like that without some type of marketplace app.  

You may be able to circumvent the need for a JQL with some automation. Here's what you'll need...

  • A mechanism for flagging the Epic (This can be the flag field, component, label, etc., but I'll use the flag field for this example)
  • Workflow Validator to ensure Epic cannot transition to Closed while it is flagged
  • Automation rules to flag/unflag the Epic

Automation Rule #1 - Flag the Epic

  • TRIGGER: Issue Created
  • CONDITION: Issue Type = Epic
  • ACTION: Edit Issue (Flagged)
    • Set Flagged = Impediment

Automation Rule #2 - Unflag the Epic

  • TRIGGER: Field Value Changed (Epic Link)
  • CONDITION: Summary Contains "YOUR SUMMARY TEXT"
  • BRANCH (Epic)
    • ACTION: Edit Issue (Flagged)
      • Leave blank to clear it
TAGS
AUG Leaders

Atlassian Community Events