Right now in our product, the epic link sometimes is blank when I create a ticket. I want to restrict that the epic link can not be empty and need to be filled. How can I achieve this purpose?
Hi @[deleted] ,
Make the Epic Link field required/mandatory on the issue create screen in company-managed projects
The solution described in this KB article requires the Field Required Validator, which is a function that is not available in Jira out-of-the-box.
Hi @Ollie Guan ,
I think the field required Validator is now natively available in Jira cloud as mentioned in this Feature Request , so there would not be need to use any add-on to achieve the same.
Regards,
Mayuresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted] ,
Welcome to the Atlassian Community!!
As @Ollie Guan mentioned the reliable solution is to make the field mandatory on field configurations. Before that please make sure to make different field configuration for Epic and other issue type and make epic link field mandatory.
or or you can field required validator on create transition for rest issues except the sub-task and Epic.
Regards,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I already made it work.
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.