How to set workflow transition validator with custom checkbox

Ivan Šivák October 11, 2019

Hey,

 

I wanna create workflow transition validator with checkbox.

Scenario:

1. user want to move to the next column

2. user gives information that he must check checkbox "all work is done"

3. user will check the checkbox and will be allowed to move the item to next column

 

Thanks

Ivan

2 answers

2 accepted

1 vote
Answer accepted
fran garcia gomera
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.
October 11, 2019

With JSU there is a kind of condition in the transitions that checks the value of a given field.

Also with scriptrunner you have a simple scripted condition that allows you to check the value for a customfield

Ivan Šivák October 11, 2019

Is there any detailed documentation related to this issue?

0 votes
Answer accepted
Radhika Vijji _Innovalog_
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.
October 11, 2019

Hi Ivan,

You can add the "Field Required Validator" (free) that is inbuilt in Jira and you do not need any add-on for this. Add the validator to the transition on which moves the issue to the next column.

Regards,

Radhika

Ivan Šivák October 11, 2019

That sounds good, I'll try. Thanks for help.

Ivan Šivák October 11, 2019

Works fine.

 

Thank you!

Suggest an answer

Log in or Sign up to answer