Versions Compared

Key

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

Description

The 'Fields Required' validator checks whether values for specified fields are set for a given transition. If the validation check fails, the transition will not be completed.

Since version 1.4.10, Σ Time Spent may be used to validate that check whether work has already been logged once, before the current transition or within itself. And a new option has been added, to be able to ignore the context check on fields made by the app.

...

You must select mandatory fields, when configuring the transition. For example:


JSU default behaviour is to apply the context settings, this means that a field that is required by this validatorcheck, but having no valid context for the current issue, wont be checked. Thus you may select to ignore the context, in that case a field will be required by this validatorcheck, even if its context is not configured for the current issue. 

For information on how to configure a validator check in JIRA, see the JIRA documentation.

...

A workflow is configured so that the 'Resolve' transition has the 'Fields Required' validator check where 'Fix Version' is mandatory. If a user attempts to resolve an issue on this workflow, where the 'Fix Version' field its value not set, the validation check will fail and the transition will not be completed.

...