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, see our JSU Cloud documentation.

...

Goal

Control the consistency and quality of your team's work

Scenario

Are you in a team of Software Developers preparing for your next software release? Managing the Jira tasks of your team members according to the plan is crucial!

...

Let’s look at how to set up JSU’s Fields Required validator

...

to improve your workflows.

JSU Components

Fields Required validator

How to configure this workflow

  1. Go to your project settings and click to edit your workflow. You can choose any transition Project Settings and select Edit for the workflow you want to edit.

  2. Select the transition where you want to add your the validator. In this case, we will choose the In progress transition.

  3. Go to the Validators tab, and select Add validator.

  4. Select the Fields Required (JSU) validator from JSU then click select Add.

  5. Now you can configure your validator. Choose the fields you want to be mandatory during your transition and click AddSelect a field from the Available Fields list, then select Add to add it to the Required Fields list. Here, we selected added Assignee and Due date.

    Image Added
  6. Select Add at the bottom of the page.

  7. Publish your workflow.

Test your rules

  1. Start setting up a Software release issue for your team.

  2. Fill out only the issue summary for your release and click select Create. Now, move

  3. Move the issue to In progress. Jira shows you displays an error message ! As since you have configured in your validator Assignee and Due date are as required fields to perform this transition.

  4. Add an assignee, set a due date for your software release, and check your automation by moving your issue to In progress again. Now, it works!

...