Versions Compared

Key

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


Panel
bgColor#f5f5f5
titleColor#ffffff
borderWidth0
titleBGColor#000000
titleJSU for Jira Cloud

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


We built integrated JQL in many Workflow Post-Functionsworkflow post functions, allowing advanced administrators to set wider parameters that may now be fully customized.

Bellow Below, you find several examples which that demonstrate how flexible and powerful JQL can be when used with JSU.

See also Refer to the JQL Reference which gives you all the for details on how to use JQL with JSU.

JQL in Post Functions

In several JSU post functions of JSU, you can specify a JQL query to retrieve the issues , which will to be modified by the post function. See also Related Issues .

Update

...

description of particular sibling

...

issues

Transition: Resolve in "Testing Sub-Task" Workflow 

Copy

...

fields from

...

template issue

Let's say we have an issue XY-23, which we are using as a ' template'. It is hidden in a project, which normal users cannot see (only Jira admins), and has pre-configured values on several fields.

Change

...

status of

...

critical issues in

...

epic

If there are critical and blocker issues in an epic and that are still in open state, change it to in progress status.

...