App Overview

Data Export for Jira is an app that allows you to extract data from Jira and store it in a CSV format. This can be useful for tracking employee productivity, analyzing team performance, or generating reports for clients.

image-20240313-153916.png

Quick Download

A user can download all the extracted data using a single click, i.e., the Export button.

 

Set the date range accordingly!

It allows you to specify the start date and the end date as per the range of your choice.

image-20240313-154221.png

 

Multiple filters available

You can apply multiple filters on Projects and User fields. It shows the data according to the selected filters.

More Details

You can use the application to visualize the following UI design and requirements:

Projects Field: It is a text input field where users can enter the project names. This field can also include a drop-down menu or autocomplete functionality to allow users to select from existing projects.

Users Field: It is a text input field for users to enter the usernames of team members associated with the projects. Again, you can include a drop-down menu or autocomplete functionality to facilitate user selection.

Date Range Field: It allows users to specify the start and end dates for the time range they want to retrieve work log data for. This can help users to filter the data based on a specific date range.

Download Data: The users can use the Download button to initiate the download of worklog data based on the projects, users, and the specified date range. This can trigger a backend process that generates a downloadable file in a preferred format, such as CSV or Excel.

Data Export for Jira Table: It is a table that displays the worklog data in a tabular format. The table has columns such as Project Name, User, Issue/Task, Time Spent, and Date. Each row in the table represents a work log entry for a particular project, user, and issue/task. Sorting and filtering options are included to allow users to sort and filter the table data based on their needs.

Pagination: If the table contains a large amount of data, pagination is implemented to limit the number of rows displayed per page. Navigation buttons or a drop-down menu are included to allow users to navigate through different pages of the table and view the Data Fetcher in a more organized manner.

Flowchart Representation