Why don't my highest ranking items rise to the top automatically?
It looks like if there are no sub-tasks on my issue it moves the issue to the bottom of the board even if it is the top ranked story. Why?
Here is code for script field. It returns "Ok" if issue dueDate - curTime > estamate and "Trouble" in other case
return issue.getEstimate() - (issue.getDueDate().getTime() - System.currentTimeMillis()) > 0 ? "Ok" : "Trouble"
Hi, the costs for this plugin is ok for us, if it leads us to our goal ![]()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need some code for this. Easiest option - script field, provided by ScriptRunner. Is it acceptable for you to use this plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.