Knowledge Base Articles
Breadcrumbs

Set Tempo Team from Parent

This article is for Tempo for Cloud.

To set Tempo Team on the child work item 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 work item’s team for the child work item created.

\uD83D\uDCD8 Instructions

Set Tempo Team from Parent for new child work item by Space

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

  2. Trigger of the rule choose “work item created”

  3. Add a new condition > Related work items condition

  4. Select “Parent” for Related work items, “Exists” for Condition and Rule restricted to Spaces for your Spaces

    image-20250403-190717.png
    valid parent work item 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 work item.

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

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


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

    image-20250403-190904.png
    get parent work item details


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

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


  9. Update the child work item’s Team ID from Parent

    image-20250403-191458.png
    Update team ID on child work item


  10. Save and publish the automation

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

Please make sure the Team is set on the Parent work item and the Team is linked to the Space.

Modify the conditions can setup for other parent work items too.

Tempo Team automatically inherit from Parent.