• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 2
    • 5
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      jira.text.field.character.limit is respected for description, environment, comments.

      However some add-ons could use a large custom field instead of their own database table to track things so having jira.text.field.character.limit affect custom fields by default is risky.

      Propose new jira.text.field.character.limit.customfields (so it falls right next to existing) it should default to 0 as well.

      Bonus: This way a jira-system-administrator can control it above a jira-administrator who may be making custom fields and not always understanding implications.

      There is already a request for setting limits on a single custom field (especially at least at creation). vs Hack of of making a field a system field...

            [JRASERVER-38732] jira.text.field.character.limit.customfields

            Any movement regarding specifying a more reasonable character limit. Seems to be a prominent issue?

            Selina Chan added a comment - Any movement regarding specifying a more reasonable character limit. Seems to be a prominent issue?

            MattS added a comment -

            Thanks for the info. It still needs to be added to the docs

            MattS added a comment - Thanks for the info. It still needs to be added to the docs

            Starting with JIRA 6.4.1 the jira.text.field.character.limit property also applies to text custom fields. There's a new marker interface com.atlassian.jira.issue.customfields.TextCustomFieldType to be used when length of a text custom field is to be validated. Base text custom fields classes in JIRA implement this interface, namely GenericTextCFType and StringCFType. It also applies to any custom fields types extending these base types.
            See JRA-28519 for more details.

            Piotr Klimkowski (Inactive) added a comment - Starting with JIRA 6.4.1 the jira.text.field.character.limit property also applies to text custom fields. There's a new marker interface com.atlassian.jira.issue.customfields.TextCustomFieldType to be used when length of a text custom field is to be validated. Base text custom fields classes in JIRA implement this interface, namely GenericTextCFType and StringCFType . It also applies to any custom fields types extending these base types. See JRA-28519 for more details.

              Unassigned Unassigned
              3e81f6146e3f MC
              Votes:
              19 Vote for this issue
              Watchers:
              11 Start watching this issue

                Created:
                Updated: