I actually want to be able to configure that whenever a problem of type x is created, the limit after creation is predefined, Example 4 days
I think you can try Jira automation to get the result you need.
It can be something like this:
Trigger → WHEN: Issue Created
Condition → IF: Issue Type equals Epic
Action →THEN: Edit issue fields
Due Date
*Choose smart value {{now.PlusBusinessDays(4)}}
Example is taken from the article, and you can see the screens there:
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.