Knowledge Base Articles
Breadcrumbs

Set Tempo Team from Parent

This article is for Tempo for Cloud.

To set Tempo Team on the child issue of a Parent, with Jira Automation, this can be done with a few steps. In this tutorial, we will set Tempo Team based on the Parent issue’s team for the child issue created.

\uD83D\uDCD8 Instructions

Set Tempo Team from Parent for new child issue by Project

  1. Set up an automation rule under Projects > Settings > Automation

  2. Trigger of the rule choose “Issue created”

  3. Add a new condition > Related issues condition

  4. Select “Parent” for Related issues, “Exists” for Condition and Rule restricted to projects for your projects

    image-20250403-190717.png
    valid parent issue link



  5. Since Tempo Team is not an available field in Jira automation (unlike Tempo Account), you need to get it as a Jira custom field from the Parent issue.

  6. Get the issue key of the Parent issue into a variable {{ParentKey}}

    image-20250403-190746.png
    get parent issue key in a variable


  7. Send web request to get Parent issue details from variable {{ParentKey}}

    image-20250403-190904.png
    get parent issue details


  8. Create a variable to store the Team ID from the Parent issue (you should have your own Jira customfield_##### field number)

    image-20250403-191018.png
    store parent team ID in a variable


  9. Update the child issue’s Team ID from Parent

    image-20250403-191458.png
    Update team ID on child issue


  10. Save and publish the automation

  11. Create a new child issue in the Parent issue of the project(s). You should see Tempo Team value has been inherited from the Parent.

Please make sure the Team is set on the Parent issue and the Team is linked to the project.

Modify the conditions can setup for other parent issues too.

Tempo Team automatically inherit from Parent.