Target start/Target end Date - Html tags visible in field description during issue edit/create screen

XMLWordPrintable

    • 8.19
    • 46
    • Severity 3 - Minor

      Issue Summary

      Custom field description for "Target start/Target end" in Jira shows the description of these fields is coming within HTML tags on the issue Edit/Create Screen.

      Steps to Reproduce

      • Edit an issue having Target start and Target end date on Edit/Create issue screen
      • Description of Target start and Target end comes under the HTML tags:

      Workaround

      Adding CSS on the Announcement Banner:

      <style type="text/css">
      #customfield_XXXXX-description {display: none;}
      #customfield_YYYYY-description {display: none;}
      </style>
      

      Change the "XXXXX" and "YYYYY" with the IDs for the "Target Start" and "Target End" custom field IDs.

      This will hide the description for the custom fields on the Edit screen.

            Assignee:
            Unassigned
            Reporter:
            Deepak Kumar
            Votes:
            169 Vote for this issue
            Watchers:
            145 Start watching this issue

              Created:
              Updated:
              Resolved: