We couldn't load the project sidebar. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Log inSkip to main contentSkip to sidebar
Something went wrong, please try again.
Create and track feature requests for Atlassian products.
  • More
    DashboardsProjectsIssues
  • Give feedback to Atlassian
  • Help
    • Jira Core help
    • Keyboard Shortcuts
    • About Jira
    • Jira Credits
  • Log In
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

Open issues

  • All issues
  • Open issues
  • Done issues
  • Viewed recently
  • Created recently
  • Resolved recently
  • Updated recently
View all issues and filters
Order by Priority
  1. Suggestion
    JSDSERVER-16265Increase varchar for TYPE_VALUE column on AO_8542F1_IFJ_OBJ_TYPE_ATTR table
  2. Suggestion
    JSDSERVER-15681Global Forms or Multi Project Form
  3. Suggestion
    JSDSERVER-7103Disable Add attachments pop-up when Agent is adding an attachment to a draft comment
  4. Suggestion
    JSDSERVER-11853Make configurable behaviour of "Reply-To" email header in JSM customer notifications
  5. Suggestion
    JSDSERVER-14090Office 365 using the Microsoft Graph API doesn't support GCC customers
  6. Suggestion
    JSDSERVER-15097Login-free will not work if the public.access.disabled flag is present
  7. Suggestion
    JSDSERVER-1320Having multiple steps or tabs in Customer Portal when raising longer requests
  8. Suggestion
    JSDSERVER-1942Allow HTML/Rich text formatting in tickets created through email in Service Desk
  9. Suggestion
    JSDSERVER-1518JIRA Service Desk mail handler do not have a field to choose mailbox, folder, or catch email address
  10. Suggestion
    JSDSERVER-328Allow Assignee to be Shown on Customer Portal
  11. Suggestion
    JSDSERVER-349As an admin I want to be able to change the Issue Type for an existing Service Desk Request Type
  12. Suggestion
    JSDSERVER-818JSM should send reply or notification when mail handler cannot create or update issue
  13. Suggestion
    JSDSERVER-1422Sub-tasks as an applicable issue type for Requests
  14. Suggestion
    JSDSERVER-2044As a Service Desk User, I would like notifications to contain the request history
  15. Suggestion
    JSDSERVER-3499Add ability to set comment via email by agents to Internal Comment
  16. Suggestion
    JSDSERVER-3738Allow automation to run hidden transitions
  17. Suggestion
    JSDSERVER-4365Ability to add Help Center Logo into email template
  18. Suggestion
    JSDSERVER-4591Ability to disable/enable the 'Share with customer' button
  19. Suggestion
    JSDSERVER-4636View linked issue in the Customer Portal
  20. Suggestion
    JSDSERVER-4698Provide an outgoing email logs
  21. Suggestion
    JSDSERVER-5121Delegation of approval rights
  22. Suggestion
    JSDSERVER-5812Add custom fields to variables list in Canned Responses
  23. Suggestion
    JSDSERVER-6028Canned Responses Enhancements - public vs. private, edit rights, change order etc.
  24. Suggestion
    JSDSERVER-8472Option to filter out objects belonging to Inactive user accounts from IQL
  25. Suggestion
    JSDSERVER-11263Insight Discovery - add an Oracle Database Pattern
  26. Suggestion
    JSDSERVER-11903provide an Assets report that count the number of inbound reference for one or more objects
  27. Suggestion
    JSDSERVER-15685Better integration Proforma and Assets
  28. Suggestion
    JSDSERVER-570Rich text formatting in the request type 'help and instructions' field
  29. Suggestion
    JSDSERVER-1317Ability to copy request types to another Service Desk.
  30. Suggestion
    JSDSERVER-1327Use Status to determine Open/Close requests
  31. Suggestion
    JSDSERVER-1371As an Admin I'd like to Connect an Email Alias to a Service Desk Project
  32. Suggestion
    JSDSERVER-2003Ability to define custom durations for SLA triggered events for automation rules
  33. Suggestion
    JSDSERVER-2973To be able to copy Request Types for Project Created with shared configuration
  34. Suggestion
    JSDSERVER-3948Allow Request Participants role / group to be added to Issue Security Schemes and Project Permissions
  35. Suggestion
    JSDSERVER-4328Add fields (view only) in Customer Portal
  36. Suggestion
    JSDSERVER-4436Attachments/Screenshots in the description from the Customer Portal
  37. Suggestion
    JSDSERVER-4496Add Approve & Decline as bulk operations
  38. Suggestion
    JSDSERVER-4584As an admin I want to be able to disable the invitation e-mails from Service Desk
  39. Suggestion
    JSDSERVER-4642Ability to add custom field data to a service desk notification template
  40. Suggestion
    JSDSERVER-4782Add more variables in Customer notifications
  41. Suggestion
    JSDSERVER-5214Provide a configurable option for controlling the behavior of cross commenting in the Service Desk Mail Handler
  42. Suggestion
    JSDSERVER-5381As an administrator I would like to choose which Confluence page templates/bluprints are available from within Service Desk
  43. Suggestion
    JSDSERVER-6408Display Field Help at the side of the fields in Customer Portal
  44. Suggestion
    JSDSERVER-6735Request shared with an organization should allow customers to share the request with themselves
  45. Suggestion
    JSDSERVER-8434Improve the readability of customer portal forms
  46. Suggestion
    JSDSERVER-11031Create a way to send notifications when an Insight import fails
  47. Suggestion
    JSDSERVER-16258Ability to rename the 'Share with customer' button
  48. Suggestion
    JSDSERVER-15278Add an option that allows disabling the automatic addition of mentioned users as request participants
  49. Suggestion
    JSDSERVER-16220Add new feature to configure max count for each view in Change calendar and also support backend filtering
  50. Suggestion
    JSDSERVER-16255Show the tickets which makes up the SLA goals percentage
Refresh results
1 2 3 4 5Next >>
1 of 3927
Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-16265

Increase varchar for TYPE_VALUE column on AO_8542F1_IFJ_OBJ_TYPE_ATTR table

Log In
Gathering Interest
Export
undefinedView workflow
XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Assets - Object, Type and Schema
      • ril
    • We collect Jira Service Desk 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.

      Related with bug: Adding a few groups (or with too many characters on the group name) on User type Attribute of an Object fails silently

      Currently the varchar for TYPE_VALUE column on AO_8542F1_IFJ_OBJ_TYPE_ATTR table is 255.

      If on a User attribute users try to include many groups it fails due the varchar limit.

      Increase the varchar permanently, or to change it to another type such as text.

      Workaround

      Manually increase the varchar of TYPE_VALUE column:

      alter table "AO_8542F1_IFJ_OBJ_TYPE_ATTR" alter column "TYPE_VALUE" type varchar (400);  

        links to

        Web Link Internal ticket

            Form Name

              • All
              • Comments
              • Work Log
              • History
              • Activity
              There are no comments yet on this issue.

                Unassigned Unassigned
                a0a054388f60 Mikaela Teixeira
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                  Created:
                  Yesterday 12:48 PM
                  Updated:
                  Yesterday 8:50 PM

                    • Atlassian Jira Project Management Software
                    • About Jira
                    • Report a problem
                    • Privacy policy
                    • Notice at Collection

                    Atlassian