Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a JIra query which will return all stories without an EPIC?

Tags:

jira

epic

jql

I'm trying to tidy up our Jira board and create an accurate story map.

To do that I need to come up with a query that will return open user stories within a certain project that don't have any issue links (preferably 'related to (primary)')- the last part does not seem to be supported.

I've had a look around an post of the Q&As are a few years old, so i'm wondering if it was been updated recently?

I'm using version 5.1

Thanks!

like image 287
user3535684 Avatar asked Apr 15 '14 11:04

user3535684


People also ask

How do I get a list of all epics in Jira?

Epics Panel: Go to the Backlog and open the Epics Panel to view and manage your epics. List of epics: The Epics Panel displays a list of all epics in your project. View issues in epic: Click an epic's name to view all the issues belonging to that epic, across all sprints.

Can you query history in Jira?

You can query the history of Jira issues and access the results effortlessly in a Matrix table. You can achieve this by leveraging the JQL history functions and the Extended JQL functionality of Issue Matrix for Jira.


1 Answers

issuetype = Story and "Epic Link" != EMPTY

like image 192
Manohar Don Avatar answered Oct 02 '22 14:10

Manohar Don