Auto Transition Service

This service allows you to evaluate if there is an Auto-Transition to executed in a scope of Issue.

It is a way to implement Auto-Transition on Change Event or on Temporal Event.

For each found Issue, the Auto Transition Service delegates to the Auto Transition Manager, the research of Auto-Transitions.

Auto Transition Service Configuration

To configure the Auto-Transition Service:

  1. Add the Class com.atlassian.jira.service.AutoTransitionService in Service Definition.

    Add AutoTransitionService

  2. Perform the Service definition :

    AutoTransitionService

  3. Specify its scope of analysis. It may be based on :
    • a Filter
    • a Project
    • a Project Category


    EditAutoTransitionService

  4. Specify the user to use as Requester. It may differ from current user, and be defined in the plugin settings page.

    If need, you will able to reserve an Auto Transition to be executed only by accounts granted with the Run Auto Transition permission.

Auto Transition Service Execution

For each execution of Auto-Transition Service, each Issue related tp the scope (Project, Category or Filter) will be evaluated by the Auto Transition Manager.