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 Server/Data Center

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

...

see our JSU Cloud documentation.

To make work faster and more efficient for your teams with JSU, we built a JQL Condition, JQL Precondition and integrated JQL in many Workflow Post - Functions, allowing advanced administrators to set wider parameters that may now be fully - customized.

Below, you can find several examples which demonstrate how flexible and powerful JQL can be 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 Conditions

Code Block
titleIs Issue in current sprint?
Sprint in openSprints() AND key = {issue.key}

...

AND issuetype = "Testing Sub-Task"


For example, you might create the "Testing Sub-Task" with the Create a Linked Issue post function, but only if it does not yet exist:

JSU JQL preconditionImage RemovedImage Added

JQL in Post Functions

...

Transition: Resolve in "Testing Sub-Task" Workflow 

JSU JQL post functionImage RemovedImage Added

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 can view this) and has pre-configured values on several fields.

JSU JQL post function copy field from template issueImage RemovedImage Added

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.

JSU JQL change status of critical issues in epic Image RemovedImage Added