-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 7.3.0
-
Component/s: Issue - Actions
-
None
-
7.03
-
Severity 3 - Minor
-
0
Hello - I used the 'export CSV current fields' function on a query that contained watchers. When you view the query in JIRA, it shows the watchers as a number, so I was hoping the same thing would happen in the export. But, it exports 1 column for each watcher, with each column containing a username or email (see attachment).
This is the query:
project = JRASERVER AND component = "Documentation - All" OR project = JRACLOUD AND component = "Documentation - All" OR project = JSWSERVER AND component = Documentation OR project = JSWCLOUD AND component = Documentation OR project = JSDSERVER AND component = "Documentation & IX" OR project = JSDCLOUD AND component = "Documentation & IX" ORDER BY votes DESC, watchers DESC, created DESC
Is it possible to export watchers as a number, rather than usernames? Would also like to do the same for issue links, if possible.