Установка плагина
1. Копируем плагин в папку JIRA-HOME\WEB-INF\lib
2. Рестарт сервиса JIRA
Конфигурирование плагина
Пример работы плагина
На картинке приведен пример автоматической выгрузки данных из JIRA в CSV-формат, каждые 5 минут:
На этой картинке приведен пример содержания файла CSV:
Plugin description |
This plugin is essentially a development of plug-in JIRA Export Issues to CSV Plugin (Teamlead). But now we have focused on automating the process of exporting and made a service that can automatically export issues from JIRA in CSV-format from particular filter search. |
---|---|
Page of plugin on Atlassian Plugin Exchange |
Not published yet |
Languages |
Russian/English |
Cost |
$10 - Buy... |
JAR |
Only for customers |
---|
4.0 |
4.1 |
4.2 |
---|---|---|
|
|
|
Plugin installation
1. Copy JAR to the folder: JIRA-HOM\WEB-INF\lib
2. Restart JIRA
Plugin configuration
1. Go to Administration JIRA menu -> System -> Services
2. Add new service with next parameters:
- Name: ExportCSVService
- Class: com.teamlead.csv.ExportCSVService
- Delay: interval between exports in minutes
- User name: user login JIRA, preferably with Admin privileges, from under which the service will work
- Query: search query tasks such as:
resolution = unresolved ORDER BY priority DESC, created ASC - Path to a dir: full path to a directory on disk where the CSV-files will be placed
- Delimiter: record separator in csv, by default: (,)
- Date format (): date format will be used to calculate the csv-file name
3. When the service is created it will be necessary to verify that the files are csv appear in a given directory to the desired content
4. Such services may be only a few with different names and parameters. The class is the same: com.teamlead.csv.ExportCSVService
Example
This picture shows an example of several exported CSV-files on file system:
This picture shows an example of content CSV-file: