Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,533
Community Members
 
Community Events
184
Community Groups

How to make a field required on condition

Below are the fields I have:
#1: Custom single dropdown field (Priority) with values Low, medium, High
#2: Custom single dropdown field (project phase) with values - Production, AssemblyTest, Testing
#3: Custom multiline text field (Alternate Procedure description)
#4: Custom issue type (Defect)
#5: Defect has status of - New, In development, Development complete, System Test, in production

For any Defect that is "Development complete", where the Project Phase = Production and a Priority = Medium, make the "alternative procedure description" field required.

Please suggest how to achieve this ?

1 comment

Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 25, 2018

Hi @PSPRAVIN

If you have scriptrunner plugin, this is achievable with the behaviours -> https://scriptrunner.adaptavist.com/4.3.0/jira/behaviours-overview.html + You would have to write a groovy script for this 

Comment

Log in or Sign up to comment