Create HTML Table with Issue Details
Overview
This script shows how to create a Rich Text Scripted Field that outputs an HTML table populated with issue data. It also calculates how long each issue has been in its current status.
Example
As a user, I want to know the details of known bugs, such as: - Issue ID / Key - Description - Assignee - Current status - Time in current status I can display additional details by extracting the relevant data from the issue and editing the ADF table row to add a field showing that data.
Good to Know
Atlassian Document Format (ADF) is a JSON-like structure which is not directly compatible ...