🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

On this page


Features used to implement the example



Example: Set priority for issues that have been in a certain status for longer than 24 hours

I'm going to answer publicly to a question I have receiver by private email but that may be of interest for all users of the plugin. The question is:

How can I set priority to "Blocker" for issues in status "In Progress" for longer than 1 day?


We are going to do it in two steps:

We use post-function Copy parsed text to a field to set virtual field "Ephemeral string 1" with the name of the priority we want to use:


We use post-function Update issue fields to set virtual field "Priority" with the value stored in "Ephemeral string 1" in all issues returned by the following JQL query:
status = "In Progress" and status was "In Progress" before -1d



Once configured, the transition configuration will look like this:




Other examples of that functions

Update issue fields


Copy parsed text to a field

Related Usage Examples