Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem

You have created a Calculated Date/Time, Number or Text Field, and all the sudden you cannot edit the custom field because all editing actions (Edit, Hide, Required, Screens) have disappeared in the Custom Field list for my custom field.

Solution

This is a limitation of JIRA, which doesn't make sure the html you input in the field description is "safe".

This easiest fix when you run into that sort of trouble is to:

  1. identify the ID of the broken field using the REST API: https://<JIRA-base-url>/rest/api/2/field (search for the field name, the field ID will be next to it, keep only the numerical part)
  2. then navigate to the following URL (replacing the two placeholders): https://<JIRA-base_URL>/secure/admin/EditCustomField!default.jspa?id=<field-ID-from-above>
    You will thus be able to edit the field description and restore the proper HTML comment beginning and end markers.

Filter by label

There are no items with the selected labels at this time.

  • No labels