-
Suggestion
-
Resolution: Fixed
-
None
-
None
Description
Being able to use the Jira Cloud Add-on for Google sheet is a helpful way to be able to export thousands of issues at the same time rather than going through the 1K limit on Jira. However there are certain fields that can't get exported such as comment field. Basically this feature doesn't seem to exist yet for the Add-on.
Steps to Reproduce
- Use the guide here https://community.atlassian.com/t5/Jira-articles/Try-the-new-Jira-Cloud-add-on-for-Google-Sheets/ba-p/1016436 to export your Jira Issues
- Use a Sample Jira function on Google Sheet as below
=JIRA("project = AT2 order by created desc", "issuekey, summary, status, assignee, created, comment, priority, labels", 0, 1000)
- Notice the error [can't parse subfield]
Expected
The comments should be exported separated by a comma, or each comment should have it's own column
Actual
The comment column has this error [can't parse subfield]
Workaround
There is currently no workaround available