Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 1, 2026

Wiki Markup conversion feature flags

Technical GuideConversion

The Wiki Markup conversion allows certain features to be enabled that will improve the conversion’s fidelity. These are off by default because we are still in the stage of verifying compatibility with the Content Service’s implementation of these conversions, and keeping exact feature parity (bugs and all) helps with that effort. However, once the dust settles, we have the option of enabling these features to fix known problems in the original implementation.

Although given with their short names here, the string lookup key for a flags uses its fully qualified class name. For example, the feature flag listed here as LinkEncoder.USE_TITLE uses the feature key com.atlassian.adf.wiki.encoder.marks.LinkEncoder.USE_TITLE.

WARNING: This naming convention is expected to change in the near future to support Atlassian’s internal migration to Statsig for feature flag support. Their API does not permit full stop (.) characters in feature flag keys. As a result, all of the . characters will soon be replaced by hyphens (-). Consumers that need to control feature flag states are advised to check the ChangeLog when upgrading to ensure that they know whether or not this change has taken effect so that they can update any feature flag keys that they currently rely upon.

  • Current: com.atlassian.adf.wiki.encoder.marks.LinkEncoder.USE_TITLE
  • Future: com-atlassian-adf-wiki-encoder-marks-LinkEncoder-USE_TITLE

More information:

Rate this page: