79810860

Date: 2025-11-06 04:59:00
Score: 1.5
Natty:
Report link

Is it possible in Forge to store multiple named values within a single custom field and still have Jira track the change history of each value individually?

Well, yes and no. In Jira Cloud, the audit log tracks that a change was made to a field, however, it doesn't record what individual parts of the field's content or values were changed. You could get the change log of the Issue to know what the entire field's content or value was before and then after the change, but you'd have to parse that and compared the two to determine what specific 'individual' part within the field changed... and that's adding more complexity than just using multiple custom fields.

Rather than use custom fields to store information for the Issue, would entity properties work in your use case? They are flexible, searchable and unlimited per Issue.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (0.5):
Posted by: Sunny Ape