Versions Compared

Key

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


Panel
#C49045
borderColorbgColor#f5f5f5
titleColor#ffffff
borderWidth10
titleBGColor#ecd1a9borderStylesolid#000000
titleJSU for Jira Server

This is the documentation of JSU for Jira Server. If you are using JSU on Jira Cloud, you can find the documentation here.


Info

The 'Transition Trigger Service' is available from JSU 2.0

...

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.

...

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


Consider a workflow with a status Ready and a status Executed. And a custom field 'Execution Date/Time'. We then use the following parameters:

...

To trigger on those issues the transition to the

Target status: Executed

...


In that transition you might for example use some Webhook to trigger an action on an external system.

...