Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-64246

Export search results with considering visibility

    XMLWordPrintable

Details

    • 0
    • 2
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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"
                  }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kyamamoto@atlassian.com K. Yamamoto
              Votes:
              21 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated: