If you want to use the Power Scripts app, then you could create a listener on the Delete Issue event with a code like this: string keys = selectIssues ("\"Epic Link\" = " + k); for (string k in keys) {. deleteIssue (k); } In this case if you delete an Epic. all issues in the epic will be deleted automatically. Like. Using eazyBI for Jira, you may create burndown charts for a sprint and apply additional filters to it, for example, by issue type, Epic Link, project, assignee, and other. If you would like to get some insight into eazyBI capabilities of Sprint and agile reports, feel free to visit eazyBI Demo account: Step 3: Add and remove issues. To add issues from the board and backlog: Navigate to your Board or Backlog. Hover over the issue and select more (•••). Select Add to Epic*. Issues can only belong to one epic at a time. If an issue already belongs to an epic, the Add epic option will be replaced by Change Epic*. On the Board . On the Backlog project = INFRA AND ("Epic Link" = Databases OR parentEpic = INFRA-5) ORDER BY Rank ASC. Or more specifically this project = INFRA AND ("Epic Link" = Databases OR (parentEpic = INFRA-5 AND key != INFRA-5)) ORDER BY Rank ASC. since the first query returns the epic itself. The second query returns just the stories, tasks and sub-tasks. Click the arrow next to the epic's name, then choose the color from the menu. Add an issue to an epic: To add an existing issue, drag and drop the issue onto the epic in the 'EPICS' panel. To add a new issue, click Create issue in epic (if this does not show, you need to expand the epic details in the 'EPICS' panel. Remove an issue from an epic Click the Swimlanes tab. If your swimlanes are based on queries, you can edit your swimlanes, as described in the following table and the screenshot above. Add a new swimlane. In the blue area, type the name, JQL, and optional description, then click the Add button. Your new swimlane is added in the top swimlane position. eencMf9. Edit a form. To edit a form: Select Forms from the project view navigation. Choose the form you’d like to edit. Customize the title of the form by selecting the title. Drag the fields to be in the order you’d like for your form. Select the type at the top-left of your form to choose the type of work that your form collects. 1c) do you need them to remove the labels if someone accidentally tags them the wrong way? This can get really sticky, since you may affect quite a few tickets with these rules. 2) Initiatives are not a standard issue type to out-of-the-box Jira, and so JQL isn't easily able to 'see' initiatives and their relationships to the epics->tasks Under program configuration, Task Types: leave Epics unchecked. Under program configuration, Task hierarchy: move 'Synchronize Epics' to the Selected box. Do NOT move the 'Synchronize JIRA Agile Sprints'. You want to make sure that the user has the right access so that he can see some details. Either as a Project Admin or Board Admin. Adding an issue from the issue create screen. Step 1: Click on the + icon appearing at the left side of the panel. Step 2: Click on the dropdown of issue type and select an issue type other than epic. The above screen shows that we have created an issue of type Bug and we add this issue in an epic "Summary". We add the epic in an Epic Link field. Answer accepted. I recently received a similar request from one of the users I work with. Ultimately, you need to set the Epic Status to Done. To do this, add the Epic Status field to the issue screen. Once added, go into the epic that you want to mark as done, and change the epic status to done. This is different than the general issue status.

jira remove task from epic