Export search results with considering visibility

XMLWordPrintable

    • 5

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Problem Definition

      To export search result to CSV, Word, and XML, there's no way to exclude fields with considering visibility such as internal comments.
      This is especially needed for JIRA Cloud users because they don't' have an option to query database.

      Suggested Solution

      Provide a feature to select visibility for example "Export CSV as Customer".

      Workaround

      Fetch issue data by using JIRA Cloud REST API with considering "visibility" column.
      For example to exclude internal comments, "visibility" property is available in JIRA Cloud REST API Reference > api/2/issue > Get comments.

      "visibility": {
                      "type": "role",
                      "value": "Administrators"
                  }
      

            Assignee:
            Unassigned
            Reporter:
            K. Yamamoto
            Votes:
            9 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: