You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

It's a validator that verifies the number of issues in JIRA with the same field value as in the current issue. A flexible JQL-based issue selection and a number of operators allow you to customize the validation.


You can use this validator for (e.g.):

  • Preventing users from reporting too many issues per day.
  • Disallow working on too many issues at the same time.

Element summary
StatusCURRENT
Version campatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0

Validator parameters

  • Related Issues - as described below.
  • Issue field - a field to be used in comparison to related issues.
  • Operator - the math operator to compare related issues counted with a given number.
  • Target value - the expected number of issues to pass the validation.
  • Failed validation message - a message for the user if the validation fails.
  • Evaluate value on - a method of validation.
    • Original issue - an issue without changes made by the user (on the transition screen).
    • Issue after transition - an issue after changes made on the transition screen (but it doesn't reflect changes made by post functions).


Example of usage

  • No labels