Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The 'Transition Trigger Service' is available from JSU 2.0

Description

This is a simple background job (JIRA service), which triggers a transition on all issues, which are found by a certain JQL query.

The Transition Trigger Service post function provides also some functionality to trigger a transition on some issues. Depending on your use case you might use this service or that post function.

Configuration

Add the service

See Atlassian's documentation for more information how to confiugre JIRA services.

...

Code Block
ch.beecom.jira.jsu.jiraservice.TransitionTriggerService


Define all paremeters

In the following screen, you can configure the details of the transition trigger service.

...

Workflow conditions and validators might prevent to perform the transition.


Example

Cleanup

See the details of the above screen shot. Often people forget (or are too lazy) to close all resolved issues. With the above configuration they will be automatically closed after 2 weeks.

Scheduled status change

Some of our customers are also using the transition trigger to schedule some automatic status change. 

...