Forums

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

how to add this condition/ validator to a transition?

Arjun September 23, 2021

Account Created transition

  • I need screen should be populate and below fields are required.
  • Account Number
  • Branch Name
  • IFSC Code
  • Online Banking (Yes/No)

Need more transition-

  • If I select online banking (Yes) in “Account Created” transition I need to see this transition, and if I click Need more transition I need to display screen and below fields are required

1 answer

0 votes
Mayur Jadhav
Community Champion
September 23, 2021

Hi @Arjun 

Welcome to the Atlassian Community!!!

Validators
Validators check that any input made to the transition is valid before the transition is performed. Input can include that gathered from the user on the transition's screen.

If a validator fails, the issue does not progress to the destination status of the transition, and the transition's post functions are not executed.

Add a validator
To add a validator to a transition, edit the workflow that contains the transition, select the transition, then click Validators in the properties panel for the transition.

To add a validator to a transition:

Select > Issues.
Click Workflows and then Edit for the relevant workflow.
In diagram mode, select the transition arrow. In text mode, select the transition's name from the Transitions (id) column.

In diagram mode, click Validators in the properties panel to show the triggers configured for the transition. In-text mode, select the Validators tab.
When you click Add validator, you can choose from the available validators and set any necessary parameters for the validator.

for your requirement, you need

  • Field Required Validator.

 

 

Thanks,

Mayur

Suggest an answer

Log in or Sign up to answer