Skip to main content

State Auto-transition

This tutorial explains how to transit issue states automatically upon certain event via some example setups.

Auto-transit Issues to Deployed When Relevant Build is Deployed

  1. Add custom issue state Deployed like below:

    Custom State

  2. Add transition to move issues from Closed to Deployed like below:

    Transit To Deployed

Auto-transit Issues to In Review When Relevant Pull Request is Opened

  1. Add issue custom state In Review like below:

    Issue In Review State

  2. Add transition to move issue to In Review state like below:

    Transit To Review

Auto-transit Issues to Idle When No Activity for Some Time

  1. Switch to page Administration / Issue Setting, and define a custom state Idle

    Idle Issue State

  2. Add a transition rule to transit open issues to idle state

    Transit Noactivity Open Issues