You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Based on the JQL below, I 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
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.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.