Skip to end of banner
Go to start of banner

Require work log in order to transition

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Current »

interval max = "60m";
interval w = getTimeSpent(key, "jira-users");

string errorMsg = "You must have minutes worked on the issues but must be less than 60";

if(isNull(w) || w > max) {
    return false, "error", errorMsg;
}

Transition based on a tempo

I want that users can't assign an issue without entering the work log

  • No labels