How to create mandatory fields using direct HTML links in Jira Server?
Whenever someone is using direct HTML link to create Jira, I'd like to mark some fields as mandatory. For example it shouldn't be possible to create a jira task with empty "parent link" filed.
Welcome to the Atlassian Community!
You can't do this directly, Jira field's mandatory settings are done inside the application, not by dint of the URL you visit.
There are two systems involved here.
The best thing you can do here is code your URL building application so that it:
I would change step 3, as it's quite clunky. Gather the information as in steps 1 and 2, and then get your system to issue a REST call to Jira to create it without the user having to visit.
You could also bypass all of that by using a Jira Issue Collector configured to ask for (at least) the mandatory fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.