Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to block move issues between columns

Łukasz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 5, 2018

For examle:

Tree columns: A, B, C

One issue: X. In this issue in options (shortcut 'E') i have checkbox "OK". This issue is in column B.

If the checkbox is checked then it will not be possible to move the task to column A.

It is possible?

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2018

Hello,

If you are on Cloud, then you can use the Regular Expression Check validator. 

If you are on Server, then you would need an add-on. For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You can create your own validator with the Power Scripts add-on. The code for this validator would look like this:

if (#{your checkbox name} == "E") {

 return false;

} else {

 return true;

}

You can find more info about validators here:

https://confluence.cprime.io/display/JJUPIN/Customizing+workflows#Customizingworkflows-Forvalidator:

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events