Use Cases and Tips

How to Sync Jira Epics as Parent Tasks

With this manual option, you can turn Jira Epics into parent tasks to create a subtask hierarchy. Here's how it's done.

Any Unito flow can sync tasks, stories, and bugs linked to your Jira Epics as subtasks in your other tools. This solution will work with any integration that already has subtasks in its design! Common companion tools for this manual configuration include Trello, Asana, and Wrike.

Steps to sync epics as parent tasks

  1. Open any of your Jira flows. Jira Hierarchy 04
  2. Select Advanced options.
  3. Scroll down to the Advanced features window. This lets you enter custom code for specific manual configurations. Jira Hierarchy 03
  4. Copy this text:
    {
    "syncEpicsAsParentTasks": true
    }
  5. Then, paste it into the Advanced features box. You should get something that looks like this:
    Jira Hierarchy 02
  6. Save your flow and click Sync now.

Now, your Jira Epics will be considered as parent tasks, and all linked tasks, issues, and bugs will be synced as subtasks.

Syncing Jira epics and child tasks to Azure DevOps

Here's a comprehensive guide on how to create a new flow or if you're already familiar with Unito, you can simply edit an existing flow

Learn more about advanced manual options here or reach out to us by clicking on the chat bubble in the corner of your screen. We'll walk you through it!

Related articles