-
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
ddbf258b40a2 yes, you should be able to import comments and some of the subfields within it, please use the side panel and from the field selection tab select comment and/or subfields within it.
Kindly note that selecting subfields under comment will enable row expansion, what that essentially means is for a single issue you might get multiple rows returned based on the # of comments you have for the said issue.