jira epicsof. AGnieszka GRodzka Oct 29, 2021. jira epicsof

 
AGnieszka GRodzka Oct 29, 2021jira epicsof  You will have to add all the epics for this

1'") We put together a plugin called Agile Docs which lets you do this. The need: create an Epic from an Initiative with the parent link. In JIRA you can navigate in the top navbar to Issues -> Search for issues. 1 parent MyEpic. In other words: it will not return any issues linked to closed Epics. In the above video, we dragged TIS-111 - Add Phobos and Deimos Tours as a Preferred Travel Partner from the Issues without Epics panel, onto the Story Map. This isn't helpful for you our customers, as it's hard to tell what we're working on, and if we're. epicsOf() Searches for epics that belong to issues that match the given subquery See also: issuesInEpics() Note: Since you need to enclose the provided subquery using doble quotes , you must to escape any doble quotes using in the subquery by preceding a backslash after the double quotes, alternatively you can use a single quote in some cases. If you wish to create an epic from a new issue, here are steps to follow: Click on the “Create” icon situated on the global navigation bar at the screen’s top. Of course this assumes you have a custom field ‘team ownership’. Jira Epic can be defined as a larger form of user-centric story that has been broken down into smaller tasks or user stories on the basis of the specific needs of the customers or the end users. There are several reasons why Jira is a popular choice for software. Learn how to create a Jira automation rule that keeps epics and stories in sync with their parent issues. Hi @Renata. g. Use graph view to see a progress bar of finished vs total stories, to link to a report, or to add issues on the fly. Each team takes their four or five most important goals for the year and makes PC tickets for each one. Yes, that last sentence is spot on! Epics have a definitive end. Here's some information to get you started: There are two types of automation: Global: In the Free version, you get 100 executions per product, per month. Reply. None of the features (Epic Links, Epics filtering on backlogs, Epic burndown charts, etc) will work with any other issue type. In the issue detail view, select the link icon then select Link Confluence page. My personal opinion why this happens is that. Jira Development. This returns no results, even though there should be information returned. Hovering over the bar displays the total count of stories. Go to the Backlog of your Kanban project. issuefunction in issuesinEpic ("Project = XYZ and fixVersion = 'Aug 2021') ScriptRunner 's JQL functions will definitely help. and then learn more about how to strategically plan and track work across multiple teams with Advanced. You can go the other way, e. g. JQL Booster Pack if you are on Server / DataCenter, you can type the following: project = MyProject AND type = Story AND (labels = Z-label OR labels is EMPTY ) 2) Those X-Epics have a related Story, let's call it "Y-Story". Once you enter a name click the Turn it On button. 2) ChangeHistoryManager changeHistoryManager; List<ChangeItemBean> changeList = changeHistoryManager. JQL function Example Desciption This is a reference guide for common scripted JQL functions in ScriptRunner for Jira Server and Jira only recognises a single issue type (Epic by default) as Epics, you can't create a new issue type "with the same functionality of an Epic". The 'Epic' Issue Type will always be at the top, with all other Issue Types being linked up to the Epic via the Epic Link field. JQL Booster Pack you can type the following: Search all Epics without Stories. It is a broken data model and therefore any substantial query is painful. The critical difference between these three terms is their level of abstraction and scope. Today, I'm pleased to announce the launch of two features that give Jira Software next-gen (soon-to-be-named team-managed!) workflows more power and flexibility. The query below pulls Epics where at least one of the children are done: status = Approved and issueFunction in epicsOf ("issuetype = story and statusCategory in ("Done") and project = "LB - CPQ&O1" and fixVersion = "LB PI4 Jun03. The start and end dates of Epics are less certain in general than the dates for sprints. A Jira epic progress report is often used interchangeably with status report. How to use ScriptRunner JQL Functions There are two ways to use ScriptRunner JQL functions: All Jira issues that have an ABC epic associated: issueFunction in issuesInEpics("project = ABC") and again, same as above: issueFunction in epicsOf("issueFunction in issuesInEpics(\"project = ABC\")") Now, some variation. issueFunction in epicsof ("sprint = 'Sprint X' and stream = 'XXXXXX'") You can also just run the JQL on Sprint and Stream then display the Epic Link field or find a good gadget to visualize the results. If you can't preview EPIC's during import, it could be mismatch of data type - Dragonboat will map. It’s best to place the Sprint Health in the upper-left so everybody can see who’s working on the sprint. Then, add the column "Epic Link" > Click in Export > Select "Export Excel CSV (Current fields)" If you want to export all fields from your issues, including the Epic link, Click in Export > Select "Export Excel CSV (All fields)". We've been using JIRA for 12+ years; when we started Agile, Jira didn't provide (and still doesn't) a built-in field we could use to link issues to scrum teams, so we created a custom field (called Teamlet). Or you have multiple Stories for one User Story. Something like this. Kurt Smith Jul 06, 2021. Epics burn down, components don’t. You can do this with either the Jira issues macro, or the Filter Results gadget. You will have to add all the epics for this. Hi, I am trying to set the Epic link of an issue that is created with the clone an issue and link script from ScriptRunner. Let me know if this information helps. Automatically keep epics and stories in sync in Jira. Hello Atlassian Community, My name is Bryan Lim and I'm a Product Manager working on Jira Software. Below are just some examples of how you can use ScriptRunner JQL functions: Use epicsOf to query on epic links, such as finding all epics that have unresolved stories. 3. User Stories are requirements, and Jira is not a requirement tool. To the best of my knowledge, you'll need extra tooling for this. epicsOf issueFunction in epicsOf (Subquery) Example: issueFunction in epicsOf ("resolution = unresolved") This function allows you to query on epic links, such as finding all epics that have unresolved stories. Marketplace Partner. you can do something like this : "Epic Link" in (KEY-1) AND issuetype = story AND project = ABC. So for example you could use a JQL like the one below: "Epic Link" = "Epic Name". Thanks a million, Radek!Here is the query that is working, partially: project in (List of Jira Projects) AND issuetype = Epic AND resolution is EMPTY AND issueFunction in linkedIssuesOf ("issuetype in (Enhancement, Bug, Research, Refactor, Story, Task) AND status = Working", "has Epic") This query brings back results, however, the results bring back only those. b) I tried using Epic name as the link vs the idIn development, Jiras Epics are used as a rubber band to keep a feature together if it stretches over multiple iterations. From the Roadmap tab, then click to enable Epics for your project. Hello @Robin Raben , You can use JQL query: “issuekey” = EPIC-KEY OR "Epic Link" = EPIC-LINK OR parent in (ISSUE-KEY). Click Create rule. Click on it to show all the epics created in your project. The Kanban template allows us to see issues under their parent epic. Dd Nov 23, 2023. here is how I did it. Whereas Summary is just the normal JIRA field. 0. From October 2023, we'll be moving towards a single way of representing parent/child relationships to give you a simple, consistent experience for all. What is Jira Epic? According to Atlassian, “An Epic is a large body of work that can be broken down into a number of smaller stories or sometimes called issues in JIRA”. Your JQL could look like: issueFunction in linkedIssuesOf ("project = MyProject and component in ('A', 'B')", "is epic of") Documentation is available here. Step 1: Click on the “Create” icon on the Jira dashboard. Generate a consolidated Jira epic progress report. Even so, you could easily figure out % Complete using the information on this report. Bill Sheboy. JIRA Structure helps the team visualize, track and manage progress across JIRA projects. Show Epics on Jira boards step-by-step in company-managed projects. Real time edit option for Issue summary, status, time estimates, story points and assignee on the tree on the Epic Hierarchy. Kurt Smith Jul 06, 2021. 4. It is available to all issue types, except for the sub-task type, since such type of. Description: Searches issues within epics that match the given subquery. png. parent}} where the parent is the epic of the task. epicsOf() hasSubtasks() issuesInEpics() linkedIssuesOf() parentsOf() portfolioChildOf() portfolioParentOf() subtasksOf() Regards. JIRA Agile users can query on epic links, eg find all Epics that have unresolved stories: issueFunction in epicsOf ("resolution = unresolved") You would just need to add a bit to the query to constrain it to only the Epics that are marked as Done. Create an Epic from the Epics Panel Link. Based on the customer needs, the task is added or removed from the epic as necessary. I will answer there also. JQL Search Extensions for Jira & reports. type = Epic and issue NOT IN epicsOf ('"Epic Link" IS NOT EMPTY') Using this app you can also query other. @Karthik Balasubramanian. g. ) But you can test Deep Clone for Jira for free for a minimum of 30 days. Jira Dashboard Gadget for Sprint Health. Open the epic panel by using the toggle in the epic filter dropdown. User Stories are requirements, and Jira is not a requirement tool. It lets you build hierarchical lists and share them with your team. Navigate to Apps -> Manage your apps . ’. See more details on Portfolio JQL on this page ^ This returns all the results. By doing this you will retrieve all issues that have that Epic linked. View time spent against total estimate. Jira is well equipped to help you integrate Epics into your project planning phases with ease. We have a large roadmap that acts as our strategic plan. 👋 Hi Jira Community!. JIRA JQL - Find all subtasks that are in X status, where the parent is in X status. issueFunction in epicsOf("your filter") Just know that filters like that could have an impact on the behaviour of your board (epics could be in any project, so the scope of your board can't be limited . Step 1: Click on the “Backlog” tab on the Jira. ) 2. 7 Is it possible to search JIRA for a list of subtasks whose parents are found in a different query? 1 JIRA JQL - Find all subtasks that are in X status, where the parent is in X. To expand an epic’s details, select the. JIRA provides very good support for Stories. Finally, you could probably use Jira Automation to "forward" an epic label to the epic's children, so that you can just filter by the label. Click on the issue types avatar, and click on “Manage Types”. A story is not a User Story. The default parent issue type in Jira Software is Epic, which is what we use in this documentation. below is the example of JQL Search Extensions for Jira & reports. To create such a template, click the Create button, choose Templates as your target project and Epic. Click on “+ Add issue type”. Here is how to create an epic with Python on Jira: Install the Jira Python library by running the following command: pip install jira. Many JQL can show the issues in an epic, but none of them show subtasks and sometimes the team wants to get all issues and their subtasks belonging to a specific epic. If it is a Business project then the navigation options are displayed horizontally at the top of the page rather than in the navigation pane on the left. ; Lean UX Canvas is a model or approach the design of the epic is based on. Open the issue that you want to update the epic link for. It is a 2-step process. Syntax. epicsOf. I attach an image with some explication about what I'm searching for. I'm not sure I understand your situation. 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. Over the past year, we’ve been providing updates around renaming epics in your company-managed projects. This will give you a condensed view so you can view the estimated progress of multiple epics at a glance. Epics are such coarse-grained user stories, or you can call them “bigger stories” or “features” because they are too large to be of much use. But the quick answer is yes, automation for Jira can do that for you. Learn How to Show Epic On Boards in Jira on this "Jira How-to" Series by Jexo. Click on the Add smart filter button at the top-right of the page. onresolve. Note that in large Jira instances, you will hit performance issues by simply using the type in the inner query. So the first query here will return all of the issues in the Epics that are in the Accepted status. DarenG Oct 03, 2023. JIRA provides. Like. issueFunction in epicsOf () is too complex for Scrum board. Hi, I have a project with Epic under it Stories, Tasks and Subtasks (hierarchized). But this only returns the stories. Build your JQL query using the parent is empty clause. Epic start and end dates are Jira. Give the needed epic name and the title of the summary. It is widely used by software development teams to plan, track, and manage their projects, as well as to collaborate and communicate with team members and stakeholders. Jul 02, 2020. then choose the "Move" option. Timo Hiltunen Jun 19, 2018. Now you can add a name to the rule. condition: issue type is not epic. Thanks,Learn about migrating ScriptRunner for Jira Server to ScriptRunner for Jira Cloud or ScriptRunner for Jira Data Center. You have a filter to get your features and you would like to get Epics in those features? So if you add "AND issuetype = Epic" to your filter or if you try to write "Issuetype = Epic AND features in (features' list)" it doesn't work ? Yes, it doesn't work. Examples Description: Searches for epics that belong to issues that match the given subquery. In Jira, Epics are a special issue type (similar to Task or Story) that can be created by users, with associated fields, screens, and a workflow. I would like to find all epics with a version >= 5, but which have a specific story linked to them. Epics in Jira are used for. 1. Project: In all versions, you get unlimited executions per month. Feb 14, 2018. There are several reasons why Jira is a popular choice for software development teams. The Jira Sprint Health gadget summarizes the essential metrics in a sprint. Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. issueFunction in issuesInEpics ("filter=22323")You can create a Saved Filter that retrieves the Epic and all issues in it with a query like this: issue = <Epic Issue ID> or "Epic Link" = <Epic Issue ID>. JIRA is design in a way that Epics are only visible in active sprint (Scrum board) not in backlog however its. Jira does not store child issue count or sum of child issue points in Epics. Epics are oftentimes not part of one, but of many sprints. I would like to create a Manually triggered Automation that identifies all the Child Epics that are under a Parent Initiative (field Parent Link). 3 answers. Go to Filters->Advanced Issue Search. 7. And while these are powerful, they become instantly less useful if your epics span multiple boards. 1 parent MyEpic. It’ll also give people an immediate sense of any trouble or challenge. I need help to get a 'JQL query' in a 'quick filter' of a Kamban board where I manage epics. There is an Epic Progress gadget, and it’s available thanks to Dashboard Hub for Jira. Thanks so much for you help! Let me know! John . You can use these extra levels to track your organization’s larger initiatives in your plans and unify cross-project work. Hi there, I'm trying to create a report that will show % status by Epic, similar to the blue progress bars we see in the Epics panel in our backlog (so I know this is already being calculated somewhere!). Step 3) Click “ Create Issue in Epic”. ago. action: lookup issues on JQL where "epic link" = { {triggerIssue. bodzek December 7, 2017, 11:11am 1. Best Practices. Create your main query now as below. issueFunction in issuesInEpics("project = SSPB and status = 'To Do'")using a plugin (script runner) it's pretty easy. What are ScriptRunner JQL Functions? Use ScriptRunner JQL functions to extend Jira's built-in capabilities, allowing you to conduct more granular searches, and obtain more detailed information about what is happening in your instance and projects. under that epic in Jira that I can then use to create a board. g. com There are three ways to create epics in Jira Software: the Timeline, Backlog, and Global Create issue button. issueFunction in issuesInEpics ("project. I found the 'parentepic' field. Tickets come in, you do them, mark them off, move on to the next one. Navigate to the Unito App and select +Create Flow. I tested it as a Condition on workflow transition and it doesn't work. In the epic panel, select + Create epic. The lastCommentedDate alias can be used to search for issues based on the date of most recent comment. Instructions. Select a project or projects to limit those. Once you’ve changed the epic level name, head over to the Issue types settings screen, and update the name of the Epic issue type to reflect your new level name. On the next screen, select Start Here to connect Asana and Jira. Until now, I use Epics as a large container holding Stories for a special topic. Select Link issue. JIRA Structure helps the team visualize, track and manage progress across JIRA projects. But the quick answer is yes, automation for Jira can do that for you. You can select your filter for Epics (ie issuetype = Epic AND fixVersion = yourRelease) and Agile Docs will bring up all Epics AND child issues of each Epic. 7. Everything related to your project will live here. In the meantime, you can see total number of story points on an epic by following these steps: From your board, click Backlog. 5. Credit: Atlassian. Free 30-day trial for all apps. An epic is a large user story that can be broken down into smaller stories, and can span more than one project. More screenshots available on the Tour page . With standard JQL, you can only get a list of issues and export them to Excel for further processing. Of course, if you want several epics, you have to add them in the parenthesis of Epic Link. As you're on Jira Server, the correct answer is to get an app that provides JQL extensions you're looking for. Solved: I was trying in JIRA to have a Epic parent link to an Epic child. To test it out I used the following 2 queries: project = "CMSS" and type = story and "Epic Link" in ('CMSS-2077') => This finds 2 rows. When I use Epic Link on Yaxis, it does not list the Epics, but just one row with overal count of Epics under. In that roadmap are many initiatives. Choose the accounts you want connected to Unito. Using i. e. Click Projects in the navigation bar and select the relevant project. Example JQL: issueType = Epic AND issueFunction in EpicsOf ("status = open and assignee=testuser") For more detials see epicsof documentation. For example: "Epic Link" IN linkedIssuesInQuery ("issueType = Epic AND Status = 'In Progress'") I was hoping the above query would work, but the results are not what I expected. Click Reports, then select Epic Burndown. Here is my queries so far: project = t5064 AND issuekey in portfolioChildIssuesOf (T5064-164) ORDER BY cf [10158] ASC. So your Feature could be at level 2. Note that your templates have to be of the Epic issue type to make this work. Using Smart Checklists for Jira is very simple and intuitive. Hi Muskan, Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Reply. e. Above is the JQL I'm using with the added JQL from ScriptRunner. Learn to optimize Jira JQL with advanced search queries and enhance your Jira experience with expert tips and tricks for effective JQL usage. David Almeida Feb 17, 2020. In the epic filter dropdown, turn on the Epic panel toggle. 2. From there, you can select Epics under Issue Type. However, Epics have special custom fields with a unique issue linking feature that creates a hierarchy between issues in which the Epic is the ‘parent’ issue of multiple ‘child’ issues. Hi, I'm looking to create a report of Epic Progress based upon the number of issues that have been completed within the Epic. AGnieszka GRodzka Oct 29, 2021. My question is can I combine both APIs to return the description of the EPIC plus all the user stories/bugs etc so that I'm only querying JIRA once rather than twice. Any “ Epic ” is basically a higher-level user story that represents some functionality that can be further broken down into small stories that have been gathered. unfortunately, this is a tricky one; as a "hierarchical query", it would really require some kind of "join" or "subquery", which isn't available in "plain" JQL. You can also select Create in the navigation bar, then change the issue type to Epic. Epics are usually the highest level you can go out. JQL Booster Pack and type the following: type = Epic AND issue NOT IN linkedIssuesOf ("type =. Like • Alisha Taubner likes this. It also does not provide a native method for you to get a list of Epics and their Child Issues based on using a filter to get the Epics. If you 're following an agile methodology for your Jira project, it is likely that you will have many Stories linked to a single Epic. Exporting a Jira epic report is best if you want greater flexibility of. However; I am successful when utilizing the below JQL query searching for an Epics Child Issue Links (which are Story's), as each Story is assigned a "Parent Epic": type = Story AND "Parent Link" = XX-XXX. issueFunction in issuesInEpic () function causes issues with starting sprints. I would like the Epic to reflect. The collection of all issues gets divided up into sprints. Note that in large Jira instances, you will hit performance issues by simply using the type in the inner query. Sadly, issueLinkType was introduced on Jira 8. Out of the box, the epic reporting available to you in Jira consists of some basic insights in the backlog and the epic itself, and if you’re using a Scrum board, two board reports: the Epic Report and the Epic Burndown. Hi All I am using Jira 8. I don't have experience in 'JQL query' to develop complex structures with sub-queries. Share. By Kev Zettler. Jun 08, 2020. Related questions. I’m Maurício, a support engineer at Appfire and I’m here to help you. The problem is when using this query on a board users who have manage sprint permissions in the projects are unable to create a sprint. At the right side of the search bar, select "list view". More specifically, assume I have two epics (e1 and e2) and each has three stories (s11, s12 and s21, s22). In a usual process, this parent link must be. (project = <projectkey> AND "Parent Portfolio Epic" = <key>) AND (issuetype = Story OR issuetype = Sub-Task OR issuetype = Epic) It just. The closest you can get to this, as far as I know, is: Epic | +--Story | +--Sub-Task. ) Also Epics can have Subtasks in the same way a Story or Bug can. So we have only added stories to the sprint. Jira is likely to be a tool where. 1 answer. issuetype = Epic AND created > startOfDay (-30d) Steven Choiniere Oct 22, 2020. You can also see the progress of the epic right on the epic issue screen in Jira:Internally, we call our initiatives “PC Tickets. e. Stories and Tasks belonging to the same epic, are sometimes linked or co-dependent. We don't care about closed epics. ID summary Epic Name Epic Link. In this #Atlassian #Jira video you are going to learn how to make an #Epic a child of another issue type. From here you can sort epics by their rolled up story point or. Can you at least see the "Issues in Epic" field in the Columns selector? If you can, you can remove the ORDER BY "Issues in Epic" ASC, and then sort in Excel on the exported CSV. issue in epicOf ("status!=done") and status=done. , are loaded into JIRA. I will answer there also. from when a customer raises a request / when the work item goes on the backlog until it is done). There is a bug or feature. Collapsed 1. Select the relevant epic from the Epic Burndown drop-down. An epic is a large body of work that can be broken down into a number of smaller stories, or sometimes called “Issues” in Jira. See also: epicsOf() Note: Since you need to enclose the provided subquery using doble quotes, you must to escape any doble quotes using in the subquery by preceding a backslash after the double quotes, alternatively you can use a single quote in some cases. In the configuration of the gadget modify the Columns To. It seems this is because Jira doesn't know what projects. Other than that, you could export the Epic's issues to Excel/CSV from the Issue Navigator and use Excel or. The Initiatives are being used for Epic buckets and were wondering how to filter for all of the issues in the Epics the are connected to the Initiative by "has Initiative" link. But the implementation should be the same. You will have Epic 1 as parent and Epic 2 as child. A Jira epic status report is a document that takes an ongoing epic into account. Hi @Lewis Kite on the Jira marketplace you'll find Productboard which is a dedicated product management system with roadmapping capabilities. The Epic Link custom field is a relational link to determine an issue's parent epic, and is different from the issue linking functionality. This pulls all the Epics and Stories we are interested in and then the Plan. Do more to earn more!Jira Genius: Ensuring epics are only closed when Stories are complete. The decision on whether sub-tasks are required or not should be taken by the team working on them. Click on “Epic” and “Add”. I am an Admin on all projects. S: You can use the "Epic Link" field to select the issues related to a specific EpicI am trying to write a JQL query to return a select number of epics and all related stories/tasks etc. . If you navigate the backlog, you will see the ‘Epics’ panel on the left-hand side of the backlog. Current JQL: project = FOO AND issuetype = Epic AND key in (FOO-1, FOO-2, FOO-3) I can add and issueFunction in linkedIssuesOf ("project = BAR and issueFunction in hasLinkType ('Epic-Story Link')"), but it gives me epics which have other types of linked. Field – Fields are different types of information in. 1. . Thanks in advance. Story), the query returns the Parent (e. Jira query to find epics in a capability. Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. You can test the rule by going to your board and creating some issues. Use Jira automation rules to modify issues. Community Leader. sum}} Of note: this works for a company-managed (classic) project. Every ticket is in an Epic swim lane. David Walley Dec 20, 2022. Display and manage Epics/Issues of your project. JIRA offers the option to assign work for a particular component to a particular JIRA user. We do have script runner on the instance, however with rich filters and the selection being dynamic, I don't get to specify the second part which in the case of your example would be: subtaskOf ('"Epic Link" = EMEA-53') The reason for this is the rich filter gadget is just adding "and epic link = xxx" when I select it. In Jira, Epics, Stories, and Tasks are fundamental components used to manage projects and streamline workflows. It also does not provide a native method for you to get a list of Epics and their Child Issues based on using a filter to get the Epics. Story) and the Parent's Parent (e. Run it directly in "Enhanced Search" i. ScriptRunner's scripted JQL functions are a life-saver to Jira admins performing many advanced search queries. Good find!Answer accepted. An example of this would be similar to below where I have given the example syntax to show how to return issues from another filter inside the issueInEpics function. Click on “Epic” and “Add”. You can prevent this problem from occurring by. 0-RELEASE Jira Server 7. 1 answer. For example, the following JQL meets your needs: issuefunction in linkedIssuesOf ("project = JRA and assignee = amanda", "is Epic of") AND assignee not in membersOf (Legal) ORDER BY assignee DESC. Learn more about using Jira automation to modify issues and automate your issue workflow. Note you need to escape quotes inside the subquery argument. In the 'Issue' field, enter the Initiative ID (e. Natively in Jira, the hierarchy is set to Epic -> Standard Issue Type -> Sub-task Issue Type. Answer accepted. It can then have an Epic link to Epic types, the same as a story. You can select your filter for Epics (ie issuetype = Epic AND fixVersion = yourRelease) and Agile Docs will bring up all Epics AND child issues of each Epic. g. Initiatives are meant to associate several Epics under their scope, with a link called "Parent Link". adaptavist. Jira epic is a large user story which is broken into smaller tasks (user stories) based on the customer or end-user needs. A Project will have more than one Epic under it. Any “ Epic ” is basically a higher-level user story that represents some functionality that can be further broken down into small stories that have been gathered. 3 JIRA query to check if a parent issue has specific sub-tasks. You can get started by learning how to set up Epics in Jira Software.