Export search results with considering visibility

XMLWordPrintable

    • 0
    • 5

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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 Server 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 Server REST API with considering "visibility" column.
      For example to exclude internal comments, "visibility" property is available in Jira Server platform REST API > api/2/issue > Get comments.

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

            Assignee:
            Unassigned
            Reporter:
            K. Yamamoto
            Votes:
            22 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: