-
Suggestion
-
Resolution: Unresolved
-
None
Forge apps can register for issue comment events, however, the format of the comment in the event payload is dependent upon how the event is created:
- Jira UI: ADF
- App adding comment via the V2 API: markup
- App adding comment via the V3 API: ADF
- Automation (presumably uses V2 API): markup
The variance of issue comment format requires apps to have to parse and/or display difference formats which makes app development more costly. It would be easier for developers if apps only had to parse one format.