Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Make the Due date field required on create issue based on the JQL

Based on the JQL below, would like to make the "Due Date" field mandatory when 
creating an issue.

JQL: project = TECHOPS AND issuetype in (Epic, Task) AND component in (K8s, Kubernetes) AND "TechOps Unit" = k8s

Here, TechOps is a multi-select field.

Thanks,
Gajanan

2 answers

1 vote
Sanjen Bariki
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.
Nov 03, 2023

Hi @Gajanan Sasane ,

 

Welcome to Atlassian community!

As per my understanding, you wants to mandatory the fields from the issue create screen. 

It's easy to configure , system>>issues>>field configuration>>>view field configuration>>select the field for mandatory.

If you wants to make the field mandatory for a specific issue type then you need to configure it from the workflow validator create transition.

 

Community Validate.png

Impact :- If the field configuration and workflow shared with other projects then same will reflect in the each projects.

Note :- If the answer did not match the questions, Please explain the issues in details to understand properly.

 

Please accept the answer if it helps you 😊.

Regards,

Sanjen Bariki

1 vote
Rachit Singhal
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.
Nov 03, 2023

Hi @Gajanan Sasane ,

 

Field mandatory on the based of JQL is something to explore and might require an additional plugin but it's very easily achievable by creating custom field configuration for these two specific issue types. Please follow the below steps:

 

Login to Jira with admin access account >> settings >> Issues >> Field Configurations >> Copy your existing field configuration >> look for the "due date" field >> Select Required in front of it >> Save >> Field Configuration Schemes >> Look for the field configuration scheme which is used in your project >> Configure >> Associate an issue type with a field configuration >> Configure the newly created field configuration for Epic & Task.

 

Please note that, user will need schedule issue permission for providing the due date and if your field configuration scheme is shared with other projects then it will impact all the projects.

In that case, you need to create new Field Configuration scheme as well. I hope this helps. 

Suggest an answer

Log in or Sign up to answer